]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/regi.el
Update copyright year to 2016
[gnu-emacs] / lisp / emacs-lisp / regi.el
index 4a733497daca8484a1360cedd14f4e8ff4b93036..bbcf501d1e99ae0a2cea69d959e6c2831d288e01 100644 (file)
@@ -1,7 +1,6 @@
 ;;; regi.el --- REGular expression Interpreting engine
 
-;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005,
-;;   2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 2001-2016 Free Software Foundation, Inc.
 
 ;; Author: 1993 Barry A. Warsaw, Century Computing, Inc. <bwarsaw@cen.com>
 ;; Maintainer:    bwarsaw@cen.com
 
 ;; This file is part of GNU Emacs.
 
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; GNU Emacs is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 3, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
 
 ;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -23,9 +22,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
@@ -164,7 +161,7 @@ useful information:
                (progn (goto-char end) (regi-pos 'bonl))
                (progn (goto-char start) (regi-pos 'bol)))))
 
-       ;; lets find the special tags and remove them from the working
+       ;; let's find the special tags and remove them from the working
        ;; frame. note that only the last special tag is used.
        (mapc
         (function
@@ -256,5 +253,4 @@ useful information:
 \f
 (provide 'regi)
 
-;; arch-tag: 804b4e45-4109-4f76-9a88-21887b881747
 ;;; regi.el ends here