comparison lisp/progmodes/dcl-mode.el @ 17252:fb59cd650fa1

Add copyright notice and distribution terms.
author Richard M. Stallman <rms@gnu.org>
date Thu, 27 Mar 1997 00:47:31 +0000
parents 7f37ef17af0f
children 15216759d2a4
comparison
equal deleted inserted replaced
17251:0e39c85743af 17252:fb59cd650fa1
1 ;;; dcl-mode.el --- major mode for editing DCL command files 1 ;;; dcl-mode.el --- major mode for editing DCL command files
2
3 ;; Copyright (c) 1997 Free Software Foundation, Inc.
2 4
3 ;; Author: Odd Gripenstam <gripenstamol@decus.se> 5 ;; Author: Odd Gripenstam <gripenstamol@decus.se>
4 ;; Maintainer: Odd Gripenstam <gripenstamol@decus.se> 6 ;; Maintainer: Odd Gripenstam <gripenstamol@decus.se>
5 ;; Keywords: DCL editing major-mode languages 7 ;; Keywords: DCL editing major-mode languages
8
9 ;; This file is part of GNU Emacs.
10
11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
15
16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details.
20
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24 ;; Boston, MA 02111-1307, USA.
6 25
7 ;;; Commentary: 26 ;;; Commentary:
8 27
9 ;; DCL mode is a package for editing DCL command files. It helps you 28 ;; DCL mode is a package for editing DCL command files. It helps you
10 ;; indent lines, add leading `$' and trailing `-', move around in the 29 ;; indent lines, add leading `$' and trailing `-', move around in the