From 298275c595f6ca9e77f8131d34dda2b58fe1faa5 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 13 Feb 2018 14:29:59 -0800 Subject: [PATCH] ; Replace "Written by" with standard "Author:" header in some C files --- src/bidi.c | 10 +++++----- src/sound.c | 5 +++-- src/w16select.c | 3 ++- src/w32notify.c | 9 +++++---- src/w32reg.c | 8 ++++---- src/w32select.c | 6 +++--- 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 @@ /* Low-level bidirectional buffer/string-scanning functions for GNU Emacs. - Copyright (C) 2000-2001, 2004-2005, 2009-2018 Free Software - Foundation, Inc. + +Copyright (C) 2000-2001, 2004-2005, 2009-2018 Free Software Foundation, Inc. + +Author: Eli Zaretskii This file is part of GNU Emacs. @@ -17,9 +19,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ -/* Written by Eli Zaretskii . - - A sequential implementation of the Unicode Bidirectional algorithm, +/* A sequential implementation of the Unicode Bidirectional algorithm, (UBA) as per UAX#9, a part of the Unicode Standard. 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 @@ Copyright (C) 1998-1999, 2001-2018 Free Software Foundation, Inc. +Author: Gerd Moellmann + This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify @@ -17,8 +19,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ -/* Written by Gerd Moellmann . Tested with Luigi's - driver on FreeBSD 2.2.7 with a SoundBlaster 16. */ +/* Tested with Luigi's driver on FreeBSD 2.2.7 with a SoundBlaster 16. */ /* Modified by Ben Key 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 @@ Copyright (C) 1996-1997, 2001-2018 Free Software Foundation, Inc. +Author: Dale P. Smith + This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify @@ -22,7 +24,6 @@ along with GNU Emacs. If not, see . */ "old" (character-mode) application access to Dynamic Data Exchange, menus, and the Windows clipboard. */ -/* Written by Dale P. Smith */ /* Adapted to DJGPP by Eli Zaretskii */ #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 @@ /* Filesystem notifications support for GNU Emacs on the Microsoft Windows API. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + +Copyright (C) 2012-2018 Free Software Foundation, Inc. + +Author: Eli Zaretskii This file is part of GNU Emacs. @@ -16,9 +19,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ -/* Written by Eli Zaretskii . - - Design overview: +/* Design overview: For each watch request, we launch a separate worker thread. The 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 @@ /* Emulate the X Resource Manager through the registry. - Copyright (C) 1990, 1993-1994, 2001-2018 Free Software Foundation, - Inc. + +Copyright (C) 1990, 1993-1994, 2001-2018 Free Software Foundation, Inc. + +Author: Kevin Gallo This file is part of GNU Emacs. @@ -17,8 +19,6 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ -/* Written by Kevin Gallo */ - #include #include "lisp.h" #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 @@ Copyright (C) 1993-1994, 2001-2018 Free Software Foundation, Inc. +Author: Kevin Gallo + Benjamin Riefenstahl + This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify @@ -17,9 +20,6 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ -/* Written by Kevin Gallo, Benjamin Riefenstahl */ - - /* * Notes on usage of selection-coding-system and * 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 @@ Copyright (C) 1986, 1988, 1993-1994, 1996, 1999-2018 Free Software Foundation, Inc. +Author: Jon Arnold + Roman Budzianowski + Robert Krawitz + This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify @@ -19,9 +23,6 @@ You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ /* X pop-up deck-of-cards menu facility for GNU Emacs. - * - * Written by Jon Arnold and Roman Budzianowski - * Mods and rewrite by Robert Krawitz * */ -- 2.39.2