Mercurial > hg > xemacs-beta
changeset 5287:cd167465bf69
More permission consistency.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 14 Jun 2010 15:03:08 +0900 |
parents | 7e535575bf6d |
children | 061f4feaeefd |
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 |
diffstat | 33 files changed, 145 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- 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@xemacs.org> + + * ad2c: + Add copyright notices based on internal evidence. + +2010-06-14 Stephen J. Turnbull <stephen@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@xemacs.org> * ad2c: Correct FSF address in permission notice.
--- 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.
--- 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. */
--- 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. */
--- 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. */
--- 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. */
--- 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. *
--- 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@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@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@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@xemacs.org> * gnome.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)
--- 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.
--- 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)
--- 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)
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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.
--- 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.
--- 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.
--- 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)
--- 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@xemacs.org> + + * ui-byhand.c: + * gtk-glue.c: + Add copyright notice based on internal evidence. + 2010-06-14 Stephen J. Turnbull <stephen@xemacs.org> * number.h: Another permission consistency fix.
--- 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
--- 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:
--- 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@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@xemacs.org> + + * reproduce-crashes.el: Amend "this file" to "XEmacs is free...". + 2010-06-13 Stephen J. Turnbull <stephen@xemacs.org> * 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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.