aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1997-02-23 09:20:52 +0000
committerKarl Heuer1997-02-23 09:20:52 +0000
commit369314dc63fa395283a103cbeb1c66ed10baf1bd (patch)
treeabea64015000a6e4d0f7d50452c97bac310e2117 /src
parent08c19a2746af1d878a140ce615605b11bde96bba (diff)
downloademacs-369314dc63fa395283a103cbeb1c66ed10baf1bd.tar.gz
emacs-369314dc63fa395283a103cbeb1c66ed10baf1bd.zip
Fix FSF address in comment.
Diffstat (limited to 'src')
-rw-r--r--src/category.c4
-rw-r--r--src/category.h4
-rw-r--r--src/ccl.c26
-rw-r--r--src/ccl.h26
-rw-r--r--src/charset.c26
-rw-r--r--src/charset.h26
-rw-r--r--src/coding.c26
-rw-r--r--src/coding.h26
-rw-r--r--src/fontset.c26
-rw-r--r--src/fontset.h26
10 files changed, 116 insertions, 100 deletions
diff --git a/src/category.c b/src/category.c
index 8bdaee9e5af..1b1c1878c93 100644
--- a/src/category.c
+++ b/src/category.c
@@ -1,6 +1,5 @@
1/* GNU Emacs routines to deal with category tables. 1/* GNU Emacs routines to deal with category tables.
2 Ver.1.0 2 Ver.1.0
3
4 Copyright (C) 1995 Free Software Foundation, Inc. 3 Copyright (C) 1995 Free Software Foundation, Inc.
5 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. 4 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
6 5
@@ -18,7 +17,8 @@ GNU General Public License for more details.
18 17
19You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
20along with GNU Emacs; see the file COPYING. If not, write to 19along with GNU Emacs; see the file COPYING. If not, write to
21the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 20the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21Boston, MA 02111-1307, USA. */
22 22
23 23
24/* Here we handle three objects: category, category set, and category 24/* Here we handle three objects: category, category set, and category
diff --git a/src/category.h b/src/category.h
index 975e82b52f2..723bdb023e5 100644
--- a/src/category.h
+++ b/src/category.h
@@ -1,6 +1,5 @@
1/* Declarations having to do with Emacs category tables. 1/* Declarations having to do with Emacs category tables.
2 Ver.1.0 2 Ver.1.0
3
4 Copyright (C) 1995 Free Software Foundation, Inc. 3 Copyright (C) 1995 Free Software Foundation, Inc.
5 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. 4 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
6 5
@@ -18,7 +17,8 @@ GNU General Public License for more details.
18 17
19You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
20along with GNU Emacs; see the file COPYING. If not, write to 19along with GNU Emacs; see the file COPYING. If not, write to
21the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 20the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21Boston, MA 02111-1307, USA. */
22 22
23 23
24/* We introduce here three types of object: category, category set, 24/* We introduce here three types of object: category, category set,
diff --git a/src/ccl.c b/src/ccl.c
index 11c1ae500d6..0aa45482acc 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -1,22 +1,24 @@
1/* CCL (Code Conversion Language) interpreter. 1/* CCL (Code Conversion Language) interpreter.
2 Ver.1.0 2 Ver.1.0
3
4 Copyright (C) 1995 Free Software Foundation, Inc. 3 Copyright (C) 1995 Free Software Foundation, Inc.
5 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. 4 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
6 5
7 This program is free software; you can redistribute it and/or modify 6This file is part of GNU Emacs.
8 it under the terms of the GNU General Public License as published by 7
9 the Free Software Foundation; either version 2, or (at your option) 8GNU Emacs is free software; you can redistribute it and/or modify
10 any later version. 9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 2, or (at your option)
11any later version.
11 12
12 This program is distributed in the hope that it will be useful, 13GNU Emacs is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details. 16GNU General Public License for more details.
16 17
17 You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software 19along with GNU Emacs; see the file COPYING. If not, write to
19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 20the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21Boston, MA 02111-1307, USA. */
20 22
21#include <stdio.h> 23#include <stdio.h>
22 24
diff --git a/src/ccl.h b/src/ccl.h
index ebda0cc1595..6400ffb465d 100644
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -1,21 +1,23 @@
1/* Header for CCL (Code Conversion Language) interpreter. 1/* Header for CCL (Code Conversion Language) interpreter.
2
3 Copyright (C) 1995 Free Software Foundation, Inc. 2 Copyright (C) 1995 Free Software Foundation, Inc.
4 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. 3 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
5 4
6 This program is free software; you can redistribute it and/or modify 5This file is part of GNU Emacs.
7 it under the terms of the GNU General Public License as published by 6
8 the Free Software Foundation; either version 2, or (at your option) 7GNU Emacs is free software; you can redistribute it and/or modify
9 any later version. 8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option)
10any later version.
10 11
11 This program is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details. 15GNU General Public License for more details.
15 16
16 You should have received a copy of the GNU General Public License 17You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software 18along with GNU Emacs; see the file COPYING. If not, write to
18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 19the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20Boston, MA 02111-1307, USA. */
19 21
20#ifndef _CCL_H 22#ifndef _CCL_H
21#define _CCL_H 23#define _CCL_H
diff --git a/src/charset.c b/src/charset.c
index b962f346f22..72c1b41657f 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -1,22 +1,24 @@
1/* Multilingual characters handler. 1/* Multilingual characters handler.
2 Ver.1.0 2 Ver.1.0
3
4 Copyright (C) 1995 Free Software Foundation, Inc. 3 Copyright (C) 1995 Free Software Foundation, Inc.
5 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. 4 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
6 5
7 This program is free software; you can redistribute it and/or modify 6This file is part of GNU Emacs.
8 it under the terms of the GNU General Public License as published by 7
9 the Free Software Foundation; either version 2, or (at your option) 8GNU Emacs is free software; you can redistribute it and/or modify
10 any later version. 9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 2, or (at your option)
11any later version.
11 12
12 This program is distributed in the hope that it will be useful, 13GNU Emacs is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details. 16GNU General Public License for more details.
16 17
17 You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software 19along with GNU Emacs; see the file COPYING. If not, write to
19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 20the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21Boston, MA 02111-1307, USA. */
20 22
21/* At first, see the document in `charset.h' to understand the code in 23/* At first, see the document in `charset.h' to understand the code in
22 this file. */ 24 this file. */
diff --git a/src/charset.h b/src/charset.h
index 677a5755adf..d51c6d6f91a 100644
--- a/src/charset.h
+++ b/src/charset.h
@@ -1,22 +1,24 @@
1/* Header for multilingual character handler. 1/* Header for multilingual character handler.
2 Ver.1.0 2 Ver.1.0
3
4 Copyright (C) 1995 Free Software Foundation, Inc. 3 Copyright (C) 1995 Free Software Foundation, Inc.
5 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. 4 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
6 5
7 This program is free software; you can redistribute it and/or modify 6This file is part of GNU Emacs.
8 it under the terms of the GNU General Public License as published by 7
9 the Free Software Foundation; either version 2, or (at your option) 8GNU Emacs is free software; you can redistribute it and/or modify
10 any later version. 9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 2, or (at your option)
11any later version.
11 12
12 This program is distributed in the hope that it will be useful, 13GNU Emacs is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details. 16GNU General Public License for more details.
16 17
17 You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software 19along with GNU Emacs; see the file COPYING. If not, write to
19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 20the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21Boston, MA 02111-1307, USA. */
20 22
21#ifndef _CHARSET_H 23#ifndef _CHARSET_H
22#define _CHARSET_H 24#define _CHARSET_H
diff --git a/src/coding.c b/src/coding.c
index 95bbd26fef9..7d93362e0a3 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -1,22 +1,24 @@
1/* Coding system handler (conversion, detection, and etc). 1/* Coding system handler (conversion, detection, and etc).
2 Ver.1.0. 2 Ver.1.0.
3
4 Copyright (C) 1995 Free Software Foundation, Inc. 3 Copyright (C) 1995 Free Software Foundation, Inc.
5 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. 4 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
6 5
7 This program is free software; you can redistribute it and/or modify 6This file is part of GNU Emacs.
8 it under the terms of the GNU General Public License as published by 7
9 the Free Software Foundation; either version 2, or (at your option) 8GNU Emacs is free software; you can redistribute it and/or modify
10 any later version. 9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 2, or (at your option)
11any later version.
11 12
12 This program is distributed in the hope that it will be useful, 13GNU Emacs is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details. 16GNU General Public License for more details.
16 17
17 You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software 19along with GNU Emacs; see the file COPYING. If not, write to
19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 20the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21Boston, MA 02111-1307, USA. */
20 22
21/*** TABLE OF CONTENTS *** 23/*** TABLE OF CONTENTS ***
22 24
diff --git a/src/coding.h b/src/coding.h
index 3ec2fcc32f3..2ae753647fb 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -1,22 +1,24 @@
1/* Header for coding system handler. 1/* Header for coding system handler.
2 Ver.1.0 2 Ver.1.0
3
4 Copyright (C) 1995 Free Software Foundation, Inc. 3 Copyright (C) 1995 Free Software Foundation, Inc.
5 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. 4 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
6 5
7 This program is free software; you can redistribute it and/or modify 6This file is part of GNU Emacs.
8 it under the terms of the GNU General Public License as published by 7
9 the Free Software Foundation; either version 2, or (at your option) 8GNU Emacs is free software; you can redistribute it and/or modify
10 any later version. 9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 2, or (at your option)
11any later version.
11 12
12 This program is distributed in the hope that it will be useful, 13GNU Emacs is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details. 16GNU General Public License for more details.
16 17
17 You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software 19along with GNU Emacs; see the file COPYING. If not, write to
19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 20the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21Boston, MA 02111-1307, USA. */
20 22
21#ifndef _CODING_H 23#ifndef _CODING_H
22#define _CODING_H 24#define _CODING_H
diff --git a/src/fontset.c b/src/fontset.c
index 7d88e90ae89..141ba4b0b59 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -1,22 +1,24 @@
1/* Fontset handler. 1/* Fontset handler.
2 Ver.1.0 2 Ver.1.0
3
4 Copyright (C) 1995 Free Software Foundation, Inc. 3 Copyright (C) 1995 Free Software Foundation, Inc.
5 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. 4 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
6 5
7 This program is free software; you can redistribute it and/or modify 6This file is part of GNU Emacs.
8 it under the terms of the GNU General Public License as published by 7
9 the Free Software Foundation; either version 2, or (at your option) 8GNU Emacs is free software; you can redistribute it and/or modify
10 any later version. 9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 2, or (at your option)
11any later version.
11 12
12 This program is distributed in the hope that it will be useful, 13GNU Emacs is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details. 16GNU General Public License for more details.
16 17
17 You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software 19along with GNU Emacs; see the file COPYING. If not, write to
19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 20the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21Boston, MA 02111-1307, USA. */
20 22
21#include <config.h> 23#include <config.h>
22#if HAVE_ALLOCA_H 24#if HAVE_ALLOCA_H
diff --git a/src/fontset.h b/src/fontset.h
index 902f1691d6f..8602ebba5f2 100644
--- a/src/fontset.h
+++ b/src/fontset.h
@@ -1,22 +1,24 @@
1/* Header for fontset handler. 1/* Header for fontset handler.
2 Ver.1.0 2 Ver.1.0
3
4 Copyright (C) 1995 Free Software Foundation, Inc. 3 Copyright (C) 1995 Free Software Foundation, Inc.
5 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. 4 Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
6 5
7 This program is free software; you can redistribute it and/or modify 6This file is part of GNU Emacs.
8 it under the terms of the GNU General Public License as published by 7
9 the Free Software Foundation; either version 2, or (at your option) 8GNU Emacs is free software; you can redistribute it and/or modify
10 any later version. 9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 2, or (at your option)
11any later version.
11 12
12 This program is distributed in the hope that it will be useful, 13GNU Emacs is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details. 16GNU General Public License for more details.
16 17
17 You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software 19along with GNU Emacs; see the file COPYING. If not, write to
19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 20the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21Boston, MA 02111-1307, USA. */
20 22
21#ifndef _FONTSET_H 23#ifndef _FONTSET_H
22#define _FONTSET_H 24#define _FONTSET_H