Mercurial > emacs
changeset 67658:547f2b420666
Copyright fixed
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 19 Dec 2005 07:04:44 +0000 |
parents | b94a4bf1aca6 |
children | 715e34f3881b |
files | lisp/composite.el lisp/ps-bdf.el src/category.c src/category.h src/ccl.c src/ccl.h src/charset.c src/charset.h src/coding.c src/coding.h src/composite.c src/composite.h src/fontset.c src/fontset.h |
diffstat | 14 files changed, 45 insertions(+), 29 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/composite.el Mon Dec 19 06:02:52 2005 +0000 +++ b/lisp/composite.el Mon Dec 19 07:04:44 2005 +0000 @@ -1,7 +1,8 @@ ;;; composite.el --- support character composition -;; Copyright (C) 1999 Electrotechnical Laboratory, JAPAN. -;; Licensed to the Free Software Foundation. +;; Copyright (C) 1999, 2000 +;; National Institute of Advanced Industrial Science and Technology (AIST) +;; Registration Number H14PRO021 ;; Keywords: mule, multilingual, character composition
--- a/lisp/ps-bdf.el Mon Dec 19 06:02:52 2005 +0000 +++ b/lisp/ps-bdf.el Mon Dec 19 07:04:44 2005 +0000 @@ -1,7 +1,9 @@ ;;; ps-bdf.el --- BDF font file handler for ps-print -;; Copyright (C) 1998, 1999, 2001, 2003 Electrotechnical Laboratory, JAPAN. -;; Licensed to the Free Software Foundation. +;; Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2001, 2003 +;; National Institute of Advanced Industrial Science and Technology (AIST) +;; Registration Number H14PRO021 ;; Keywords: wp, BDF, font, PostScript ;; Maintainer: Kenichi Handa <handa@etl.go.jp>
--- a/src/category.c Mon Dec 19 06:02:52 2005 +0000 +++ b/src/category.c Mon Dec 19 07:04:44 2005 +0000 @@ -1,6 +1,8 @@ /* GNU Emacs routines to deal with category tables. - Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN. - Licensed to the Free Software Foundation. + Copyright (C) 1998, 2001, 2004 Free Software Foundation, Inc. + Copyright (C) 1995, 1997, 1998, 1999 + National Institute of Advanced Industrial Science and Technology (AIST) + Registration Number H14PRO021 This file is part of GNU Emacs.
--- a/src/category.h Mon Dec 19 06:02:52 2005 +0000 +++ b/src/category.h Mon Dec 19 07:04:44 2005 +0000 @@ -1,6 +1,7 @@ /* Declarations having to do with Emacs category tables. - Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. - Licensed to the Free Software Foundation. + Copyright (C) 1995, 1998, 1999 + National Institute of Advanced Industrial Science and Technology (AIST) + Registration Number H14PRO021 This file is part of GNU Emacs.
--- a/src/ccl.c Mon Dec 19 06:02:52 2005 +0000 +++ b/src/ccl.c Mon Dec 19 07:04:44 2005 +0000 @@ -1,7 +1,8 @@ /* CCL (Code Conversion Language) interpreter. - Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN. - Licensed to the Free Software Foundation. Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1995, 1997, 1998, 2003, 2004, 2005 + National Institute of Advanced Industrial Science and Technology (AIST) + Registration Number H14PRO021 This file is part of GNU Emacs.
--- a/src/ccl.h Mon Dec 19 06:02:52 2005 +0000 +++ b/src/ccl.h Mon Dec 19 07:04:44 2005 +0000 @@ -1,6 +1,7 @@ /* Header for CCL (Code Conversion Language) interpreter. - Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. - Licensed to the Free Software Foundation. + Copyright (C) 1995, 1998, 2000 + National Institute of Advanced Industrial Science and Technology (AIST) + Registration Number H14PRO021 This file is part of GNU Emacs.
--- a/src/charset.c Mon Dec 19 06:02:52 2005 +0000 +++ b/src/charset.c Mon Dec 19 07:04:44 2005 +0000 @@ -1,7 +1,8 @@ /* Basic multilingual character support. - Copyright (C) 1995, 1997, 1998 Electrotechnical Laboratory, JAPAN. - Licensed to the Free Software Foundation. Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001 + National Institute of Advanced Industrial Science and Technology (AIST) + Registration Number H14PRO021 This file is part of GNU Emacs.
--- a/src/charset.h Mon Dec 19 06:02:52 2005 +0000 +++ b/src/charset.h Mon Dec 19 07:04:44 2005 +0000 @@ -1,7 +1,8 @@ /* Header for multibyte character handler. - Copyright (C) 1995, 1997, 1998 Electrotechnical Laboratory, JAPAN. - Licensed to the Free Software Foundation. Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1995, 1997, 1998, 2003 + National Institute of Advanced Industrial Science and Technology (AIST) + Registration Number H14PRO021 This file is part of GNU Emacs.
--- a/src/coding.c Mon Dec 19 06:02:52 2005 +0000 +++ b/src/coding.c Mon Dec 19 07:04:44 2005 +0000 @@ -1,7 +1,8 @@ /* Coding system handler (conversion, detection, and etc). - Copyright (C) 1995,97,1998,2002,2003 Electrotechnical Laboratory, JAPAN. - Licensed to the Free Software Foundation. Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1995, 1997, 1998, 2002, 2003, 2004, 2005 + National Institute of Advanced Industrial Science and Technology (AIST) + Registration Number H14PRO021 This file is part of GNU Emacs.
--- a/src/coding.h Mon Dec 19 06:02:52 2005 +0000 +++ b/src/coding.h Mon Dec 19 07:04:44 2005 +0000 @@ -1,7 +1,8 @@ /* Header for coding system handler. - Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN. - Licensed to the Free Software Foundation. Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1995, 1997, 1998, 2000 + National Institute of Advanced Industrial Science and Technology (AIST) + Registration Number H14PRO021 This file is part of GNU Emacs.
--- a/src/composite.c Mon Dec 19 06:02:52 2005 +0000 +++ b/src/composite.c Mon Dec 19 07:04:44 2005 +0000 @@ -1,7 +1,8 @@ /* Composite sequence support. - Copyright (C) 1999 Electrotechnical Laboratory, JAPAN. - Licensed to the Free Software Foundation. Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1999 + National Institute of Advanced Industrial Science and Technology (AIST) + Registration Number H14PRO021 This file is part of GNU Emacs.
--- a/src/composite.h Mon Dec 19 06:02:52 2005 +0000 +++ b/src/composite.h Mon Dec 19 07:04:44 2005 +0000 @@ -1,7 +1,8 @@ /* Header for composite sequence handler. - Copyright (C) 1999 Electrotechnical Laboratory, JAPAN. - Licensed to the Free Software Foundation. Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1997 + National Institute of Advanced Industrial Science and Technology (AIST) + Registration Number H14PRO021 This file is part of GNU Emacs.
--- a/src/fontset.c Mon Dec 19 06:02:52 2005 +0000 +++ b/src/fontset.c Mon Dec 19 07:04:44 2005 +0000 @@ -1,7 +1,8 @@ /* Fontset handler. - Copyright (C) 1995, 1997, 2000 Electrotechnical Laboratory, JAPAN. - Licensed to the Free Software Foundation. Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1995, 1997, 1998, 2000, 2003, 2004, 2005 + National Institute of Advanced Industrial Science and Technology (AIST) + Registration Number H14PRO021 This file is part of GNU Emacs.
--- a/src/fontset.h Mon Dec 19 06:02:52 2005 +0000 +++ b/src/fontset.h Mon Dec 19 07:04:44 2005 +0000 @@ -1,7 +1,8 @@ /* Header for fontset handler. - Copyright (C) 1995, 1997, 2000 Electrotechnical Laboratory, JAPAN. - Licensed to the Free Software Foundation. - Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1998, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1995, 1997, 2000 + National Institute of Advanced Industrial Science and Technology (AIST) + Registration Number H14PRO021 This file is part of GNU Emacs.