aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-20 06:30:29 +0000
committerRichard M. Stallman1997-06-20 06:30:29 +0000
commit75c8c59233cde6b0dedac7bd5ec33529a7ec1f56 (patch)
treed7deb2941a7907abd5bc9ab7a534e2b36ec03fc3 /src
parentad375092241e172a19dd721fc6add396882c0ce6 (diff)
downloademacs-75c8c59233cde6b0dedac7bd5ec33529a7ec1f56.tar.gz
emacs-75c8c59233cde6b0dedac7bd5ec33529a7ec1f56.zip
Change copyright notices.
Diffstat (limited to 'src')
-rw-r--r--src/category.c5
-rw-r--r--src/category.h1
-rw-r--r--src/ccl.c5
-rw-r--r--src/ccl.h2
-rw-r--r--src/charset.c7
-rw-r--r--src/charset.h5
-rw-r--r--src/coding.h5
-rw-r--r--src/fontset.c5
-rw-r--r--src/fontset.h5
9 files changed, 16 insertions, 24 deletions
diff --git a/src/category.c b/src/category.c
index 18dd0df47c4..81ef3dcd622 100644
--- a/src/category.c
+++ b/src/category.c
@@ -1,7 +1,6 @@
1/* GNU Emacs routines to deal with category tables. 1/* GNU Emacs routines to deal with category tables.
2 Ver.1.0 2 Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN.
3 Copyright (C) 1995 Free Software Foundation, Inc. 3 Licensed to the Free Software Foundation.
4 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
5 4
6This file is part of GNU Emacs. 5This file is part of GNU Emacs.
7 6
diff --git a/src/category.h b/src/category.h
index 4d1c14c7c2c..0421ed145c9 100644
--- a/src/category.h
+++ b/src/category.h
@@ -1,5 +1,4 @@
1/* Declarations having to do with Emacs category tables. 1/* Declarations having to do with Emacs category tables.
2 Copyright (C) 1995 Free Software Foundation, Inc.
3 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. 2 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
4 Licensed to the Free Software Foundation. 3 Licensed to the Free Software Foundation.
5 4
diff --git a/src/ccl.c b/src/ccl.c
index 26e39fdaf70..8b10e6fce0a 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -1,7 +1,6 @@
1/* CCL (Code Conversion Language) interpreter. 1/* CCL (Code Conversion Language) interpreter.
2 Ver.1.0 2 Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN.
3 Copyright (C) 1995 Free Software Foundation, Inc. 3 Licensed to the Free Software Foundation.
4 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
5 4
6This file is part of GNU Emacs. 5This file is part of GNU Emacs.
7 6
diff --git a/src/ccl.h b/src/ccl.h
index 6400ffb465d..2f019e40d25 100644
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -1,6 +1,6 @@
1/* Header for CCL (Code Conversion Language) interpreter. 1/* Header for CCL (Code Conversion Language) interpreter.
2 Copyright (C) 1995 Free Software Foundation, Inc.
3 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. 2 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
3 Licensed to the Free Software Foundation.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/charset.c b/src/charset.c
index 1df2faee644..9ba1143baf9 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -1,7 +1,6 @@
1/* Multilingual characters handler. 1/* Basic multilingual character support.
2 Ver.1.0 2 Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN.
3 Copyright (C) 1995 Free Software Foundation, Inc. 3 Licensed to the Free Software Foundation.
4 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
5 4
6This file is part of GNU Emacs. 5This file is part of GNU Emacs.
7 6
diff --git a/src/charset.h b/src/charset.h
index 73f043aafab..6701e20f3a3 100644
--- a/src/charset.h
+++ b/src/charset.h
@@ -1,7 +1,6 @@
1/* Header for multilingual character handler. 1/* Header for multilingual character handler.
2 Ver.1.0 2 Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN.
3 Copyright (C) 1995 Free Software Foundation, Inc. 3 Licensed to the Free Software Foundation.
4 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
5 4
6This file is part of GNU Emacs. 5This file is part of GNU Emacs.
7 6
diff --git a/src/coding.h b/src/coding.h
index 07a09602df4..b40a780d39a 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -1,7 +1,6 @@
1/* Header for coding system handler. 1/* Header for coding system handler.
2 Ver.1.0 2 Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN.
3 Copyright (C) 1995 Free Software Foundation, Inc. 3 Licensed to the Free Software Foundation.
4 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
5 4
6This file is part of GNU Emacs. 5This file is part of GNU Emacs.
7 6
diff --git a/src/fontset.c b/src/fontset.c
index 16fbf352887..9ce29736072 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -1,7 +1,6 @@
1/* Fontset handler. 1/* Fontset handler.
2 Ver.1.0 2 Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN.
3 Copyright (C) 1995 Free Software Foundation, Inc. 3 Licensed to the Free Software Foundation.
4 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
5 4
6This file is part of GNU Emacs. 5This file is part of GNU Emacs.
7 6
diff --git a/src/fontset.h b/src/fontset.h
index 81018a58d09..7e999135d74 100644
--- a/src/fontset.h
+++ b/src/fontset.h
@@ -1,7 +1,6 @@
1/* Header for fontset handler. 1/* Header for fontset handler.
2 Ver.1.0 2 Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN.
3 Copyright (C) 1995 Free Software Foundation, Inc. 3 Licensed to the Free Software Foundation.
4 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
5 4
6This file is part of GNU Emacs. 5This file is part of GNU Emacs.
7 6