diff options
| author | Glenn Morris | 2018-02-13 14:29:59 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-02-13 14:29:59 -0800 |
| commit | 298275c595f6ca9e77f8131d34dda2b58fe1faa5 (patch) | |
| tree | ad8eca7cae3f74eec401a6dee798ee778ae4cff4 /src | |
| parent | 4bee1b8bacb9ce6107ea605da464d01f6bd3aa7d (diff) | |
| download | emacs-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.c | 10 | ||||
| -rw-r--r-- | src/sound.c | 5 | ||||
| -rw-r--r-- | src/w16select.c | 3 | ||||
| -rw-r--r-- | src/w32notify.c | 9 | ||||
| -rw-r--r-- | src/w32reg.c | 8 | ||||
| -rw-r--r-- | src/w32select.c | 6 | ||||
| -rw-r--r-- | src/xmenu.c | 7 |
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. | 3 | Copyright (C) 2000-2001, 2004-2005, 2009-2018 Free Software Foundation, Inc. |
| 4 | |||
| 5 | Author: Eli Zaretskii <eliz@gnu.org> | ||
| 4 | 6 | ||
| 5 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 6 | 8 | ||
| @@ -17,9 +19,7 @@ GNU General Public License for more details. | |||
| 17 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | 20 | along 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 | ||
| 3 | Copyright (C) 1998-1999, 2001-2018 Free Software Foundation, Inc. | 3 | Copyright (C) 1998-1999, 2001-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Gerd Moellmann <gerd@gnu.org> | ||
| 6 | |||
| 5 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 6 | 8 | ||
| 7 | GNU Emacs is free software: you can redistribute it and/or modify | 9 | GNU Emacs is free software: you can redistribute it and/or modify |
| @@ -17,8 +19,7 @@ GNU General Public License for more details. | |||
| 17 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | 20 | along 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 | ||
| 3 | Copyright (C) 1996-1997, 2001-2018 Free Software Foundation, Inc. | 3 | Copyright (C) 1996-1997, 2001-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Dale P. Smith <dpsm@en.com> | ||
| 6 | |||
| 5 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 6 | 8 | ||
| 7 | GNU Emacs is free software: you can redistribute it and/or modify | 9 | GNU 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 | |
| 3 | Copyright (C) 2012-2018 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | Author: Eli Zaretskii <eliz@gnu.org> | ||
| 3 | 6 | ||
| 4 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 5 | 8 | ||
| @@ -16,9 +19,7 @@ GNU General Public License for more details. | |||
| 16 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 17 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | 20 | along 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. | 3 | Copyright (C) 1990, 1993-1994, 2001-2018 Free Software Foundation, Inc. |
| 4 | |||
| 5 | Author: Kevin Gallo | ||
| 4 | 6 | ||
| 5 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 6 | 8 | ||
| @@ -17,8 +19,6 @@ GNU General Public License for more details. | |||
| 17 | You should have received a copy of the GNU General Public License | 19 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | 20 | along 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 | ||
| 3 | Copyright (C) 1993-1994, 2001-2018 Free Software Foundation, Inc. | 3 | Copyright (C) 1993-1994, 2001-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Kevin Gallo | ||
| 6 | Benjamin Riefenstahl | ||
| 7 | |||
| 5 | This file is part of GNU Emacs. | 8 | This file is part of GNU Emacs. |
| 6 | 9 | ||
| 7 | GNU Emacs is free software: you can redistribute it and/or modify | 10 | GNU Emacs is free software: you can redistribute it and/or modify |
| @@ -17,9 +20,6 @@ GNU General Public License for more details. | |||
| 17 | You should have received a copy of the GNU General Public License | 20 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | 21 | along 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 @@ | |||
| 3 | Copyright (C) 1986, 1988, 1993-1994, 1996, 1999-2018 Free Software | 3 | Copyright (C) 1986, 1988, 1993-1994, 1996, 1999-2018 Free Software |
| 4 | Foundation, Inc. | 4 | Foundation, Inc. |
| 5 | 5 | ||
| 6 | Author: Jon Arnold | ||
| 7 | Roman Budzianowski | ||
| 8 | Robert Krawitz | ||
| 9 | |||
| 6 | This file is part of GNU Emacs. | 10 | This file is part of GNU Emacs. |
| 7 | 11 | ||
| 8 | GNU Emacs is free software: you can redistribute it and/or modify | 12 | GNU 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 |