# HG changeset patch # User Stephen J. Turnbull # Date 1276495388 -32400 # Node ID cd167465bf698d7b2b76b02927ceb90fdebcecf2 # Parent 7e535575bf6d45dda5174c09ad986f93d7017fa9 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 + + * ad2c: + Add copyright notices based on internal evidence. + +2010-06-14 Stephen J. Turnbull + + * cvtmail.c: + * fakemail.c: + * make-path.c: + * profile.c: + * tcp.c: + Fix typo (doubled phrase) in permission notice. + 2010-06-13 Stephen J. Turnbull * 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,5 +1,9 @@ #!/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. # # George Ferguson, ferguson@cs.rcohester.edu, 12 Nov 1990. 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 + + * 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 + + * 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 + + * auto-save.el: + * font.el: + * fontconfig.el: + * mule/kinsoku.el: + Add "part of XEmacs" text to permission notice. + 2010-06-13 Stephen J. Turnbull * 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 @@ -9,6 +9,8 @@ ;; 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 ;; the Free Software Foundation; either version 2, or (at your option) 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 @@ -10,6 +10,8 @@ ;; 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 ;; the Free Software Foundation; either version 2, or (at your option) 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 @@ -10,6 +10,8 @@ ;; 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 ;; the Free Software Foundation; either version 2, or (at your option) 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 @@ -4,6 +4,8 @@ ;; 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 ;; the Free Software Foundation; either version 2, or (at your option) 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 + + * ui-byhand.c: + * gtk-glue.c: + Add copyright notice based on internal evidence. + 2010-06-14 Stephen J. Turnbull * 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 + + * 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 + + * reproduce-crashes.el: Amend "this file" to "XEmacs is free...". + 2010-06-13 Stephen J. Turnbull * 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.