diff options
author | Glenn Morris <rgm@gnu.org> | 2008-01-04 03:10:53 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-01-04 03:10:53 +0000 |
commit | a70c9a7a88b4988d7170dbc934f6ff27ffe663d0 (patch) | |
tree | 6ad9a0ff0cca25f8e294d815e2548900b56cb180 /admin/admin.el | |
parent | a408ea1716e73d673f725a354d6963f645da842f (diff) | |
download | emacs-a70c9a7a88b4988d7170dbc934f6ff27ffe663d0.tar.gz |
(set-copyright): Add lib-src/ebrowse.c.
Diffstat (limited to 'admin/admin.el')
-rw-r--r-- | admin/admin.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/admin.el b/admin/admin.el index a490442a44b..1255649c888 100644 --- a/admin/admin.el +++ b/admin/admin.el @@ -1,6 +1,6 @@ ;;; admin.el --- utilities for Emacs administration -;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 ;; Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -162,6 +162,9 @@ Root must be the root of an Emacs source tree." (set-version-in-file root "lisp/version.el" copyright (rx (and "emacs-copyright" (0+ space) ?\" (submatch (1+ (not (in ?\")))) ?\"))) + (set-version-in-file root "lib-src/ebrowse.c" copyright + (rx (and "emacs_copyright" (0+ (not (in ?\"))) + ?\" (submatch (1+ (not (in ?\")))) ?\"))) (set-version-in-file root "lib-src/etags.c" copyright (rx (and "emacs_copyright" (0+ (not (in ?\"))) ?\" (submatch (1+ (not (in ?\")))) ?\"))) |