diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-24 21:00:38 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-24 21:00:38 +0000 |
commit | 1bd6009347e5ab4b2f7491898877be96dfffe2fc (patch) | |
tree | 2da5a7ff5321cecb1f3531101a0e73c13a6ac49b /lisp/progmodes/asm-mode.el | |
parent | 24d725c2f3970b80d27f1ebcf59f74ce689519fb (diff) | |
download | emacs-1bd6009347e5ab4b2f7491898877be96dfffe2fc.tar.gz |
entered into RCS
Diffstat (limited to 'lisp/progmodes/asm-mode.el')
-rw-r--r-- | lisp/progmodes/asm-mode.el | 8 |
1 files changed, 4 insertions, 4 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, |