aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2018-02-13 14:29:59 -0800
committerGlenn Morris2018-02-13 14:29:59 -0800
commit298275c595f6ca9e77f8131d34dda2b58fe1faa5 (patch)
treead8eca7cae3f74eec401a6dee798ee778ae4cff4 /src
parent4bee1b8bacb9ce6107ea605da464d01f6bd3aa7d (diff)
downloademacs-298275c595f6ca9e77f8131d34dda2b58fe1faa5.tar.gz
emacs-298275c595f6ca9e77f8131d34dda2b58fe1faa5.zip
; Replace "Written by" with standard "Author:" header in some C files
Diffstat (limited to 'src')
-rw-r--r--src/bidi.c10
-rw-r--r--src/sound.c5
-rw-r--r--src/w16select.c3
-rw-r--r--src/w32notify.c9
-rw-r--r--src/w32reg.c8
-rw-r--r--src/w32select.c6
-rw-r--r--src/xmenu.c7
7 files changed, 26 insertions, 22 deletions
diff --git a/src/bidi.c b/src/bidi.c
index 1f05a1f7d51..9bc8dbe8603 100644
--- a/src/bidi.c
+++ b/src/bidi.c
@@ -1,6 +1,8 @@
1/* Low-level bidirectional buffer/string-scanning functions for GNU Emacs. 1/* Low-level bidirectional buffer/string-scanning functions for GNU Emacs.
2 Copyright (C) 2000-2001, 2004-2005, 2009-2018 Free Software 2
3 Foundation, Inc. 3Copyright (C) 2000-2001, 2004-2005, 2009-2018 Free Software Foundation, Inc.
4
5Author: Eli Zaretskii <eliz@gnu.org>
4 6
5This file is part of GNU Emacs. 7This file is part of GNU Emacs.
6 8
@@ -17,9 +19,7 @@ GNU General Public License for more details.
17You should have received a copy of the GNU General Public License 19You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ 20along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
19 21
20/* Written by Eli Zaretskii <eliz@gnu.org>. 22/* A sequential implementation of the Unicode Bidirectional algorithm,
21
22 A sequential implementation of the Unicode Bidirectional algorithm,
23 (UBA) as per UAX#9, a part of the Unicode Standard. 23 (UBA) as per UAX#9, a part of the Unicode Standard.
24 24
25 Unlike the Reference Implementation and most other implementations, 25 Unlike the Reference Implementation and most other implementations,
diff --git a/src/sound.c b/src/sound.c
index ce1a11e3863..b149acd7528 100644
--- a/src/sound.c
+++ b/src/sound.c
@@ -2,6 +2,8 @@
2 2
3Copyright (C) 1998-1999, 2001-2018 Free Software Foundation, Inc. 3Copyright (C) 1998-1999, 2001-2018 Free Software Foundation, Inc.
4 4
5Author: Gerd Moellmann <gerd@gnu.org>
6
5This file is part of GNU Emacs. 7This file is part of GNU Emacs.
6 8
7GNU Emacs is free software: you can redistribute it and/or modify 9GNU Emacs is free software: you can redistribute it and/or modify
@@ -17,8 +19,7 @@ GNU General Public License for more details.
17You should have received a copy of the GNU General Public License 19You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ 20along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
19 21
20/* Written by Gerd Moellmann <gerd@gnu.org>. Tested with Luigi's 22/* Tested with Luigi's driver on FreeBSD 2.2.7 with a SoundBlaster 16. */
21 driver on FreeBSD 2.2.7 with a SoundBlaster 16. */
22 23
23/* 24/*
24 Modified by Ben Key <Bkey1@tampabay.rr.com> to add a partial 25 Modified by Ben Key <Bkey1@tampabay.rr.com> to add a partial
diff --git a/src/w16select.c b/src/w16select.c
index 2d740a3ee61..5a80d1cba63 100644
--- a/src/w16select.c
+++ b/src/w16select.c
@@ -2,6 +2,8 @@
2 2
3Copyright (C) 1996-1997, 2001-2018 Free Software Foundation, Inc. 3Copyright (C) 1996-1997, 2001-2018 Free Software Foundation, Inc.
4 4
5Author: Dale P. Smith <dpsm@en.com>
6
5This file is part of GNU Emacs. 7This file is part of GNU Emacs.
6 8
7GNU Emacs is free software: you can redistribute it and/or modify 9GNU Emacs is free software: you can redistribute it and/or modify
@@ -22,7 +24,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
22 "old" (character-mode) application access to Dynamic Data Exchange, 24 "old" (character-mode) application access to Dynamic Data Exchange,
23 menus, and the Windows clipboard. */ 25 menus, and the Windows clipboard. */
24 26
25/* Written by Dale P. Smith <dpsm@en.com> */
26/* Adapted to DJGPP by Eli Zaretskii <eliz@gnu.org> */ 27/* Adapted to DJGPP by Eli Zaretskii <eliz@gnu.org> */
27 28
28#ifdef MSDOS 29#ifdef MSDOS
diff --git a/src/w32notify.c b/src/w32notify.c
index c16a8d11b65..5c1d2120543 100644
--- a/src/w32notify.c
+++ b/src/w32notify.c
@@ -1,5 +1,8 @@
1/* Filesystem notifications support for GNU Emacs on the Microsoft Windows API. 1/* Filesystem notifications support for GNU Emacs on the Microsoft Windows API.
2 Copyright (C) 2012-2018 Free Software Foundation, Inc. 2
3Copyright (C) 2012-2018 Free Software Foundation, Inc.
4
5Author: Eli Zaretskii <eliz@gnu.org>
3 6
4This file is part of GNU Emacs. 7This file is part of GNU Emacs.
5 8
@@ -16,9 +19,7 @@ GNU General Public License for more details.
16You should have received a copy of the GNU General Public License 19You should have received a copy of the GNU General Public License
17along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ 20along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
18 21
19/* Written by Eli Zaretskii <eliz@gnu.org>. 22/* Design overview:
20
21 Design overview:
22 23
23 For each watch request, we launch a separate worker thread. The 24 For each watch request, we launch a separate worker thread. The
24 worker thread runs the watch_worker function, which issues an 25 worker thread runs the watch_worker function, which issues an
diff --git a/src/w32reg.c b/src/w32reg.c
index df61847887a..4ddbaa3f268 100644
--- a/src/w32reg.c
+++ b/src/w32reg.c
@@ -1,6 +1,8 @@
1/* Emulate the X Resource Manager through the registry. 1/* Emulate the X Resource Manager through the registry.
2 Copyright (C) 1990, 1993-1994, 2001-2018 Free Software Foundation, 2
3 Inc. 3Copyright (C) 1990, 1993-1994, 2001-2018 Free Software Foundation, Inc.
4
5Author: Kevin Gallo
4 6
5This file is part of GNU Emacs. 7This file is part of GNU Emacs.
6 8
@@ -17,8 +19,6 @@ GNU General Public License for more details.
17You should have received a copy of the GNU General Public License 19You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ 20along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
19 21
20/* Written by Kevin Gallo */
21
22#include <config.h> 22#include <config.h>
23#include "lisp.h" 23#include "lisp.h"
24#include "w32term.h" /* for XrmDatabase, xrdb */ 24#include "w32term.h" /* for XrmDatabase, xrdb */
diff --git a/src/w32select.c b/src/w32select.c
index ce062ccfe61..a9df3f770b7 100644
--- a/src/w32select.c
+++ b/src/w32select.c
@@ -2,6 +2,9 @@
2 2
3Copyright (C) 1993-1994, 2001-2018 Free Software Foundation, Inc. 3Copyright (C) 1993-1994, 2001-2018 Free Software Foundation, Inc.
4 4
5Author: Kevin Gallo
6 Benjamin Riefenstahl
7
5This file is part of GNU Emacs. 8This file is part of GNU Emacs.
6 9
7GNU Emacs is free software: you can redistribute it and/or modify 10GNU Emacs is free software: you can redistribute it and/or modify
@@ -17,9 +20,6 @@ GNU General Public License for more details.
17You should have received a copy of the GNU General Public License 20You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ 21along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
19 22
20/* Written by Kevin Gallo, Benjamin Riefenstahl */
21
22
23/* 23/*
24 * Notes on usage of selection-coding-system and 24 * Notes on usage of selection-coding-system and
25 * next-selection-coding-system on MS Windows: 25 * next-selection-coding-system on MS Windows:
diff --git a/src/xmenu.c b/src/xmenu.c
index 835db9191f1..a5865a6ec27 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -3,6 +3,10 @@
3Copyright (C) 1986, 1988, 1993-1994, 1996, 1999-2018 Free Software 3Copyright (C) 1986, 1988, 1993-1994, 1996, 1999-2018 Free Software
4Foundation, Inc. 4Foundation, Inc.
5 5
6Author: Jon Arnold
7 Roman Budzianowski
8 Robert Krawitz
9
6This file is part of GNU Emacs. 10This file is part of GNU Emacs.
7 11
8GNU Emacs is free software: you can redistribute it and/or modify 12GNU Emacs is free software: you can redistribute it and/or modify
@@ -20,9 +24,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
20 24
21/* X pop-up deck-of-cards menu facility for GNU Emacs. 25/* X pop-up deck-of-cards menu facility for GNU Emacs.
22 * 26 *
23 * Written by Jon Arnold and Roman Budzianowski
24 * Mods and rewrite by Robert Krawitz
25 *
26 */ 27 */
27 28
28/* Modified by Fred Pierresteguy on December 93 29/* Modified by Fred Pierresteguy on December 93