diff options
Diffstat (limited to 'src/w32reg.c')
-rw-r--r-- | src/w32reg.c | 8 |
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 */ |