changeset: 5433:d88ad9ccfa66
user: Mike Sperber <sperber(a)deinprogramm.de>
date: Sun Oct 31 01:35:37 2010 +0100
files: tests/Dnd/droptest.el tests/Dnd/droptest.sh tests/gtk/gtk-test.glade
description:
Migrate the rest of tests/ to GPLv3.
- drag 'n drop was also done by Oliver Graf, so samy copyright
- with gtk-test.glade, the only question was where to actually stick
the attribution; inserted XML comment
diff -r ade4c7e2c6cb -r d88ad9ccfa66 tests/Dnd/droptest.el
--- a/tests/Dnd/droptest.el Sun Oct 31 01:25:03 2010 +0100
+++ b/tests/Dnd/droptest.el Sun Oct 31 01:35:37 2010 +0100
@@ -1,6 +1,24 @@
;; a short example how to use the new Drag'n'Drop API in
;; combination with extents.
-;;
+
+;; Copyright (C) 1998 Oliver Graf <ograf(a)fga.de>
+
+;; 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/>.
+
+;;; Synched up with: Not in FSF.
(defun dnd-drop-message (event object text)
(message "Dropped %s with :%s" text object)
diff -r ade4c7e2c6cb -r d88ad9ccfa66 tests/Dnd/droptest.sh
--- a/tests/Dnd/droptest.sh Sun Oct 31 01:25:03 2010 +0100
+++ b/tests/Dnd/droptest.sh Sun Oct 31 01:35:37 2010 +0100
@@ -1,4 +1,23 @@
#!/bin/sh
+
+# Copyright (C) 1998 Oliver Graf <ograf(a)fga.de>
+
+# 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/>.
+
+# Synched up with: Not in FSF.
TEMPDIR=/tmp
diff -r ade4c7e2c6cb -r d88ad9ccfa66 tests/gtk/gtk-test.glade
--- a/tests/gtk/gtk-test.glade Sun Oct 31 01:25:03 2010 +0100
+++ b/tests/gtk/gtk-test.glade Sun Oct 31 01:35:37 2010 +0100
@@ -1,4 +1,24 @@
<?xml version="1.0"?>
+
+<!--
+
+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/>.
+
+-->
+
<GTK-Interface>
<project>
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
changeset: 5432: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: 5428: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: 5427: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: 5426: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