changeset: 5343:cd167465bf69
user: Stephen J. Turnbull <stephen(a)xemacs.org>
date: Mon Jun 14 15:03:08 2010 +0900
files: lib-src/ChangeLog lib-src/ad2c lib-src/cvtmail.c lib-src/fakemail.c
lib-src/make-path.c lib-src/profile.c lib-src/tcp.c lisp/ChangeLog lisp/auto-save.el
lisp/easymenu.el lisp/font.el lisp/fontconfig.el lisp/gtk-compose.el lisp/gtk-marshal.el
lisp/gtk-package.el lisp/gtk-widget-accessors.el lisp/gtk.el lisp/gutter-items.el
lisp/gutter.el lisp/menubar-items.el lisp/mule/kinsoku.el src/ChangeLog src/gtk-glue.c
src/ui-byhand.c tests/ChangeLog tests/gtk/event-stream-tests.el tests/gtk/gnome-test.el
tests/gtk/gtk-embedded-test.el tests/gtk/gtk-extra-test.el tests/gtk/statusbar-test.el
tests/gtk/toolbar-test.el tests/gtk/xemacs-toolbar.el tests/reproduce-crashes.el
description:
More permission consistency.
diff -r 7e535575bf6d -r cd167465bf69 lib-src/ChangeLog
--- a/lib-src/ChangeLog Mon Jun 14 01:12:54 2010 +0900
+++ b/lib-src/ChangeLog Mon Jun 14 15:03:08 2010 +0900
@@ -1,3 +1,17 @@
+2010-06-14 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * ad2c:
+ Add copyright notices based on internal evidence.
+
+2010-06-14 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * cvtmail.c:
+ * fakemail.c:
+ * make-path.c:
+ * profile.c:
+ * tcp.c:
+ Fix typo (doubled phrase) in permission notice.
+
2010-06-13 Stephen J. Turnbull <stephen(a)xemacs.org>
* ad2c: Correct FSF address in permission notice.
diff -r 7e535575bf6d -r cd167465bf69 lib-src/ad2c
--- a/lib-src/ad2c Mon Jun 14 01:12:54 2010 +0900
+++ b/lib-src/ad2c Mon Jun 14 15:03:08 2010 +0900
@@ -1,4 +1,8 @@
#!/bin/sh
+#
+# Copyright (C) 1990, 1991 George Ferguson
+# Copyright (C) 1992 Charles Hannum
+# Copyright (C) 1992 Matthew Stier
#
# ad2c : Convert app-defaults file to C strings decls.
#
diff -r 7e535575bf6d -r cd167465bf69 lib-src/cvtmail.c
--- a/lib-src/cvtmail.c Mon Jun 14 01:12:54 2010 +0900
+++ b/lib-src/cvtmail.c Mon Jun 14 15:03:08 2010 +0900
@@ -13,7 +13,7 @@
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 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* Synched up with: FSF 19.28. */
diff -r 7e535575bf6d -r cd167465bf69 lib-src/fakemail.c
--- a/lib-src/fakemail.c Mon Jun 14 01:12:54 2010 +0900
+++ b/lib-src/fakemail.c Mon Jun 14 15:03:08 2010 +0900
@@ -15,7 +15,7 @@
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 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* Synched up with: FSF 19.28. */
diff -r 7e535575bf6d -r cd167465bf69 lib-src/make-path.c
--- a/lib-src/make-path.c Mon Jun 14 01:12:54 2010 +0900
+++ b/lib-src/make-path.c Mon Jun 14 15:03:08 2010 +0900
@@ -15,7 +15,7 @@
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 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* Synched up with: FSF 19.28. */
diff -r 7e535575bf6d -r cd167465bf69 lib-src/profile.c
--- a/lib-src/profile.c Mon Jun 14 01:12:54 2010 +0900
+++ b/lib-src/profile.c Mon Jun 14 15:03:08 2010 +0900
@@ -18,8 +18,8 @@
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 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA. */
/* Synched up with: FSF 19.28. */
/* #### Not sure if this is needed for XEmacs. */
diff -r 7e535575bf6d -r cd167465bf69 lib-src/tcp.c
--- a/lib-src/tcp.c Mon Jun 14 01:12:54 2010 +0900
+++ b/lib-src/tcp.c Mon Jun 14 15:03:08 2010 +0900
@@ -19,7 +19,7 @@
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 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*
diff -r 7e535575bf6d -r cd167465bf69 lisp/ChangeLog
--- a/lisp/ChangeLog Mon Jun 14 01:12:54 2010 +0900
+++ b/lisp/ChangeLog Mon Jun 14 15:03:08 2010 +0900
@@ -1,3 +1,30 @@
+2010-06-14 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * gtk.el:
+ * gtk-widget-accessors.el:
+ * gtk-package.el:
+ * gtk-marshal.el:
+ * gtk-compose.el:
+ * gnome.el:
+ Add copyright notice based on internal evidence.
+
+2010-06-14 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * easymenu.el: Add reference to COPYING to permission notice.
+
+ * gutter.el:
+ * gutter-items.el:
+ * menubar-items.el:
+ Fix typo "Xmacs" in permissions notice.
+
+2010-06-14 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * auto-save.el:
+ * font.el:
+ * fontconfig.el:
+ * mule/kinsoku.el:
+ Add "part of XEmacs" text to permission notice.
+
2010-06-13 Stephen J. Turnbull <stephen(a)xemacs.org>
* gnome.el:
diff -r 7e535575bf6d -r cd167465bf69 lisp/auto-save.el
--- a/lisp/auto-save.el Mon Jun 14 01:12:54 2010 +0900
+++ b/lisp/auto-save.el Mon Jun 14 15:03:08 2010 +0900
@@ -8,6 +8,8 @@
;; Maintainer: XEmacs Development Team
;; Keywords: extensions, dumped
;; Version: 1.26
+
+;; 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
diff -r 7e535575bf6d -r cd167465bf69 lisp/easymenu.el
--- a/lisp/easymenu.el Mon Jun 14 01:12:54 2010 +0900
+++ b/lisp/easymenu.el Mon Jun 14 15:03:08 2010 +0900
@@ -19,9 +19,9 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with XEmacs; if not, write to the Free Software
-;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-;; 02111-1307, USA.
+;; 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.
;;; Synched up with: Not synched with FSF but coordinated with the FSF
;;; easymenu maintainer for compatibility with FSF 20.4.
diff -r 7e535575bf6d -r cd167465bf69 lisp/font.el
--- a/lisp/font.el Mon Jun 14 01:12:54 2010 +0900
+++ b/lisp/font.el Mon Jun 14 15:03:08 2010 +0900
@@ -9,6 +9,8 @@
;; Created: 1997/09/05 15:44:37
;; Keywords: faces
;; Version: 1.52
+
+;; 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
diff -r 7e535575bf6d -r cd167465bf69 lisp/fontconfig.el
--- a/lisp/fontconfig.el Mon Jun 14 01:12:54 2010 +0900
+++ b/lisp/fontconfig.el Mon Jun 14 15:03:08 2010 +0900
@@ -9,6 +9,8 @@
;; Created: 27 Oct 2003
;; Updated: 05 Mar 2005 by Stephen J. Turnbull
;; Keywords: faces
+
+;; 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
diff -r 7e535575bf6d -r cd167465bf69 lisp/gtk-compose.el
--- a/lisp/gtk-compose.el Mon Jun 14 01:12:54 2010 +0900
+++ b/lisp/gtk-compose.el Mon Jun 14 15:03:08 2010 +0900
@@ -1,3 +1,7 @@
+;; gtk-compose.el --- provide compose-key handling to GTK
+;;
+;; Copyright (C) 2000, 2001 William M. Perry
+;;
;; This file is part of XEmacs.
;;
;; XEmacs is free software; you can redistribute it and/or modify it
diff -r 7e535575bf6d -r cd167465bf69 lisp/gtk-marshal.el
--- a/lisp/gtk-marshal.el Mon Jun 14 01:12:54 2010 +0900
+++ b/lisp/gtk-marshal.el Mon Jun 14 15:03:08 2010 +0900
@@ -1,3 +1,7 @@
+;; gtk-marshal.el --- regenerate C wrappers for GTK
+;;
+;; Copyright (C) 2000, 2001 William M. Perry
+;;
;; This file is part of XEmacs.
;;
;; XEmacs is free software; you can redistribute it and/or modify it
diff -r 7e535575bf6d -r cd167465bf69 lisp/gtk-package.el
--- a/lisp/gtk-package.el Mon Jun 14 01:12:54 2010 +0900
+++ b/lisp/gtk-package.el Mon Jun 14 15:03:08 2010 +0900
@@ -1,3 +1,7 @@
+;; gtk-package.el --- GTK version of package-ui
+;;
+;; Copyright (C) 2000, 2001 William M. Perry
+;;
;; This file is part of XEmacs.
;;
;; XEmacs is free software; you can redistribute it and/or modify it
diff -r 7e535575bf6d -r cd167465bf69 lisp/gtk-widget-accessors.el
--- a/lisp/gtk-widget-accessors.el Mon Jun 14 01:12:54 2010 +0900
+++ b/lisp/gtk-widget-accessors.el Mon Jun 14 15:03:08 2010 +0900
@@ -1,3 +1,7 @@
+;; gtk-widget-accessors.el --- GTK wrappers for widgets
+;;
+;; Copyright (C) 2000, 2001 William M. Perry
+;;
;; This file is part of XEmacs.
;;
;; XEmacs is free software; you can redistribute it and/or modify it
diff -r 7e535575bf6d -r cd167465bf69 lisp/gtk.el
--- a/lisp/gtk.el Mon Jun 14 01:12:54 2010 +0900
+++ b/lisp/gtk.el Mon Jun 14 15:03:08 2010 +0900
@@ -1,3 +1,7 @@
+;; gtk.el --- provide information about GTK wrapping
+;;
+;; Copyright (C) 2000, 2001 William M. Perry
+;;
;; This file is part of XEmacs.
;;
;; XEmacs is free software; you can redistribute it and/or modify it
diff -r 7e535575bf6d -r cd167465bf69 lisp/gutter-items.el
--- a/lisp/gutter-items.el Mon Jun 14 01:12:54 2010 +0900
+++ b/lisp/gutter-items.el Mon Jun 14 15:03:08 2010 +0900
@@ -18,7 +18,7 @@
;; General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with Xmacs; see the file COPYING. If not, write to the
+;; along with XEmacs; see the file COPYING. If not, write to the
;; Free Software Foundation, 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
diff -r 7e535575bf6d -r cd167465bf69 lisp/gutter.el
--- a/lisp/gutter.el Mon Jun 14 01:12:54 2010 +0900
+++ b/lisp/gutter.el Mon Jun 14 15:03:08 2010 +0900
@@ -19,7 +19,7 @@
;; General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with Xmacs; see the file COPYING. If not, write to the
+;; along with XEmacs; see the file COPYING. If not, write to the
;; Free Software Foundation, 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
diff -r 7e535575bf6d -r cd167465bf69 lisp/menubar-items.el
--- a/lisp/menubar-items.el Mon Jun 14 01:12:54 2010 +0900
+++ b/lisp/menubar-items.el Mon Jun 14 15:03:08 2010 +0900
@@ -22,7 +22,7 @@
;; General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with Xmacs; see the file COPYING. If not, write to the
+;; along with XEmacs; see the file COPYING. If not, write to the
;; Free Software Foundation, 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
diff -r 7e535575bf6d -r cd167465bf69 lisp/mule/kinsoku.el
--- a/lisp/mule/kinsoku.el Mon Jun 14 01:12:54 2010 +0900
+++ b/lisp/mule/kinsoku.el Mon Jun 14 15:03:08 2010 +0900
@@ -3,6 +3,8 @@
;; Copyright (C) 1997 Free Software Foundation, Inc.
;; This file is part of Mule (MULtilingual Enhancement of XEmacs).
;; This file contains Japanese and Chinese characters.
+
+;; 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
diff -r 7e535575bf6d -r cd167465bf69 src/ChangeLog
--- a/src/ChangeLog Mon Jun 14 01:12:54 2010 +0900
+++ b/src/ChangeLog Mon Jun 14 15:03:08 2010 +0900
@@ -1,3 +1,9 @@
+2010-06-14 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * ui-byhand.c:
+ * gtk-glue.c:
+ Add copyright notice based on internal evidence.
+
2010-06-14 Stephen J. Turnbull <stephen(a)xemacs.org>
* number.h: Another permission consistency fix.
diff -r 7e535575bf6d -r cd167465bf69 src/gtk-glue.c
--- a/src/gtk-glue.c Mon Jun 14 01:12:54 2010 +0900
+++ b/src/gtk-glue.c Mon Jun 14 15:03:08 2010 +0900
@@ -1,4 +1,7 @@
-/*
+/* gtk-glue.c --- GTK interfaces with XEmacs
+
+Copyright (C) 2000, 2001 William M. Perry
+
This file is part of XEmacs.
XEmacs is free software; you can redistribute it and/or modify it
diff -r 7e535575bf6d -r cd167465bf69 src/ui-byhand.c
--- a/src/ui-byhand.c Mon Jun 14 01:12:54 2010 +0900
+++ b/src/ui-byhand.c Mon Jun 14 15:03:08 2010 +0900
@@ -1,4 +1,8 @@
-/* I really wish this entire file could go away, but there is
+/* ui-byhand.c --- hand-coded GTK functions
+
+Copyright (C) 2000, 2001 William M. Perry
+
+ I really wish this entire file could go away, but there is
currently no way to do the following in the Foreign Function
Interface:
diff -r 7e535575bf6d -r cd167465bf69 tests/ChangeLog
--- a/tests/ChangeLog Mon Jun 14 01:12:54 2010 +0900
+++ b/tests/ChangeLog Mon Jun 14 15:03:08 2010 +0900
@@ -1,3 +1,18 @@
+2010-06-14 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * gtk/xemacs-toolbar.el:
+ * gtk/toolbar-test.el:
+ * gtk/statusbar-test.el:
+ * gtk/gtk-extra-test.el:
+ * gtk/gtk-embedded-test.el:
+ * gtk/gnome-test.el:
+ * gtk/event-stream-tests.el:
+ Add copyright notice based on internal evidence.
+
+2010-06-14 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * reproduce-crashes.el: Amend "this file" to "XEmacs is free...".
+
2010-06-13 Stephen J. Turnbull <stephen(a)xemacs.org>
* gtk/event-stream-tests.el:
diff -r 7e535575bf6d -r cd167465bf69 tests/gtk/event-stream-tests.el
--- a/tests/gtk/event-stream-tests.el Mon Jun 14 01:12:54 2010 +0900
+++ b/tests/gtk/event-stream-tests.el Mon Jun 14 15:03:08 2010 +0900
@@ -1,3 +1,8 @@
+;; event-stream-tests.el --- test the GTK event stream
+;;
+;; Copyright 2000, 2001 William Perry
+;; Seems to be based on the comment at the end of src/event-stream.c.
+;;
;; This file is part of XEmacs.
;;
;; XEmacs is free software; you can redistribute it and/or modify it
diff -r 7e535575bf6d -r cd167465bf69 tests/gtk/gnome-test.el
--- a/tests/gtk/gnome-test.el Mon Jun 14 01:12:54 2010 +0900
+++ b/tests/gtk/gnome-test.el Mon Jun 14 15:03:08 2010 +0900
@@ -1,3 +1,7 @@
+;; gnome-test.el --- test GNOME integration
+;;
+;; Copyright 2000, 2001 William Perry
+;;
;; This file is part of XEmacs.
;;
;; XEmacs is free software; you can redistribute it and/or modify it
diff -r 7e535575bf6d -r cd167465bf69 tests/gtk/gtk-embedded-test.el
--- a/tests/gtk/gtk-embedded-test.el Mon Jun 14 01:12:54 2010 +0900
+++ b/tests/gtk/gtk-embedded-test.el Mon Jun 14 15:03:08 2010 +0900
@@ -1,3 +1,7 @@
+;; gtk-embedded-test.el --- test GTK embedding in another window
+;;
+;; Copyright 2000, 2001 William Perry
+;;
;; This file is part of XEmacs.
;;
;; XEmacs is free software; you can redistribute it and/or modify it
diff -r 7e535575bf6d -r cd167465bf69 tests/gtk/gtk-extra-test.el
--- a/tests/gtk/gtk-extra-test.el Mon Jun 14 01:12:54 2010 +0900
+++ b/tests/gtk/gtk-extra-test.el Mon Jun 14 15:03:08 2010 +0900
@@ -1,3 +1,7 @@
+;; gtk-extra-test.el --- test extra GTK widgets
+;;
+;; Copyright 2000, 2001 William Perry
+;;
;; This file is part of XEmacs.
;;
;; XEmacs is free software; you can redistribute it and/or modify it
diff -r 7e535575bf6d -r cd167465bf69 tests/gtk/statusbar-test.el
--- a/tests/gtk/statusbar-test.el Mon Jun 14 01:12:54 2010 +0900
+++ b/tests/gtk/statusbar-test.el Mon Jun 14 15:03:08 2010 +0900
@@ -1,3 +1,7 @@
+;; statusbar-test.el --- test the GTK status bar
+;;
+;; Copyright 2000, 2001 William Perry
+;;
;; This file is part of XEmacs.
;;
;; XEmacs is free software; you can redistribute it and/or modify it
diff -r 7e535575bf6d -r cd167465bf69 tests/gtk/toolbar-test.el
--- a/tests/gtk/toolbar-test.el Mon Jun 14 01:12:54 2010 +0900
+++ b/tests/gtk/toolbar-test.el Mon Jun 14 15:03:08 2010 +0900
@@ -1,3 +1,7 @@
+;; toolbar-test.el --- test the GTK toolbar
+;;
+;; Copyright 2000, 2001 William Perry
+;;
;; This file is part of XEmacs.
;;
;; XEmacs is free software; you can redistribute it and/or modify it
diff -r 7e535575bf6d -r cd167465bf69 tests/gtk/xemacs-toolbar.el
--- a/tests/gtk/xemacs-toolbar.el Mon Jun 14 01:12:54 2010 +0900
+++ b/tests/gtk/xemacs-toolbar.el Mon Jun 14 15:03:08 2010 +0900
@@ -1,3 +1,7 @@
+;; xemacs-toolbar.el --- test the XEmacs toolbar under GTK
+;;
+;; Copyright 2000, 2001 William Perry
+;;
;; This file is part of XEmacs.
;;
;; XEmacs is free software; you can redistribute it and/or modify it
diff -r 7e535575bf6d -r cd167465bf69 tests/reproduce-crashes.el
--- a/tests/reproduce-crashes.el Mon Jun 14 01:12:54 2010 +0900
+++ b/tests/reproduce-crashes.el Mon Jun 14 15:03:08 2010 +0900
@@ -7,7 +7,7 @@
;; This file is part of XEmacs.
-;; This file 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.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches