changeset: 5491:ade4c7e2c6cb
user: Mike Sperber <sperber(a)deinprogramm.de>
date: Sun Oct 31 01:25:03 2010 +0100
files: lwlib/Makefile.in.in lwlib/lwlib-Xaw.c lwlib/lwlib-Xaw.h lwlib/lwlib-Xlw.c lwlib/lwlib-Xlw.h lwlib/lwlib-Xm.c lwlib/lwlib-Xm.h lwlib/lwlib-internal.h lwlib/lwlib-utils.c lwlib/lwlib-utils.h lwlib/lwlib.c lwlib/lwlib.h lwlib/xlwmenu.c lwlib/xlwmenu.h lwlib/xlwmenuP.h lwlib/xlwscrollbar.c lwlib/xlwscrollbar.h lwlib/xlwscrollbarP.h lwlib/xlwtabs.h
description:
Migrate lwlib/ to GPLv3.
diff -r 04ff11b0e50a -r ade4c7e2c6cb lwlib/Makefile.in.in
--- a/lwlib/Makefile.in.in Sun Oct 31 00:06:47 2010 +0200
+++ b/lwlib/Makefile.in.in Sun Oct 31 01:25:03 2010 +0100
@@ -5,22 +5,21 @@
## Copyright (C) 1996, 1997 Sun Microsystems, Inc.
## Copyright (C) 2005 Ben Wing.
-## This file is part of the Lucid Widget Library.
+## This file is part of Lucid Widget Library.
-## The Lucid Widget Library 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 2, or (at your option)
-## any later version.
+## The Lucid Widget Library 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.
-## The Lucid Widget Library 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
+## The Lucid Widget Library 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 XEmacs; see the file COPYING. If not, write to
-## the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-## Boston, MA 02111-1307, USA.
+## along with the Lucid Widget Library. If not, see
+## <http://www.gnu.org/licenses/>.
## For performance and consistency, no built-in rules
.SUFFIXES:
diff -r 04ff11b0e50a -r ade4c7e2c6cb lwlib/lwlib-Xaw.c
--- a/lwlib/lwlib-Xaw.c Sun Oct 31 00:06:47 2010 +0200
+++ b/lwlib/lwlib-Xaw.c Sun Oct 31 01:25:03 2010 +0100
@@ -3,20 +3,20 @@
This file is part of the Lucid Widget Library.
-The Lucid Widget Library 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 1, or (at your option)
-any later version.
+The Lucid Widget Library 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.
-The Lucid Widget Library 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.
+The Lucid Widget Library 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 XEmacs; see the file COPYING. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+along with the Lucid Widget Library. If not, see
+<http://www.gnu.org/licenses/>.
+*/
#include <config.h>
#include <stdio.h>
diff -r 04ff11b0e50a -r ade4c7e2c6cb lwlib/lwlib-Xaw.h
--- a/lwlib/lwlib-Xaw.h Sun Oct 31 00:06:47 2010 +0200
+++ b/lwlib/lwlib-Xaw.h Sun Oct 31 01:25:03 2010 +0100
@@ -1,3 +1,22 @@
+/* The lwlib interface to Athena widgets.
+ Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+
+This file is part of the Lucid Widget Library.
+
+The Lucid Widget Library 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.
+
+The Lucid Widget Library 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 the Lucid Widget Library. If not, see
+<http://www.gnu.org/licenses/>. */
+
#ifndef INCLUDED_lwlib_Xaw_h_
#define INCLUDED_lwlib_Xaw_h_
diff -r 04ff11b0e50a -r ade4c7e2c6cb lwlib/lwlib-Xlw.c
--- a/lwlib/lwlib-Xlw.c Sun Oct 31 00:06:47 2010 +0200
+++ b/lwlib/lwlib-Xlw.c Sun Oct 31 01:25:03 2010 +0100
@@ -3,20 +3,19 @@
This file is part of the Lucid Widget Library.
-The Lucid Widget Library 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 2, or (at your option)
-any later version.
+The Lucid Widget Library 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.
-The Lucid Widget Library 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.
+The Lucid Widget Library 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 XEmacs; see the file COPYING. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+along with the Lucid Widget Library. If not, see
+<http://www.gnu.org/licenses/>. */
#include <config.h>
#include <stdlib.h> /* for abort () */
diff -r 04ff11b0e50a -r ade4c7e2c6cb lwlib/lwlib-Xlw.h
--- a/lwlib/lwlib-Xlw.h Sun Oct 31 00:06:47 2010 +0200
+++ b/lwlib/lwlib-Xlw.h Sun Oct 31 01:25:03 2010 +0100
@@ -1,3 +1,22 @@
+/* The lwlib interface to "xlwmenu" menus.
+ Copyright (C) 1992, 1994 Lucid, Inc.
+
+This file is part of the Lucid Widget Library.
+
+The Lucid Widget Library 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.
+
+The Lucid Widget Library 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 the Lucid Widget Library. If not, see
+<http://www.gnu.org/licenses/>. */
+
#ifndef LWLIB_XLW_H
#define LWLIB_XLW_H
diff -r 04ff11b0e50a -r ade4c7e2c6cb lwlib/lwlib-Xm.c
--- a/lwlib/lwlib-Xm.c Sun Oct 31 00:06:47 2010 +0200
+++ b/lwlib/lwlib-Xm.c Sun Oct 31 01:25:03 2010 +0100
@@ -4,20 +4,19 @@
This file is part of the Lucid Widget Library.
-The Lucid Widget Library 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 2, or (at your option)
-any later version.
+The Lucid Widget Library 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.
-The Lucid Widget Library 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.
+The Lucid Widget Library 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 XEmacs; see the file COPYING. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+along with the Lucid Widget Library. If not, see
+<http://www.gnu.org/licenses/>. */
#include <config.h>
#include <stdlib.h>
diff -r 04ff11b0e50a -r ade4c7e2c6cb lwlib/lwlib-Xm.h
--- a/lwlib/lwlib-Xm.h Sun Oct 31 00:06:47 2010 +0200
+++ b/lwlib/lwlib-Xm.h Sun Oct 31 01:25:03 2010 +0100
@@ -1,3 +1,23 @@
+/* The lwlib interface to Motif widgets.
+ Copyright (C) 1992, 1993, 1994 Lucid, Inc.
+ Copyright (C) 1995 Tinker Systems and INS Engineering Corp.
+
+This file is part of the Lucid Widget Library.
+
+The Lucid Widget Library 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.
+
+The Lucid Widget Library 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 the Lucid Widget Library. If not, see
+<http://www.gnu.org/licenses/>. */
+
#ifndef INCLUDED_lwlib_Xm_h_
#define INCLUDED_lwlib_Xm_h_
diff -r 04ff11b0e50a -r ade4c7e2c6cb lwlib/lwlib-internal.h
--- a/lwlib/lwlib-internal.h Sun Oct 31 00:06:47 2010 +0200
+++ b/lwlib/lwlib-internal.h Sun Oct 31 01:25:03 2010 +0100
@@ -4,20 +4,19 @@
This file is part of the Lucid Widget Library.
-The Lucid Widget Library 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 1, or (at your option)
-any later version.
+The Lucid Widget Library 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.
-The Lucid Widget Library 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.
+The Lucid Widget Library 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 XEmacs; see the file COPYING. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
-Boston, MA 02110-1301, USA. */
+along with the Lucid Widget Library. If not, see
+<http://www.gnu.org/licenses/>. */
#ifndef INCLUDED_lwlib_internal_h_
#define INCLUDED_lwlib_internal_h_
diff -r 04ff11b0e50a -r ade4c7e2c6cb lwlib/lwlib-utils.c
--- a/lwlib/lwlib-utils.c Sun Oct 31 00:06:47 2010 +0200
+++ b/lwlib/lwlib-utils.c Sun Oct 31 01:25:03 2010 +0100
@@ -3,20 +3,19 @@
This file is part of the Lucid Widget Library.
-The Lucid Widget Library 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 1, or (at your option)
-any later version.
+The Lucid Widget Library 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.
-The Lucid Widget Library 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.
+The Lucid Widget Library 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 XEmacs; see the file COPYING. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+along with the Lucid Widget Library. If not, see
+<http://www.gnu.org/licenses/>. */
#include <config.h>
#include <stdlib.h>
diff -r 04ff11b0e50a -r ade4c7e2c6cb lwlib/lwlib-utils.h
--- a/lwlib/lwlib-utils.h Sun Oct 31 00:06:47 2010 +0200
+++ b/lwlib/lwlib-utils.h Sun Oct 31 01:25:03 2010 +0100
@@ -1,3 +1,22 @@
+/* Defines some widget utility functions.
+ Copyright (C) 1992 Lucid, Inc.
+
+This file is part of the Lucid Widget Library.
+
+The Lucid Widget Library 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.
+
+The Lucid Widget Library 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 the Lucid Widget Library. If not, see
+<http://www.gnu.org/licenses/>. */
+
#ifndef INCLUDED_lwlib_utils_h_
#define INCLUDED_lwlib_utils_h_
diff -r 04ff11b0e50a -r ade4c7e2c6cb lwlib/lwlib.c
--- a/lwlib/lwlib.c Sun Oct 31 00:06:47 2010 +0200
+++ b/lwlib/lwlib.c Sun Oct 31 01:25:03 2010 +0100
@@ -4,20 +4,19 @@
This file is part of the Lucid Widget Library.
-The Lucid Widget Library 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 2, or (at your option)
-any later version.
+The Lucid Widget Library 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.
-The Lucid Widget Library 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.
+The Lucid Widget Library 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 XEmacs; see the file COPYING. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+along with the Lucid Widget Library. If not, see
+<http://www.gnu.org/licenses/>. */
#include <config.h>
#include <stdio.h>
diff -r 04ff11b0e50a -r ade4c7e2c6cb lwlib/lwlib.h
--- a/lwlib/lwlib.h Sun Oct 31 00:06:47 2010 +0200
+++ b/lwlib/lwlib.h Sun Oct 31 01:25:03 2010 +0100
@@ -1,3 +1,23 @@
+/* A general interface to the widgets of different toolkits.
+ Copyright (C) 1992, 1993, 1994 Lucid, Inc.
+ Copyright (C) 1995 Tinker Systems and INS Engineering Corp.
+
+This file is part of the Lucid Widget Library.
+
+The Lucid Widget Library 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.
+
+The Lucid Widget Library 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 the Lucid Widget Library. If not, see
+<http://www.gnu.org/licenses/>. */
+
#ifndef INCLUDED_lwlib_h_
#define INCLUDED_lwlib_h_
diff -r 04ff11b0e50a -r ade4c7e2c6cb lwlib/xlwmenu.c
--- a/lwlib/xlwmenu.c Sun Oct 31 00:06:47 2010 +0200
+++ b/lwlib/xlwmenu.c Sun Oct 31 01:25:03 2010 +0100
@@ -4,20 +4,19 @@
This file is part of the Lucid Widget Library.
-The Lucid Widget Library 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 2, or (at your option)
-any later version.
+The Lucid Widget Library 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.
-The Lucid Widget Library 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.
+The Lucid Widget Library 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 XEmacs; see the file COPYING. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+along with the Lucid Widget Library. If not, see
+<http://www.gnu.org/licenses/>. */
/* Created by devin(a)lucid.com */
diff -r 04ff11b0e50a -r ade4c7e2c6cb lwlib/xlwmenu.h
--- a/lwlib/xlwmenu.h Sun Oct 31 00:06:47 2010 +0200
+++ b/lwlib/xlwmenu.h Sun Oct 31 01:25:03 2010 +0100
@@ -1,3 +1,23 @@
+/* Implements a lightweight menubar widget.
+ Copyright (C) 1992, 1993, 1994 Lucid, Inc.
+ Copyright (C) 1995 Tinker Systems and INS Engineering Corp.
+
+This file is part of the Lucid Widget Library.
+
+The Lucid Widget Library 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.
+
+The Lucid Widget Library 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 the Lucid Widget Library. If not, see
+<http://www.gnu.org/licenses/>. */
+
#ifndef INCLUDED_xlwmenu_h_
#define INCLUDED_xlwmenu_h_
diff -r 04ff11b0e50a -r ade4c7e2c6cb lwlib/xlwmenuP.h
--- a/lwlib/xlwmenuP.h Sun Oct 31 00:06:47 2010 +0200
+++ b/lwlib/xlwmenuP.h Sun Oct 31 01:25:03 2010 +0100
@@ -1,3 +1,23 @@
+/* Implements a lightweight menubar widget.
+ Copyright (C) 1992, 1993, 1994 Lucid, Inc.
+ Copyright (C) 1995 Tinker Systems and INS Engineering Corp.
+
+This file is part of the Lucid Widget Library.
+
+The Lucid Widget Library 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.
+
+The Lucid Widget Library 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 the Lucid Widget Library. If not, see
+<http://www.gnu.org/licenses/>. */
+
#ifndef INCLUDED_xlwmenuP_h_
#define INCLUDED_xlwmenuP_h_
diff -r 04ff11b0e50a -r ade4c7e2c6cb lwlib/xlwscrollbar.c
--- a/lwlib/xlwscrollbar.c Sun Oct 31 00:06:47 2010 +0200
+++ b/lwlib/xlwscrollbar.c Sun Oct 31 01:25:03 2010 +0100
@@ -4,20 +4,19 @@
This file is part of the Lucid Widget Library.
-The Lucid Widget Library 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 2, or (at your option)
-any later version.
+The Lucid Widget Library 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.
-The Lucid Widget Library 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.
+The Lucid Widget Library 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 XEmacs; see the file COPYING. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+along with the Lucid Widget Library. If not, see
+<http://www.gnu.org/licenses/>. */
/* Created by Douglas Keller <dkeller(a)vnet.ibm.com> */
/* Lots of hacking by Martin Buchholz */
diff -r 04ff11b0e50a -r ade4c7e2c6cb lwlib/xlwscrollbar.h
--- a/lwlib/xlwscrollbar.h Sun Oct 31 00:06:47 2010 +0200
+++ b/lwlib/xlwscrollbar.h Sun Oct 31 01:25:03 2010 +0100
@@ -3,20 +3,19 @@
This file is part of the Lucid Widget Library.
-The Lucid Widget Library 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 2, or (at your option)
-any later version.
+The Lucid Widget Library 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.
-The Lucid Widget Library 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.
+The Lucid Widget Library 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 XEmacs; see the file COPYING. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+along with the Lucid Widget Library. If not, see
+<http://www.gnu.org/licenses/>. */
/* Created by Douglas Keller <dkeller(a)vnet.ibm.com> */
diff -r 04ff11b0e50a -r ade4c7e2c6cb lwlib/xlwscrollbarP.h
--- a/lwlib/xlwscrollbarP.h Sun Oct 31 00:06:47 2010 +0200
+++ b/lwlib/xlwscrollbarP.h Sun Oct 31 01:25:03 2010 +0100
@@ -1,22 +1,21 @@
-/* Implements a lightweight scrollbar widget.
+/* Implements a lightweight scrollbar widget.
Copyright (C) 1992, 1993, 1994 Lucid, Inc.
This file is part of the Lucid Widget Library.
-The Lucid Widget Library 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 2, or (at your option)
-any later version.
+The Lucid Widget Library 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.
-The Lucid Widget Library 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.
+The Lucid Widget Library 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 XEmacs; see the file COPYING. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+along with the Lucid Widget Library. If not, see
+<http://www.gnu.org/licenses/>. */
/* Created by Douglas Keller <dkeller(a)vnet.ibm.com> */
diff -r 04ff11b0e50a -r ade4c7e2c6cb lwlib/xlwtabs.h
--- a/lwlib/xlwtabs.h Sun Oct 31 00:06:47 2010 +0200
+++ b/lwlib/xlwtabs.h Sun Oct 31 01:25:03 2010 +0100
@@ -1,22 +1,20 @@
-/* Tabs Widget for XEmacs.
+ /* Tabs Widget for XEmacs.
Copyright (C) 1999 Edward A. Falk
-
+
This file is part of XEmacs.
-
- XEmacs 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 2, or (at your option) any
- later version.
-
- XEmacs 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 XEmacs; see the file COPYING. If not, write to
- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
/*
* This widget manages one or more child widgets, exactly one of which is
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
changeset: 5487:56b64a055043
user: Mats Lidell <matsl(a)xemacs.org>
date: Wed Oct 27 21:48:08 2010 +0200
files: modules/canna/configure modules/canna/configure.ac modules/ldap/configure modules/ldap/configure.ac modules/postgresql/configure modules/postgresql/configure.ac
description:
Converted modules to GPLv3 or later.
diff -r dd9541c73e70 -r 56b64a055043 modules/canna/configure
--- a/modules/canna/configure Wed Oct 27 21:46:49 2010 +0200
+++ b/modules/canna/configure Wed Oct 27 21:48:08 2010 +0200
@@ -14,20 +14,18 @@
#
# This file is part of XEmacs.
#
-# XEmacs 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 2, or (at your
+# XEmacs 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.
#
-# XEmacs 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.
+# XEmacs 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 XEmacs; see the file COPYING. If not, write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# along with XEmacs. If not, see <http://www.gnu.org/licenses/>.
## --------------------- ##
## M4sh Initialization. ##
## --------------------- ##
diff -r dd9541c73e70 -r 56b64a055043 modules/canna/configure.ac
--- a/modules/canna/configure.ac Wed Oct 27 21:46:49 2010 +0200
+++ b/modules/canna/configure.ac Wed Oct 27 21:48:08 2010 +0200
@@ -8,20 +8,18 @@
This file is part of XEmacs.
-XEmacs 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 2, or (at your
+XEmacs 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.
-XEmacs 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.
+XEmacs 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 XEmacs; see the file COPYING. If not, write to the Free
-Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.])
+along with XEmacs. If not, see <http://www.gnu.org/licenses/>.])
AC_CONFIG_SRCDIR([sample.c])
AC_PROG_CC
diff -r dd9541c73e70 -r 56b64a055043 modules/ldap/configure
--- a/modules/ldap/configure Wed Oct 27 21:46:49 2010 +0200
+++ b/modules/ldap/configure Wed Oct 27 21:48:08 2010 +0200
@@ -15,20 +15,18 @@
#
# This file is part of XEmacs.
#
-# XEmacs 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 2, or (at your
+# XEmacs 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.
#
-# XEmacs 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.
+# XEmacs 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 XEmacs; see the file COPYING. If not, write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# along with XEmacs. If not, see <http://www.gnu.org/licenses/>.
## --------------------- ##
## M4sh Initialization. ##
## --------------------- ##
diff -r dd9541c73e70 -r 56b64a055043 modules/ldap/configure.ac
--- a/modules/ldap/configure.ac Wed Oct 27 21:46:49 2010 +0200
+++ b/modules/ldap/configure.ac Wed Oct 27 21:48:08 2010 +0200
@@ -8,20 +8,18 @@
This file is part of XEmacs.
-XEmacs 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 2, or (at your
+XEmacs 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.
-XEmacs 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.
+XEmacs 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 XEmacs; see the file COPYING. If not, write to the Free
-Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.])
+along with XEmacs. If not, see <http://www.gnu.org/licenses/>.])
AC_CONFIG_SRCDIR([eldap.c])
diff -r dd9541c73e70 -r 56b64a055043 modules/postgresql/configure
--- a/modules/postgresql/configure Wed Oct 27 21:46:49 2010 +0200
+++ b/modules/postgresql/configure Wed Oct 27 21:48:08 2010 +0200
@@ -15,20 +15,18 @@
#
# This file is part of XEmacs.
#
-# XEmacs 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 2, or (at your
+# XEmacs 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.
#
-# XEmacs 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.
+# XEmacs 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 XEmacs; see the file COPYING. If not, write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# along with XEmacs. If not, see <http://www.gnu.org/licenses/>.
## --------------------- ##
## M4sh Initialization. ##
## --------------------- ##
diff -r dd9541c73e70 -r 56b64a055043 modules/postgresql/configure.ac
--- a/modules/postgresql/configure.ac Wed Oct 27 21:46:49 2010 +0200
+++ b/modules/postgresql/configure.ac Wed Oct 27 21:48:08 2010 +0200
@@ -8,20 +8,18 @@
This file is part of XEmacs.
-XEmacs 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 2, or (at your
+XEmacs 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.
-XEmacs 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.
+XEmacs 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 XEmacs; see the file COPYING. If not, write to the Free
-Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.])
+along with XEmacs. If not, see <http://www.gnu.org/licenses/>.])
AC_CONFIG_SRCDIR([postgresql.c])
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
changeset: 5486:dd9541c73e70
user: Mats Lidell <matsl(a)xemacs.org>
date: Wed Oct 27 21:46:49 2010 +0200
files: modules/sample/external/Makefile.in.in modules/sample/external/configure.ac modules/sample/external/sample.c modules/sample/internal/configure.ac modules/sample/internal/sample.c
description:
Converted the modules samples to GPLv3 or later.
diff -r 365bc8cb5894 -r dd9541c73e70 modules/sample/external/Makefile.in.in
--- a/modules/sample/external/Makefile.in.in Wed Oct 27 00:09:04 2010 +0200
+++ b/modules/sample/external/Makefile.in.in Wed Oct 27 21:46:49 2010 +0200
@@ -3,8 +3,8 @@
##
## This sample Makefile is free; 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 2, or (at your option) any
-## later version.
+## Free Software Foundation, either version 3 of the License, or (at your
+## option) any later version.
## This file is not part of XEmacs.
diff -r 365bc8cb5894 -r dd9541c73e70 modules/sample/external/configure.ac
--- a/modules/sample/external/configure.ac Wed Oct 27 00:09:04 2010 +0200
+++ b/modules/sample/external/configure.ac Wed Oct 27 21:46:49 2010 +0200
@@ -1,8 +1,8 @@
# Process this file with autoconf to produce a configure script.
# This sample autoconf input script is free; 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 2, or (at your option) any
-# later version.
+# the Free Software Foundation, either version 3 of the License, or (at your
+# option) any later version.
AC_INIT([Sample module], [1.0], [xemacs-beta(a)xemacs.org])
AC_PREREQ(2.53)
AC_REVISION($Revision: 1.1 $)
diff -r 365bc8cb5894 -r dd9541c73e70 modules/sample/external/sample.c
--- a/modules/sample/external/sample.c Wed Oct 27 00:09:04 2010 +0200
+++ b/modules/sample/external/sample.c Wed Oct 27 21:46:49 2010 +0200
@@ -4,10 +4,10 @@
* (C) Copyright 1998, 1999 J. Kean Johnston. All rights reserved.
* (C) Copyright 2002 Jerry James.
*
- * This sample module code 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 2, or (at your option)
- * any later version.
+ * This sample 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.
*/
#include <config.h>
diff -r 365bc8cb5894 -r dd9541c73e70 modules/sample/internal/configure.ac
--- a/modules/sample/internal/configure.ac Wed Oct 27 00:09:04 2010 +0200
+++ b/modules/sample/internal/configure.ac Wed Oct 27 21:46:49 2010 +0200
@@ -8,20 +8,18 @@
This file is part of XEmacs.
-XEmacs 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 2, or (at your
+XEmacs 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.
-XEmacs 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.
+XEmacs 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 XEmacs; see the file COPYING. If not, write to the Free
-Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.])
+along with XEmacs. If not, see <http://www.gnu.org/licenses/>.])
AC_CONFIG_SRCDIR([sample.c])
AC_PROG_CC
diff -r 365bc8cb5894 -r dd9541c73e70 modules/sample/internal/sample.c
--- a/modules/sample/internal/sample.c Wed Oct 27 00:09:04 2010 +0200
+++ b/modules/sample/internal/sample.c Wed Oct 27 21:46:49 2010 +0200
@@ -4,10 +4,10 @@
* (C) Copyright 1998, 1999 J. Kean Johnston. All rights reserved.
* (C) Copyright 2002 Jerry James.
*
- * This sample module code 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 2, or (at your option)
- * any later version.
+ * This sample 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.
*/
#include <config.h>
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
changeset: 5485:365bc8cb5894
user: Mats Lidell <matsl(a)xemacs.org>
date: Wed Oct 27 00:09:04 2010 +0200
files: lib-src/ellcc.h.in nt/compface.mak nt/tiff.mak nt/xemacs.rc src/m/alpha.h src/tooltalk.doc
description:
Convert to GPLv3 misc files.
diff -r d714a4c8765e -r 365bc8cb5894 lib-src/ellcc.h.in
--- a/lib-src/ellcc.h.in Tue Oct 26 23:10:01 2010 +0200
+++ b/lib-src/ellcc.h.in Wed Oct 27 00:09:04 2010 +0200
@@ -3,7 +3,22 @@
/* Most of this is required due to a bug in the GCC compiler driver
which prevents us from passing this on the command line. It also
reduces the compiler command line length, which can be a problem
- on some systems. */
+ on some systems.
+
+This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
#ifndef ELLCC_HDR
#define ELLCC_HDR
diff -r d714a4c8765e -r 365bc8cb5894 nt/compface.mak
--- a/nt/compface.mak Tue Oct 26 23:10:01 2010 +0200
+++ b/nt/compface.mak Wed Oct 27 00:09:04 2010 +0200
@@ -4,10 +4,10 @@
## This file is part of XEmacs.
-## XEmacs is free software; you can redistribute it and/or modify it
+## XEmacs 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 2, or (at your option) any
-## later version.
+## Free Software Foundation, either version 3 of the License, or (at your
+## option) any later version.
## XEmacs is distributed in the hope that it will be useful, but WITHOUT
## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
@@ -15,9 +15,7 @@
## for more details.
## You should have received a copy of the GNU General Public License
-## along with XEmacs; see the file COPYING. If not, write to
-## the Free Software Foundation, Inc., 51 Franklin St - Fifth Floor,
-## Boston, MA 02110-1301, USA.
+## along with XEmacs. If not, see <http://www.gnu.org/licenses/>.
!if !defined(DEBUG_XEMACS)
DEBUG_XEMACS=0
diff -r d714a4c8765e -r 365bc8cb5894 nt/tiff.mak
--- a/nt/tiff.mak Tue Oct 26 23:10:01 2010 +0200
+++ b/nt/tiff.mak Wed Oct 27 00:09:04 2010 +0200
@@ -3,10 +3,10 @@
## This file is part of XEmacs.
-## XEmacs is free software; you can redistribute it and/or modify it
+## XEmacs 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 2, or (at your option) any
-## later version.
+## Free Software Foundation, either version 3 of the License, or (at your
+## option) any later version.
## XEmacs is distributed in the hope that it will be useful, but WITHOUT
## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
@@ -14,9 +14,7 @@
## for more details.
## You should have received a copy of the GNU General Public License
-## along with XEmacs; see the file COPYING. If not, write to
-## the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
-## Boston, MA 02110-1301, USA.
+## along with XEmacs. If not, see <http://www.gnu.org/licenses/>.
!if !defined(DEBUG_XEMACS)
DEBUG_XEMACS=0
diff -r d714a4c8765e -r 365bc8cb5894 nt/xemacs.rc
--- a/nt/xemacs.rc Tue Oct 26 23:10:01 2010 +0200
+++ b/nt/xemacs.rc Wed Oct 27 00:09:04 2010 +0200
@@ -2,10 +2,10 @@
This file is part of XEmacs.
-XEmacs is free software; you can redistribute it and/or modify it
+XEmacs 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 2, or (at your option) any
-later version.
+Free Software Foundation, either version 3 of the License, or (at your
+option) any later version.
XEmacs is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
@@ -13,9 +13,7 @@
for more details.
You should have received a copy of the GNU General Public License
-along with XEmacs; see the file COPYING. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
-Boston, MA 02110-1301, USA. */
+along with XEmacs. If not, see <http://www.gnu.org/licenses/>.
#ifdef INCLUDE_DUMP
101 DUMP "xemacs.dmp"
diff -r d714a4c8765e -r 365bc8cb5894 src/m/alpha.h
--- a/src/m/alpha.h Tue Oct 26 23:10:01 2010 +0200
+++ b/src/m/alpha.h Wed Oct 27 00:09:04 2010 +0200
@@ -3,20 +3,18 @@
This file is part of XEmacs.
-XEmacs 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 1, or (at your option)
-any later version.
+XEmacs 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.
-XEmacs 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.
+XEmacs 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 XEmacs; see the file COPYING. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+along with XEmacs. If not, see <http://www.gnu.org/licenses/>. */
#ifndef __ELF__
diff -r d714a4c8765e -r 365bc8cb5894 src/tooltalk.doc
--- a/src/tooltalk.doc Tue Oct 26 23:10:01 2010 +0200
+++ b/src/tooltalk.doc Wed Oct 27 00:09:04 2010 +0200
@@ -1,3 +1,18 @@
+This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>.
+
Emacs Tooltalk API Summary
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
changeset: 5483:dda09e1190f5
user: Mats Lidell <matsl(a)xemacs.org>
date: Mon Oct 25 22:51:18 2010 +0200
files: etc/unicode/other/lao.txt etc/unicode/unicode-consortium/COPYING
description:
Converted to GPLv3 plain text GPLv2 files in etc/unicode
diff -r 7910031dd78a -r dda09e1190f5 etc/unicode/other/lao.txt
--- a/etc/unicode/other/lao.txt Sun Oct 24 01:10:23 2010 +0200
+++ b/etc/unicode/other/lao.txt Mon Oct 25 22:51:18 2010 +0200
@@ -3,10 +3,10 @@
## This file is part of XEmacs.
-## XEmacs is free software; you can redistribute it and/or modify it
+## XEmacs 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 2, or (at your option) any
-## later version.
+## Free Software Foundation, either version 3 of the License, or (at your
+## option) any later version.
## XEmacs is distributed in the hope that it will be useful, but WITHOUT
## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
@@ -14,9 +14,7 @@
## for more details.
## You should have received a copy of the GNU General Public License
-## along with XEmacs; see the file COPYING. If not, write to
-## the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
-## Boston, MA 02110-1301, USA.
+## along with XEmacs. If not, see <http://www.gnu.org/licenses/>.
## Made up based on the comment in lao.el:
diff -r 7910031dd78a -r dda09e1190f5 etc/unicode/unicode-consortium/COPYING
--- a/etc/unicode/unicode-consortium/COPYING Sun Oct 24 01:10:23 2010 +0200
+++ b/etc/unicode/unicode-consortium/COPYING Mon Oct 25 22:51:18 2010 +0200
@@ -2,9 +2,20 @@
Copyright (c) 2007 The Free Software Foundation, Inc.
-This file is part of XEmacs. It is licensed to you under the
-conditions of the GNU General Public License, version 2 or any later
-version published by the FSF, at your option.
+This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>.
Other files in this directory are subject to O'Reilly Media and
Unicode Consortium licenses. The files oreilly.html and
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
changeset: 5482:7910031dd78a
user: Mats Lidell <matsl(a)xemacs.org>
date: Sun Oct 24 01:10:23 2010 +0200
files: etc/custom/check0.xpm etc/custom/check1.xpm etc/custom/down-pushed.xpm etc/custom/down.xpm etc/custom/face.xpm etc/custom/folder.xpm etc/custom/option.xpm etc/custom/radio0.xpm etc/custom/radio1.xpm etc/custom/right-pushed.xpm etc/custom/right.xpm etc/eos/eos-build.xbm etc/eos/eos-clear-at.xbm etc/eos/eos-cont.xbm etc/eos/eos-dismiss.xbm etc/eos/eos-down.xbm etc/eos/eos-evaluate-star.xbm etc/eos/eos-evaluate.xbm etc/eos/eos-fix.xbm etc/eos/eos-intro.xbm etc/eos/eos-introB.xbm etc/eos/eos-introD.xbm etc/eos/eos-introDB.xbm etc/eos/eos-run.xbm etc/eos/eos-run2.xbm etc/eos/eos-step-into.xbm etc/eos/eos-step-over.xbm etc/eos/eos-stop-in.xbm etc/eos/eos-stop.xbm etc/eos/eos-type.xbm etc/eos/eos-up.xbm etc/gray1.xbm etc/recycle.xpm etc/recycle2.xpm etc/toolbar/compile-cap-up.xpm etc/toolbar/compile-cap-xx.xpm etc/toolbar/compile-dn.xbm etc/toolbar/compile-up.xbm etc/toolbar/compile-up.xpm etc/toolbar/compile-xx.xbm etc/toolbar/compile-xx.xpm etc/toolbar/copy-cap-up.xp!
m etc/toolbar/copy-cap-xx.xpm etc/toolbar/copy-dn.xbm etc/toolbar/copy-up.xbm etc/toolbar/copy-up.xpm etc/toolbar/copy-xx.xbm etc/toolbar/copy-xx.xpm etc/toolbar/cut-cap-up.xpm etc/toolbar/cut-cap-xx.xpm etc/toolbar/cut-dn.xbm etc/toolbar/cut-up.xbm etc/toolbar/cut-up.xpm etc/toolbar/cut-xx.xbm etc/toolbar/cut-xx.xpm etc/toolbar/debug-cap-up.xpm etc/toolbar/debug-cap-xx.xpm etc/toolbar/debug-dn.xbm etc/toolbar/debug-up.xbm etc/toolbar/debug-up.xpm etc/toolbar/debug-xx.xbm etc/toolbar/debug-xx.xpm etc/toolbar/disk-cap-up.xpm etc/toolbar/disk-cap-xx.xpm etc/toolbar/disk-dn.xbm etc/toolbar/disk-up.xbm etc/toolbar/disk-up.xpm etc/toolbar/disk-xx.xbm etc/toolbar/disk-xx.xpm etc/toolbar/file-cap-up.xpm etc/toolbar/file-cap-xx.xpm etc/toolbar/file-dn.xbm etc/toolbar/file-up.xbm etc/toolbar/file-up.xpm etc/toolbar/file-xx.xbm etc/toolbar/file-xx.xpm etc/toolbar/folder-cap-up.xpm etc/toolbar/folder-cap-xx.xpm etc/toolbar/folder-dn.xbm etc/toolbar/folder-up.xbm etc/toolbar/folder-up.!
xpm etc/toolbar/folder-xx.xbm etc/toolbar/folder-xx.xpm etc/to!
olbar/in
fo-def-cap-up.xpm etc/toolbar/info-def-cap-xx.xpm etc/toolbar/info-def-dn.xbm etc/toolbar/info-def-up.xbm etc/toolbar/info-def-up.xpm etc/toolbar/info-def-xx.xbm etc/toolbar/info-def-xx.xpm etc/toolbar/info-exit-cap-up.xpm etc/toolbar/info-exit-cap-xx.xpm etc/toolbar/info-exit-dn.xbm etc/toolbar/info-exit-up.xbm etc/toolbar/info-exit-up.xpm etc/toolbar/info-exit-xx.xbm etc/toolbar/info-exit-xx.xpm etc/toolbar/info-exit.xbm etc/toolbar/info-exit.xpm etc/toolbar/info-next-cap-up.xpm etc/toolbar/info-next-cap-xx.xpm etc/toolbar/info-next-dn.xbm etc/toolbar/info-next-up.xbm etc/toolbar/info-next-up.xpm etc/toolbar/info-next-xx.xbm etc/toolbar/info-next-xx.xpm etc/toolbar/info-next.xbm etc/toolbar/info-next.xpm etc/toolbar/info-prev-cap-up.xpm etc/toolbar/info-prev-cap-xx.xpm etc/toolbar/info-prev-dn.xbm etc/toolbar/info-prev-up.xbm etc/toolbar/info-prev-up.xpm etc/toolbar/info-prev-xx.xbm etc/toolbar/info-prev-xx.xpm etc/toolbar/info-prev.xbm etc/toolbar/info-prev.xpm etc/toolba!
r/info-up-cap-up.xpm etc/toolbar/info-up-cap-xx.xpm etc/toolbar/info-up-dn.xbm etc/toolbar/info-up-up.xbm etc/toolbar/info-up-up.xpm etc/toolbar/info-up-xx.xbm etc/toolbar/info-up-xx.xpm etc/toolbar/info-up.xbm etc/toolbar/info-up.xpm etc/toolbar/last-win-cap-up.xpm etc/toolbar/last-win-cap-xx.xpm etc/toolbar/last-win-dn.xbm etc/toolbar/last-win-up.xbm etc/toolbar/last-win-up.xpm etc/toolbar/last-win-xx.xbm etc/toolbar/last-win-xx.xpm etc/toolbar/mail-cap-up.xpm etc/toolbar/mail-cap-xx.xpm etc/toolbar/mail-dn.xbm etc/toolbar/mail-up.xbm etc/toolbar/mail-up.xpm etc/toolbar/mail-xx.xbm etc/toolbar/mail-xx.xpm etc/toolbar/news-cap-up.xpm etc/toolbar/news-cap-xx.xpm etc/toolbar/news-dn.xbm etc/toolbar/news-up.xbm etc/toolbar/news-up.xpm etc/toolbar/news-xx.xbm etc/toolbar/news-xx.xpm etc/toolbar/next-win-cap-up.xpm etc/toolbar/next-win-cap-xx.xpm etc/toolbar/next-win-dn.xbm etc/toolbar/next-win-up.xbm etc/toolbar/next-win-up.xpm etc/toolbar/next-win-xx.xbm etc/toolbar/next-win-!
xx.xpm etc/toolbar/paste-cap-up.xpm etc/toolbar/paste-cap-xx.x!
pm etc/t
oolbar/paste-dn.xbm etc/toolbar/paste-up.xbm etc/toolbar/paste-up.xpm etc/toolbar/paste-xx.xbm etc/toolbar/paste-xx.xpm etc/toolbar/printer-cap-up.xpm etc/toolbar/printer-cap-xx.xpm etc/toolbar/printer-dn.xbm etc/toolbar/printer-up.xbm etc/toolbar/printer-up.xpm etc/toolbar/printer-xx.xbm etc/toolbar/printer-xx.xpm etc/toolbar/replace-cap-up.xpm etc/toolbar/replace-cap-xx.xpm etc/toolbar/replace-dn.xbm etc/toolbar/replace-up.xbm etc/toolbar/replace-up.xpm etc/toolbar/replace-xx.xbm etc/toolbar/replace-xx.xpm etc/toolbar/spell-cap-up.xpm etc/toolbar/spell-cap-xx.xpm etc/toolbar/spell-dn.xbm etc/toolbar/spell-up.xbm etc/toolbar/spell-up.xpm etc/toolbar/spell-xx.xbm etc/toolbar/spell-xx.xpm etc/toolbar/undo-cap-up.xpm etc/toolbar/undo-cap-xx.xpm etc/toolbar/undo-dn.xbm etc/toolbar/undo-up.xbm etc/toolbar/undo-up.xpm etc/toolbar/undo-xx.xbm etc/toolbar/undo-xx.xpm etc/toolbar/workshop-cap-up.xpm etc/toolbar/workshop-cap-xx.xpm etc/toolbar/workshop-up.xpm etc/toolbar/workshop-xx.!
xpm etc/trash.xpm etc/xemacs-beta.xpm etc/xemacs-icon.xpm etc/xemacs-icon2.xbm etc/xemacs-icon2.xpm etc/xemacs-icon3.xpm etc/xemacs.xbm etc/xemacs.xpm
description:
Add explicit GPLv3 or later to xpm and xbm graphics.
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/custom/check0.xpm
--- a/etc/custom/check0.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/custom/check0.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * check0_xpm[] = {
"11 11 3 1",
" c #E6E6E6E6E6E6",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/custom/check1.xpm
--- a/etc/custom/check1.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/custom/check1.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * check1_xpm[] = {
"11 11 3 1",
" c #737373737373",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/custom/down-pushed.xpm
--- a/etc/custom/down-pushed.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/custom/down-pushed.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * down[] = {
"10 10 5 1",
" c Gray40",
@@ -15,4 +31,4 @@
"ooo..XXooo",
"ooo..XXooo",
"oooo.Xoooo",
-"oooo.Xoooo"};
\ No newline at end of file
+"oooo.Xoooo"};
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/custom/down.xpm
--- a/etc/custom/down.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/custom/down.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * down_xpm[] = {
"10 10 5 1",
" c Gray90",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/custom/face.xpm
--- a/etc/custom/face.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/custom/face.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char *face[] = {
/* width height num_colors chars_per_pixel */
" 17 17 4 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/custom/folder.xpm
--- a/etc/custom/folder.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/custom/folder.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char *folder[] = {
/* width height num_colors chars_per_pixel */
" 17 17 4 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/custom/option.xpm
--- a/etc/custom/option.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/custom/option.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char *option[] = {
/* width height num_colors chars_per_pixel */
" 17 17 4 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/custom/radio0.xpm
--- a/etc/custom/radio0.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/custom/radio0.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * radio0_xpm[] = {
"12 11 4 1",
" c #FFFFFFFFFFFF s background",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/custom/radio1.xpm
--- a/etc/custom/radio1.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/custom/radio1.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * radio1_xpm[] = {
"12 11 4 1",
" c #FFFFFFFFFFFF s background",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/custom/right-pushed.xpm
--- a/etc/custom/right-pushed.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/custom/right-pushed.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * right_xpm[] = {
"10 10 5 1",
" c Gray40",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/custom/right.xpm
--- a/etc/custom/right.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/custom/right.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * right_xpm[] = {
"10 10 5 1",
" c Gray90",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-build.xbm
--- a/etc/eos/eos-build.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-build.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-clear-at.xbm
--- a/etc/eos/eos-clear-at.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-clear-at.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-cont.xbm
--- a/etc/eos/eos-cont.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-cont.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-dismiss.xbm
--- a/etc/eos/eos-dismiss.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-dismiss.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-down.xbm
--- a/etc/eos/eos-down.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-down.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-evaluate-star.xbm
--- a/etc/eos/eos-evaluate-star.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-evaluate-star.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-evaluate.xbm
--- a/etc/eos/eos-evaluate.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-evaluate.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-fix.xbm
--- a/etc/eos/eos-fix.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-fix.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-intro.xbm
--- a/etc/eos/eos-intro.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-intro.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-introB.xbm
--- a/etc/eos/eos-introB.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-introB.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-introD.xbm
--- a/etc/eos/eos-introD.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-introD.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-introDB.xbm
--- a/etc/eos/eos-introDB.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-introDB.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-run.xbm
--- a/etc/eos/eos-run.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-run.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-run2.xbm
--- a/etc/eos/eos-run2.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-run2.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-step-into.xbm
--- a/etc/eos/eos-step-into.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-step-into.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-step-over.xbm
--- a/etc/eos/eos-step-over.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-step-over.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-stop-in.xbm
--- a/etc/eos/eos-stop-in.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-stop-in.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-stop.xbm
--- a/etc/eos/eos-stop.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-stop.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-type.xbm
--- a/etc/eos/eos-type.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-type.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/eos/eos-up.xbm
--- a/etc/eos/eos-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/eos/eos-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/gray1.xbm
--- a/etc/gray1.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/gray1.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define bg2_width 16
#define bg2_height 16
static char bg2_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/recycle.xpm
--- a/etc/recycle.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/recycle.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
/* A recycle logo, artist unknown, converted to xpm by jwz */
static char *recycle[] = {
/* width height ncolors chars_per_pixel x_hot y_hot */
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/recycle2.xpm
--- a/etc/recycle2.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/recycle2.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * recycle2_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"32 32 4 1 26 23",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/compile-cap-up.xpm
--- a/etc/toolbar/compile-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/compile-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * makefile[] = {
"33 33 7 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/compile-cap-xx.xpm
--- a/etc/toolbar/compile-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/compile-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * makefile[] = {
"33 33 6 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/compile-dn.xbm
--- a/etc/toolbar/compile-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/compile-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/compile-up.xbm
--- a/etc/toolbar/compile-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/compile-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/compile-up.xpm
--- a/etc/toolbar/compile-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/compile-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * makefile[] = {
"28 28 6 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/compile-xx.xbm
--- a/etc/toolbar/compile-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/compile-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/compile-xx.xpm
--- a/etc/toolbar/compile-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/compile-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * makefile[] = {
"28 28 6 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/copy-cap-up.xpm
--- a/etc/toolbar/copy-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/copy-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * copy[] = {
"33 33 5 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/copy-cap-xx.xpm
--- a/etc/toolbar/copy-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/copy-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * copy[] = {
"33 33 4 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/copy-dn.xbm
--- a/etc/toolbar/copy-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/copy-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/copy-up.xbm
--- a/etc/toolbar/copy-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/copy-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/copy-up.xpm
--- a/etc/toolbar/copy-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/copy-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * copy[] = {
"28 28 4 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/copy-xx.xbm
--- a/etc/toolbar/copy-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/copy-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/copy-xx.xpm
--- a/etc/toolbar/copy-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/copy-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * copy[] = {
"28 28 4 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/cut-cap-up.xpm
--- a/etc/toolbar/cut-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/cut-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * cut[] = {
"33 33 4 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/cut-cap-xx.xpm
--- a/etc/toolbar/cut-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/cut-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * cut[] = {
"33 33 4 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/cut-dn.xbm
--- a/etc/toolbar/cut-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/cut-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/cut-up.xbm
--- a/etc/toolbar/cut-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/cut-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/cut-up.xpm
--- a/etc/toolbar/cut-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/cut-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * cut[] = {
"28 28 4 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/cut-xx.xbm
--- a/etc/toolbar/cut-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/cut-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/cut-xx.xpm
--- a/etc/toolbar/cut-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/cut-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * cut[] = {
"28 28 4 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/debug-cap-up.xpm
--- a/etc/toolbar/debug-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/debug-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * bug_xpm[] = {
"33 33 7 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/debug-cap-xx.xpm
--- a/etc/toolbar/debug-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/debug-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * bug_xpm[] = {
"33 33 6 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/debug-dn.xbm
--- a/etc/toolbar/debug-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/debug-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/debug-up.xbm
--- a/etc/toolbar/debug-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/debug-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/debug-up.xpm
--- a/etc/toolbar/debug-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/debug-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * bug_xpm[] = {
"28 28 6 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/debug-xx.xbm
--- a/etc/toolbar/debug-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/debug-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/debug-xx.xpm
--- a/etc/toolbar/debug-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/debug-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * bug_xpm[] = {
"28 28 6 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/disk-cap-up.xpm
--- a/etc/toolbar/disk-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/disk-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * disk[] = {
"33 33 6 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/disk-cap-xx.xpm
--- a/etc/toolbar/disk-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/disk-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * disk[] = {
"33 33 5 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/disk-dn.xbm
--- a/etc/toolbar/disk-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/disk-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/disk-up.xbm
--- a/etc/toolbar/disk-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/disk-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/disk-up.xpm
--- a/etc/toolbar/disk-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/disk-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * disk[] = {
"28 28 5 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/disk-xx.xbm
--- a/etc/toolbar/disk-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/disk-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/disk-xx.xpm
--- a/etc/toolbar/disk-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/disk-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * disk[] = {
"28 28 5 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/file-cap-up.xpm
--- a/etc/toolbar/file-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/file-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * file[] = {
"33 33 5 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/file-cap-xx.xpm
--- a/etc/toolbar/file-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/file-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * file[] = {
"33 33 4 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/file-dn.xbm
--- a/etc/toolbar/file-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/file-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/file-up.xbm
--- a/etc/toolbar/file-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/file-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/file-up.xpm
--- a/etc/toolbar/file-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/file-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * file[] = {
"28 28 4 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/file-xx.xbm
--- a/etc/toolbar/file-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/file-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/file-xx.xpm
--- a/etc/toolbar/file-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/file-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * file[] = {
"28 28 4 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/folder-cap-up.xpm
--- a/etc/toolbar/folder-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/folder-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * folder[] = {
"33 33 5 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/folder-cap-xx.xpm
--- a/etc/toolbar/folder-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/folder-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * folder[] = {
"33 33 4 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/folder-dn.xbm
--- a/etc/toolbar/folder-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/folder-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/folder-up.xbm
--- a/etc/toolbar/folder-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/folder-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/folder-up.xpm
--- a/etc/toolbar/folder-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/folder-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * folder[] = {
"28 28 4 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/folder-xx.xbm
--- a/etc/toolbar/folder-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/folder-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/folder-xx.xpm
--- a/etc/toolbar/folder-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/folder-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * folder[] = {
"28 28 4 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-def-cap-up.xpm
--- a/etc/toolbar/info-def-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-def-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * info[] = {
"33 33 2 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-def-cap-xx.xpm
--- a/etc/toolbar/info-def-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-def-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * info[] = {
"33 33 2 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-def-dn.xbm
--- a/etc/toolbar/info-def-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-def-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-def-up.xbm
--- a/etc/toolbar/info-def-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-def-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-def-up.xpm
--- a/etc/toolbar/info-def-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-def-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * info[] = {
"28 28 2 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-def-xx.xbm
--- a/etc/toolbar/info-def-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-def-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-def-xx.xpm
--- a/etc/toolbar/info-def-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-def-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * info[] = {
"28 28 2 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-exit-cap-up.xpm
--- a/etc/toolbar/info-exit-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-exit-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char *exit-up[] = {
/* width height num_colors chars_per_pixel */
"32 32 6 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-exit-cap-xx.xpm
--- a/etc/toolbar/info-exit-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-exit-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char *exit-up[] = {
/* width height num_colors chars_per_pixel */
"32 32 6 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-exit-dn.xbm
--- a/etc/toolbar/info-exit-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-exit-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 32
#define noname_height 32
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-exit-up.xbm
--- a/etc/toolbar/info-exit-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-exit-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 32
#define noname_height 32
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-exit-up.xpm
--- a/etc/toolbar/info-exit-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-exit-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char *exit-up[] = {
/* width height num_colors chars_per_pixel */
"32 32 6 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-exit-xx.xbm
--- a/etc/toolbar/info-exit-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-exit-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 32
#define noname_height 32
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-exit-xx.xpm
--- a/etc/toolbar/info-exit-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-exit-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char *exit-up[] = {
/* width height num_colors chars_per_pixel */
"32 32 6 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-exit.xbm
--- a/etc/toolbar/info-exit.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-exit.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 32
#define noname_height 32
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-exit.xpm
--- a/etc/toolbar/info-exit.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-exit.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char *exit-up[] = {
/* width height num_colors chars_per_pixel */
"32 32 6 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-next-cap-up.xpm
--- a/etc/toolbar/info-next-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-next-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * file[] = {
/* width height num_colors chars_per_pixel */
"28 28 5 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-next-cap-xx.xpm
--- a/etc/toolbar/info-next-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-next-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * file[] = {
/* width height num_colors chars_per_pixel */
"28 28 5 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-next-dn.xbm
--- a/etc/toolbar/info-next-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-next-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-next-up.xbm
--- a/etc/toolbar/info-next-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-next-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-next-up.xpm
--- a/etc/toolbar/info-next-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-next-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * file[] = {
/* width height num_colors chars_per_pixel */
"28 28 5 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-next-xx.xbm
--- a/etc/toolbar/info-next-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-next-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-next-xx.xpm
--- a/etc/toolbar/info-next-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-next-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * file[] = {
/* width height num_colors chars_per_pixel */
"28 28 5 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-next.xbm
--- a/etc/toolbar/info-next.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-next.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-next.xpm
--- a/etc/toolbar/info-next.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-next.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * file[] = {
/* width height num_colors chars_per_pixel */
"28 28 5 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-prev-cap-up.xpm
--- a/etc/toolbar/info-prev-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-prev-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * left-arrow_xpm[] = {
/* width height num_colors chars_per_pixel */
"28 28 3 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-prev-cap-xx.xpm
--- a/etc/toolbar/info-prev-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-prev-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * left-arrow_xpm[] = {
/* width height num_colors chars_per_pixel */
"28 28 3 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-prev-dn.xbm
--- a/etc/toolbar/info-prev-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-prev-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-prev-up.xbm
--- a/etc/toolbar/info-prev-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-prev-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-prev-up.xpm
--- a/etc/toolbar/info-prev-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-prev-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * left-arrow_xpm[] = {
/* width height num_colors chars_per_pixel */
"28 28 3 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-prev-xx.xbm
--- a/etc/toolbar/info-prev-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-prev-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-prev-xx.xpm
--- a/etc/toolbar/info-prev-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-prev-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * left-arrow_xpm[] = {
/* width height num_colors chars_per_pixel */
"28 28 3 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-prev.xbm
--- a/etc/toolbar/info-prev.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-prev.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-prev.xpm
--- a/etc/toolbar/info-prev.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-prev.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * left-arrow_xpm[] = {
/* width height num_colors chars_per_pixel */
"28 28 3 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-up-cap-up.xpm
--- a/etc/toolbar/info-up-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-up-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * up-arrow_xpm[] = {
/* width height num_colors chars_per_pixel */
"28 28 3 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-up-cap-xx.xpm
--- a/etc/toolbar/info-up-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-up-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * up-arrow_xpm[] = {
/* width height num_colors chars_per_pixel */
"28 28 3 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-up-dn.xbm
--- a/etc/toolbar/info-up-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-up-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-up-up.xbm
--- a/etc/toolbar/info-up-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-up-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-up-up.xpm
--- a/etc/toolbar/info-up-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-up-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * up-arrow_xpm[] = {
/* width height num_colors chars_per_pixel */
"28 28 3 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-up-xx.xbm
--- a/etc/toolbar/info-up-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-up-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-up-xx.xpm
--- a/etc/toolbar/info-up-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-up-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * up-arrow_xpm[] = {
/* width height num_colors chars_per_pixel */
"28 28 3 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-up.xbm
--- a/etc/toolbar/info-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/info-up.xpm
--- a/etc/toolbar/info-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/info-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * up-arrow_xpm[] = {
/* width height num_colors chars_per_pixel */
"28 28 3 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/last-win-cap-up.xpm
--- a/etc/toolbar/last-win-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/last-win-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * last_win_xpm[] = {
"33 33 5 1",
" c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/last-win-cap-xx.xpm
--- a/etc/toolbar/last-win-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/last-win-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * last_win_xpm[] = {
"33 33 5 1",
" c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/last-win-dn.xbm
--- a/etc/toolbar/last-win-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/last-win-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/last-win-up.xbm
--- a/etc/toolbar/last-win-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/last-win-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/last-win-up.xpm
--- a/etc/toolbar/last-win-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/last-win-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * last_win_xpm[] = {
"28 28 5 1",
" c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/last-win-xx.xbm
--- a/etc/toolbar/last-win-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/last-win-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/last-win-xx.xpm
--- a/etc/toolbar/last-win-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/last-win-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * last_win_xpm[] = {
"28 28 5 1",
" c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/mail-cap-up.xpm
--- a/etc/toolbar/mail-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/mail-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * mail[] = {
"33 33 6 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/mail-cap-xx.xpm
--- a/etc/toolbar/mail-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/mail-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * mail[] = {
"33 33 5 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/mail-dn.xbm
--- a/etc/toolbar/mail-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/mail-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/mail-up.xbm
--- a/etc/toolbar/mail-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/mail-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/mail-up.xpm
--- a/etc/toolbar/mail-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/mail-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * mail[] = {
"28 28 5 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/mail-xx.xbm
--- a/etc/toolbar/mail-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/mail-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/mail-xx.xpm
--- a/etc/toolbar/mail-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/mail-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * mail[] = {
"28 28 5 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/news-cap-up.xpm
--- a/etc/toolbar/news-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/news-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * news_xpm[] = {
"33 33 6 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/news-cap-xx.xpm
--- a/etc/toolbar/news-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/news-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * news_xpm[] = {
"33 33 5 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/news-dn.xbm
--- a/etc/toolbar/news-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/news-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/news-up.xbm
--- a/etc/toolbar/news-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/news-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/news-up.xpm
--- a/etc/toolbar/news-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/news-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * news_xpm[] = {
"28 28 5 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/news-xx.xbm
--- a/etc/toolbar/news-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/news-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/news-xx.xpm
--- a/etc/toolbar/news-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/news-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * news_xpm[] = {
"28 28 5 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/next-win-cap-up.xpm
--- a/etc/toolbar/next-win-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/next-win-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * next_win_xpm[] = {
"33 33 5 1",
" c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/next-win-cap-xx.xpm
--- a/etc/toolbar/next-win-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/next-win-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * next_win_xpm[] = {
"33 33 5 1",
" c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/next-win-dn.xbm
--- a/etc/toolbar/next-win-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/next-win-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/next-win-up.xbm
--- a/etc/toolbar/next-win-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/next-win-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/next-win-up.xpm
--- a/etc/toolbar/next-win-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/next-win-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * next_win_xpm[] = {
"28 28 5 1",
" c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/next-win-xx.xbm
--- a/etc/toolbar/next-win-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/next-win-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/next-win-xx.xpm
--- a/etc/toolbar/next-win-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/next-win-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * next_win_xpm[] = {
"28 28 5 1",
" c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/paste-cap-up.xpm
--- a/etc/toolbar/paste-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/paste-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * paste[] = {
"33 33 6 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/paste-cap-xx.xpm
--- a/etc/toolbar/paste-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/paste-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * paste[] = {
"33 33 5 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/paste-dn.xbm
--- a/etc/toolbar/paste-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/paste-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/paste-up.xbm
--- a/etc/toolbar/paste-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/paste-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/paste-up.xpm
--- a/etc/toolbar/paste-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/paste-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * paste[] = {
"28 28 5 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/paste-xx.xbm
--- a/etc/toolbar/paste-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/paste-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/paste-xx.xpm
--- a/etc/toolbar/paste-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/paste-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * paste[] = {
"28 28 5 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/printer-cap-up.xpm
--- a/etc/toolbar/printer-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/printer-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * printer[] = {
"33 33 7 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/printer-cap-xx.xpm
--- a/etc/toolbar/printer-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/printer-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * printer[] = {
"33 33 6 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/printer-dn.xbm
--- a/etc/toolbar/printer-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/printer-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/printer-up.xbm
--- a/etc/toolbar/printer-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/printer-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/printer-up.xpm
--- a/etc/toolbar/printer-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/printer-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * printer[] = {
"28 28 6 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/printer-xx.xbm
--- a/etc/toolbar/printer-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/printer-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/printer-xx.xpm
--- a/etc/toolbar/printer-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/printer-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * printer[] = {
"28 28 6 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/replace-cap-up.xpm
--- a/etc/toolbar/replace-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/replace-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * replace[] = {
"33 33 2 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/replace-cap-xx.xpm
--- a/etc/toolbar/replace-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/replace-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * replace[] = {
"33 33 2 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/replace-dn.xbm
--- a/etc/toolbar/replace-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/replace-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/replace-up.xbm
--- a/etc/toolbar/replace-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/replace-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/replace-up.xpm
--- a/etc/toolbar/replace-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/replace-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * replace[] = {
"28 28 2 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/replace-xx.xbm
--- a/etc/toolbar/replace-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/replace-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/replace-xx.xpm
--- a/etc/toolbar/replace-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/replace-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * replace[] = {
"28 28 2 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/spell-cap-up.xpm
--- a/etc/toolbar/spell-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/spell-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * dict[] = {
"33 33 7 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/spell-cap-xx.xpm
--- a/etc/toolbar/spell-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/spell-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * dict[] = {
"33 33 6 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/spell-dn.xbm
--- a/etc/toolbar/spell-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/spell-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/spell-up.xbm
--- a/etc/toolbar/spell-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/spell-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/spell-up.xpm
--- a/etc/toolbar/spell-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/spell-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * dict[] = {
"28 28 6 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/spell-xx.xbm
--- a/etc/toolbar/spell-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/spell-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/spell-xx.xpm
--- a/etc/toolbar/spell-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/spell-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * dict[] = {
"28 28 6 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/undo-cap-up.xpm
--- a/etc/toolbar/undo-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/undo-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * undo[] = {
"33 33 6 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/undo-cap-xx.xpm
--- a/etc/toolbar/undo-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/undo-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * undo[] = {
"33 33 5 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/undo-dn.xbm
--- a/etc/toolbar/undo-dn.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/undo-dn.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/undo-up.xbm
--- a/etc/toolbar/undo-up.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/undo-up.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/undo-up.xpm
--- a/etc/toolbar/undo-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/undo-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * undo[] = {
"28 28 5 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/undo-xx.xbm
--- a/etc/toolbar/undo-xx.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/undo-xx.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 28
#define noname_height 28
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/undo-xx.xpm
--- a/etc/toolbar/undo-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/undo-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * undo[] = {
"28 28 5 1",
"X c Gray75 s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/workshop-cap-up.xpm
--- a/etc/toolbar/workshop-cap-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/workshop-cap-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * xemacs-cap-workshop_xpm[] = {
"33 33 9 1",
" c #BDBDBDBDBDBD s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/workshop-cap-xx.xpm
--- a/etc/toolbar/workshop-cap-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/workshop-cap-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * xemacs-cap-workshop-xx_xpm[] = {
"33 33 8 1",
" c #BDBDBDBDBDBD s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/workshop-up.xpm
--- a/etc/toolbar/workshop-up.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/workshop-up.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * xemacs-workshop_xpm[] = {
"28 28 8 1",
" c #BDBDBDBDBDBD s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/toolbar/workshop-xx.xpm
--- a/etc/toolbar/workshop-xx.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/toolbar/workshop-xx.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * xemacs-workshop-xx_xpm[] = {
"28 28 8 1",
" c #BDBDBDBDBDBD s backgroundToolBarColor",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/trash.xpm
--- a/etc/trash.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/trash.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
/* A trash can, drawn by jwz */
static char *trash[] = {
/* width height ncolors chars_per_pixel x_hot y_hot */
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/xemacs-beta.xpm
--- a/etc/xemacs-beta.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/xemacs-beta.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"388 145 19 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/xemacs-icon.xpm
--- a/etc/xemacs-icon.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/xemacs-icon.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char *XEmacs48_xpm[] = {
/* width height ncolors chars_per_pixel */
"48 48 12 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/xemacs-icon2.xbm
--- a/etc/xemacs-icon2.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/xemacs-icon2.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define noname_width 50
#define noname_height 50
static char noname_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/xemacs-icon2.xpm
--- a/etc/xemacs-icon2.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/xemacs-icon2.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * xemacs_xpm[] = {
/* XEmacs pixmap
* width height ncolors chars_per_pixel */
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/xemacs-icon3.xpm
--- a/etc/xemacs-icon3.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/xemacs-icon3.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char * xemacs_xpm[] = {
/* width height num_colors chars_per_pixel */
"48 48 11 1",
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/xemacs.xbm
--- a/etc/xemacs.xbm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/xemacs.xbm Sun Oct 24 01:10:23 2010 +0200
@@ -1,3 +1,18 @@
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
#define xemacs_width 266
#define xemacs_height 61
static unsigned char xemacs_bits[] = {
diff -r 6a8c6c6f6c8e -r 7910031dd78a etc/xemacs.xpm
--- a/etc/xemacs.xpm Sun Oct 24 00:24:04 2010 +0200
+++ b/etc/xemacs.xpm Sun Oct 24 01:10:23 2010 +0200
@@ -1,4 +1,20 @@
/* XPM */
+
+/* This file is part of XEmacs.
+
+XEmacs 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.
+
+XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. */
+
static char *noname[] = {
/* width height ncolors chars_per_pixel */
"388 145 25 1",
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches