From: Glenn Morris Date: Fri, 4 Jan 2008 03:10:53 +0000 (+0000) Subject: (set-copyright): Add lib-src/ebrowse.c. X-Git-Tag: emacs-pretest-23.0.90~8717 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a70c9a7a88b4988d7170dbc934f6ff27ffe663d0;p=emacs.git (set-copyright): Add lib-src/ebrowse.c. --- diff --git a/admin/ChangeLog b/admin/ChangeLog index 516cecfbb6d..31ff5af2bac 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,7 @@ +2008-01-04 Glenn Morris + + * admin.el (set-copyright): Add lib-src/ebrowse.c. + 2007-12-10 Stefan Monnier * CPP-DEFINES: New file. 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 ?\")))) ?\")))