summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-07-24 21:00:38 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-07-24 21:00:38 +0000
commit1bd6009347e5ab4b2f7491898877be96dfffe2fc (patch)
tree2da5a7ff5321cecb1f3531101a0e73c13a6ac49b /lisp
parent24d725c2f3970b80d27f1ebcf59f74ce689519fb (diff)
downloademacs-1bd6009347e5ab4b2f7491898877be96dfffe2fc.tar.gz
entered into RCS
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/asm-mode.el8
-rw-r--r--lisp/textmodes/sgml-mode.el3
2 files changed, 5 insertions, 6 deletions
diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el
index 68ae84e08e0..51e11f64a54 100644
--- a/lisp/progmodes/asm-mode.el
+++ b/lisp/progmodes/asm-mode.el
@@ -1,18 +1,18 @@
;;; asm-mode.el --- mode for editing assembler code
+;; Copyright (C) 1991 Free Software Foundation, Inc.
+
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
;; Last-Modified: 14 Jul 1992
;; Keywords: tools, languages
-;; @(#)asm-mode.el 1.6
-
-;; Copyright (C) 1991 Free Software Foundation, Inc.
+;; @(#)asm-mode.el 1.7
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 1, or (at your option)
+;; the Free Software Foundation; either version 2, or (at your option)
;; any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el
index 76c689de848..d03e631a91e 100644
--- a/lisp/textmodes/sgml-mode.el
+++ b/lisp/textmodes/sgml-mode.el
@@ -2,8 +2,7 @@
;; Copyright (C) 1992 Free Software Foundation, Inc.
-;; Author: James Clark
-;; Maintainer: FSF
+;; Author: James Clark <jjc@clark.com>
;; Adapted-By: ESR
;; Keywords: wp