Mercurial > hg > xemacs-beta
changeset 5289:9e51b172d50f
More permission consistency.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 14 Jun 2010 15:47:30 +0900 |
parents | 061f4feaeefd |
children | e6508b64ee08 |
files | lisp/ChangeLog lisp/alist.el lisp/mule/canna-leim.el |
diffstat | 3 files changed, 17 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 <stephen@xemacs.org> + + * 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 <stephen@xemacs.org> * gtk.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 <morioka@jaist.ac.jp> ;; 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.
--- 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 <turnbull@sk.tsukuba.ac.jp> +;; ;; 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.