Mercurial > emacs
comparison lisp/progmodes/make-mode.el @ 64699:629afbe74e61
Update copyright for release of 22.1 for progmodes directory.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Mon, 01 Aug 2005 08:43:45 +0000 |
parents | 18a818a2ee7c |
children | 4dadc0d80d76 edf295560b5a |
comparison
equal
deleted
inserted
replaced
64698:7c5f2d64515d | 64699:629afbe74e61 |
---|---|
1 ;;; make-mode.el --- makefile editing commands for Emacs | 1 ;;; make-mode.el --- makefile editing commands for Emacs |
2 | 2 |
3 ;; Copyright (C) 1992,94,99,2000,2001, 2002, 2003 Free Software Foundation, Inc. | 3 ;; Copyright (C) 1992, 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005 |
4 ;; Free Software Foundation, Inc. | |
4 | 5 |
5 ;; Author: Thomas Neumann <tom@smart.bo.open.de> | 6 ;; Author: Thomas Neumann <tom@smart.bo.open.de> |
6 ;; Eric S. Raymond <esr@snark.thyrsus.com> | 7 ;; Eric S. Raymond <esr@snark.thyrsus.com> |
7 ;; Maintainer: FSF | 8 ;; Maintainer: FSF |
8 ;; Adapted-By: ESR | 9 ;; Adapted-By: ESR |