changeset 87553:a2a4811dccdc

(set-copyright): Add lib-src/ebrowse.c.
author Glenn Morris <rgm@gnu.org>
date Fri, 04 Jan 2008 03:10:44 +0000
parents c14fdf9befcf
children 2afb0b2d5e5d
files admin/admin.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admin/admin.el	Fri Jan 04 03:10:31 2008 +0000
+++ b/admin/admin.el	Fri Jan 04 03:10:44 2008 +0000
@@ -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 @@
   (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 ?\")))) ?\")))