]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-copyright): Add lib-src/ebrowse.c.
authorGlenn Morris <rgm@gnu.org>
Fri, 4 Jan 2008 03:10:53 +0000 (03:10 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 4 Jan 2008 03:10:53 +0000 (03:10 +0000)
admin/ChangeLog
admin/admin.el

index 516cecfbb6dc631dad183b21789f10a49e76126f..31ff5af2bac5d78f5af94a78ba4f80ce46e5b8a8 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-04  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (set-copyright): Add lib-src/ebrowse.c.
+
 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * CPP-DEFINES: New file.
index a490442a44bf1d339fe7d7cada67fcf987232d33..1255649c88815a87b67c5f30a36d763fb3e078ec 100644 (file)
@@ -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 ?\")))) ?\")))