Skip to content

Commit 3af2bbb

Browse files
committed
Update copyright and license
This is in preparation to donate ESS to the FSF so it can be hosted from GNU ELPA. - Standardize all header information so that the FSF has copyright - Move to GPLv3
1 parent 35a759e commit 3af2bbb

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

lisp/make-regexp.el

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,27 @@
11
;;; make-regexp.el --- generate efficient regexps to match strings.
22

3-
;; Copyright (C) 1994, 1995 Simon Marshall.
4-
3+
;; Copyright (C) 1994-2020 Free Software Foundation, Inc.
54
;; Author: Simon Marshall <simon@gnu.ai.mit.edu>
65
;; Keywords: lisp, matching
76
;; Version: 1.02
87

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.
229

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/>
3025

3126
;;; Commentary:
3227

0 commit comments

Comments
 (0)