diff options
author | Richard M. Stallman <rms@gnu.org> | 1992-07-29 05:48:40 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1992-07-29 05:48:40 +0000 |
commit | ee3b8d4df3b031a18355b820b1da0d27174bfe6d (patch) | |
tree | 5a30fba9c22170348009d10ab023b7f9ab98f2af /lisp/progmodes/cplus-md.el | |
parent | c9ed5a4721be187ad660901a41e738cd8ba575c4 (diff) | |
download | emacs-ee3b8d4df3b031a18355b820b1da0d27174bfe6d.tar.gz |
entered into RCS
Diffstat (limited to 'lisp/progmodes/cplus-md.el')
-rw-r--r-- | lisp/progmodes/cplus-md.el | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/lisp/progmodes/cplus-md.el b/lisp/progmodes/cplus-md.el index ace790cb80d..45b325d6850 100644 --- a/lisp/progmodes/cplus-md.el +++ b/lisp/progmodes/cplus-md.el @@ -1,9 +1,21 @@ ;;; c++-mode.el --- C++ code editing commands for Emacs +;;; Copyright (C) 1985, 1992 Free Software Foundation, Inc. -;; Copyright (C) 1985 Richard M. Stallman. +;; This file is part of GNU Emacs. -;; Author: Dave Detlefs <dld@cs.cmu.edu> -;; Stewart Clamen <clamen@cs.cmu.edu> +;; 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 2, or (at your option) +;; any later version. + +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs; see the file COPYING. If not, write to +;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ;; Maintainer: Dave Detlefs <dld@cs.cmu.edu> ;; Keywords: c |