summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/international/mule.el1
-rw-r--r--src/ccl.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 6edd107d7b5..08ad67c5551 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -1,6 +1,7 @@
;;; mule.el --- basic commands for mulitilingual environment
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
+;; Copyright (C) 2001 Free Software Foundation, Inc.
;; Licensed to the Free Software Foundation.
;; Keywords: mule, multilingual, character set, coding system
diff --git a/src/ccl.c b/src/ccl.c
index a69585cf0d5..d3879abae6b 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -1,5 +1,6 @@
/* CCL (Code Conversion Language) interpreter.
Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN.
+ Copyright (C) 2001 Free Software Foundation, Inc.
Licensed to the Free Software Foundation.
This file is part of GNU Emacs.