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

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

[elpa] externals/phpinspect b102e037a8 5/5: Add copyright headers to ben


From: ELPA Syncer
Subject: [elpa] externals/phpinspect b102e037a8 5/5: Add copyright headers to benchmark files to fix(?) ELPA tarball build
Date: Tue, 15 Aug 2023 15:58:28 -0400 (EDT)

branch: externals/phpinspect
commit b102e037a8460971f580260bf33365dd06f723c0
Author: Hugo Thunnissen <devel@hugot.nl>
Commit: Hugo Thunnissen <devel@hugot.nl>

    Add copyright headers to benchmark files to fix(?) ELPA tarball build
---
 benchmarks/appendage.el  | 22 ++++++++++++++++++++++
 benchmarks/parse-file.el | 24 ++++++++++++++++++++++++
 benchmarks/splay-tree.el | 23 +++++++++++++++++++++++
 3 files changed, 69 insertions(+)

diff --git a/benchmarks/appendage.el b/benchmarks/appendage.el
index f197955237..3cb48477b0 100644
--- a/benchmarks/appendage.el
+++ b/benchmarks/appendage.el
@@ -1,4 +1,26 @@
+;;; appendage.el --- Benchmarks of list appendage  -*- lexical-binding: t; -*-
 
+;; Copyright (C) 2023  Free Software Foundation, Inc
+
+;; Author: Hugo Thunnissen <devel@hugot.nl>
+;; Keywords: benchmark
+
+;; This program 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.
+
+;; This program 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 this program.  If not, see <https://www.gnu.org/licenses/>.
+
+;;; Commentary:
+
+;;; Code:
 
 
 (message "20000 appendages using nconc")
diff --git a/benchmarks/parse-file.el b/benchmarks/parse-file.el
index 960b601aa4..e135ce21c0 100644
--- a/benchmarks/parse-file.el
+++ b/benchmarks/parse-file.el
@@ -1,3 +1,27 @@
+;;; parse-file.el --- Benchmarks of phpinspect parser in different 
configurations  -*- lexical-binding: t; -*-
+
+;; Copyright (C) 2023  Free Software Foundation, Inc
+
+;; Author: Hugo Thunnissen <devel@hugot.nl>
+;; Keywords: benchmark
+
+;; This program 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.
+
+;; This program 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 this program.  If not, see <https://www.gnu.org/licenses/>.
+
+;;; Commentary:
+
+;;; Code:
+
 
 (require 'phpinspect-parser)
 
diff --git a/benchmarks/splay-tree.el b/benchmarks/splay-tree.el
index 26ba88bd4f..ffd8978f5e 100644
--- a/benchmarks/splay-tree.el
+++ b/benchmarks/splay-tree.el
@@ -1,3 +1,26 @@
+;;; splay-tree.el --- Benchmarks of phpinspect-splayt.el  -*- lexical-binding: 
t; -*-
+
+;; Copyright (C) 2023  Free Software Foundation, Inc
+
+;; Author: Hugo Thunnissen <devel@hugot.nl>
+;; Keywords: benchmark
+
+;; This program 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.
+
+;; This program 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 this program.  If not, see <https://www.gnu.org/licenses/>.
+
+;;; Commentary:
+
+;;; Code:
 
 
 (require 'phpinspect-splayt)



reply via email to

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