|
1 | 1 | ;;; make-regexp.el --- generate efficient regexps to match strings. |
2 | 2 |
|
3 | | -;; Copyright (C) 1994, 1995 Simon Marshall. |
4 | | - |
| 3 | +;; Copyright (C) 1994-2020 Free Software Foundation, Inc. |
5 | 4 | ;; Author: Simon Marshall <simon@gnu.ai.mit.edu> |
6 | 5 | ;; Keywords: lisp, matching |
7 | 6 | ;; Version: 1.02 |
8 | 7 |
|
9 | | -;; LCD Archive Entry: |
10 | | -;; make-regexp|Simon Marshall|simon@gnu.ai.mit.edu| |
11 | | -;; Generate efficient regexps to match strings.| |
12 | | -;; 11-Jul-1995|1.02|~/functions/make-regexp.el.gz| |
13 | | - |
14 | | -;; The archive is archive.cis.ohio-state.edu in /pub/gnu/emacs/elisp-archive. |
15 | | - |
16 | | -;;; This file is not part of GNU Emacs. |
17 | | - |
18 | | -;;; This program is free software; you can redistribute it and/or modify |
19 | | -;;; it under the terms of the GNU General Public License as published by |
20 | | -;;; the Free Software Foundation; either version 2, or (at your option) |
21 | | -;;; any later version. |
| 8 | +;; This file is part of GNU Emacs. |
22 | 9 |
|
23 | | -;;; This program is distributed in the hope that it will be useful, |
24 | | -;;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
25 | | -;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
26 | | -;;; GNU General Public License for more details. |
27 | | - |
28 | | -;; A copy of the GNU General Public License is available at |
29 | | -;; https://www.r-project.org/Licenses/ |
| 10 | +;;; License: |
| 11 | +;; |
| 12 | +;; This program is free software; you can redistribute it and/or modify |
| 13 | +;; it under the terms of the GNU General Public License as published by |
| 14 | +;; the Free Software Foundation, either version 3 of the License, or |
| 15 | +;; (at your option) any later version. |
| 16 | +;; |
| 17 | +;; This program is distributed in the hope that it will be useful, |
| 18 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 19 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 20 | +;; GNU General Public License for more details. |
| 21 | +;; |
| 22 | +;; You should have received a copy of the GNU General Public License |
| 23 | +;; along with this program. If not, see |
| 24 | +;; <http://www.gnu.org/licenses/> |
30 | 25 |
|
31 | 26 | ;;; Commentary: |
32 | 27 |
|
|
0 commit comments