summaryrefslogtreecommitdiff
path: root/src/w32reg.c
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-02-13 14:29:59 -0800
committerGlenn Morris <rgm@gnu.org>2018-02-13 14:29:59 -0800
commit298275c595f6ca9e77f8131d34dda2b58fe1faa5 (patch)
treead8eca7cae3f74eec401a6dee798ee778ae4cff4 /src/w32reg.c
parent4bee1b8bacb9ce6107ea605da464d01f6bd3aa7d (diff)
downloademacs-298275c595f6ca9e77f8131d34dda2b58fe1faa5.tar.gz
; Replace "Written by" with standard "Author:" header in some C files
Diffstat (limited to 'src/w32reg.c')
-rw-r--r--src/w32reg.c8
1 files changed, 4 insertions, 4 deletions
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 <https://www.gnu.org/licenses/>. */
-/* Written by Kevin Gallo */
-
#include <config.h>
#include "lisp.h"
#include "w32term.h" /* for XrmDatabase, xrdb */