emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ada-mode 701457fc18 5/6: * benchmark-xref.el: Add copyr


From: Stephen Leake
Subject: [elpa] externals/ada-mode 701457fc18 5/6: * benchmark-xref.el: Add copyright notice
Date: Sun, 10 Jul 2022 12:58:54 -0400 (EDT)

branch: externals/ada-mode
commit 701457fc18e8407ddad1e9163e86c6081af1f4c0
Author: Stephen Leake <stephen_leake@stephe-leake.org>
Commit: Stephen Leake <stephen_leake@stephe-leake.org>

    * benchmark-xref.el: Add copyright notice
---
 benchmark-xref.el | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/benchmark-xref.el b/benchmark-xref.el
index c5ba46cea0..e921e94f95 100644
--- a/benchmark-xref.el
+++ b/benchmark-xref.el
@@ -1,4 +1,22 @@
-;; xref backend agnostic benchmark for xref operations
+;;; benchmark-xref.el --- xref backend agnostic benchmark for xref operations
+;;
+;; Copyright (C) 2022  Free Software Foundation, Inc.
+;;
+;; This file is part of GNU Emacs.
+;;
+;; 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 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
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
+;;
+;; You should have received a copy of the GNU General Public License
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+;;
 
 (defun bench-xref-one-test (test xref-function)
   (find-file (car test))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]