# HG changeset patch # User Stephen J. Turnbull # Date 1276498050 -32400 # Node ID 9e51b172d50ff118ad7ceaea5f4b42270f93289d # Parent 061f4feaeefd4eca37163ba8c04cc0e0fa863516 More permission consistency. diff -r 061f4feaeefd -r 9e51b172d50f lisp/ChangeLog --- a/lisp/ChangeLog Mon Jun 14 15:14:20 2010 +0900 +++ b/lisp/ChangeLog Mon Jun 14 15:47:30 2010 +0900 @@ -1,3 +1,12 @@ +2010-06-14 Stephen J. Turnbull + + * mule/canna-leim.el: + * alist.el: + Refer to XEmacs, not APEL/this program, in permissions. + + * mule/canna-leim.el: + Remove my copyright, I've assigned it to the FSF. + 2010-06-14 Stephen J. Turnbull * gtk.el: diff -r 061f4feaeefd -r 9e51b172d50f lisp/alist.el --- a/lisp/alist.el Mon Jun 14 15:14:20 2010 +0900 +++ b/lisp/alist.el Mon Jun 14 15:47:30 2010 +0900 @@ -5,14 +5,14 @@ ;; Author: MORIOKA Tomohiko ;; Keywords: alist -;; This file is part of APEL (A Portable Emacs Library). +;; This file is part of XEmacs. -;; This program is free software; you can redistribute it and/or +;; XEmacs is free software; you can 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 program is distributed in the hope that it will be useful, but +;; 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. diff -r 061f4feaeefd -r 9e51b172d50f lisp/mule/canna-leim.el --- a/lisp/mule/canna-leim.el Mon Jun 14 15:14:20 2010 +0900 +++ b/lisp/mule/canna-leim.el Mon Jun 14 15:47:30 2010 +0900 @@ -1,5 +1,5 @@ ;;; canna-leim.el --- Canna-related code for LEIM -*- coding: iso-2022-7bit; -*- -;; Copyright (C) 1997 Stephen Turnbull +;; ;; Copyright (C) 1997 Free Software Foundation, Inc. ;; ;; Shamelessly ripped off from @@ -13,12 +13,14 @@ ;; Keywords: japanese, input method, LEIM ;; Last Modified: 1997/10/27 10:08:49 -;; This program is free software; you can redistribute it and/or modify +;; 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 versions 2, or (at your option) ;; any later version. -;; This program is distributed in the hope that it will be useful +;; 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.