diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-03-22 15:38:14 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-03-22 15:38:14 +0000 |
commit | d08c4c28577fceae903a3304258654b4d491b8cf (patch) | |
tree | 89b8282a19f1466ddaccebe66017c26ee4f48c66 /lisp/emacs-lisp | |
parent | eaf33a1780c985356d8bdd0830180a20f36e546f (diff) | |
download | emacs-d08c4c28577fceae903a3304258654b4d491b8cf.tar.gz emacs-d08c4c28577fceae903a3304258654b4d491b8cf.tar.bz2 emacs-d08c4c28577fceae903a3304258654b4d491b8cf.zip |
Fix copyright.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/rx.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el index 55886e8b34f..b94ac57eca1 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el @@ -1,6 +1,6 @@ ;;; rx.el --- sexp notation for regular expressions -;; Copyright (C) 2001, 2003 Free Software Foundation, Inc. +;; Copyright (C) 2001, 03, 2004 Free Software Foundation, Inc. ;; Author: Gerd Moellmann <gerd@gnu.org> ;; Maintainer: FSF |