diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-03-22 11:58:28 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-03-22 11:58:28 +0000 |
commit | 52953197560f64c44d0230a5e05c3750a188fefd (patch) | |
tree | b5550431a540be8e1d60764980be088948dd482d /vms | |
parent | 0fa2f7f94bf6b1e21b9737f8a3573ae7ac46c7c1 (diff) | |
download | emacs-52953197560f64c44d0230a5e05c3750a188fefd.tar.gz |
Update year in copyright, commentary; nfc.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/make-mms-derivative.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/make-mms-derivative.el b/vms/make-mms-derivative.el index faf2c9ee9bf..700822c29bd 100644 --- a/vms/make-mms-derivative.el +++ b/vms/make-mms-derivative.el @@ -1,6 +1,6 @@ ;;; make-mms-derivative.el --- framework to do horrible things for VMS support -;; Copyright (C) 2003 Free Software Foundation, Inc. +;; Copyright (C) 2005 Free Software Foundation, Inc. ;; Author: Thien-Thi Nguyen <ttn@gnu.org> ;; Keywords: maint build vms mms makefile levitte autoconf war-is-a-lose @@ -26,7 +26,7 @@ ;; Under OpenVMS the standard make-like program is called MMS, which ;; looks for an input file in the default directory named DESCRIP.MMS -;; and runs the DCL command rules therein. As of 2003, the build +;; and runs the DCL command rules therein. As of 2005, the build ;; process requires a hand translation of the Makefile.in and related ;; Emacs-specific methodology to DCL and TPU commands, so to alleviate ;; this pain, we provide `make-mms-derivative', which given a source |