comparison lisp/emacs-lisp/regexp-opt.el @ 64751:5b1a238fcbb4

Update years in copyright notice; nfc.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sat, 06 Aug 2005 17:48:15 +0000
parents 18a818a2ee7c
children 067115a6e738 2d92f5c9d6ae
comparison
equal deleted inserted replaced
64750:fbdb9482b6fc 64751:5b1a238fcbb4
1 ;;; regexp-opt.el --- generate efficient regexps to match strings 1 ;;; regexp-opt.el --- generate efficient regexps to match strings
2 2
3 ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2004 3 ;; Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002,
4 ;; Free Software Foundation, Inc. 4 ;; 2003, 2004, 2005 Free Software Foundation, Inc.
5 5
6 ;; Author: Simon Marshall <simon@gnu.org> 6 ;; Author: Simon Marshall <simon@gnu.org>
7 ;; Maintainer: FSF 7 ;; Maintainer: FSF
8 ;; Keywords: strings, regexps, extensions 8 ;; Keywords: strings, regexps, extensions
9 9