branch: externals/phpinspect commit da0766e6a86cdddcc52b3aa08982ccbe82e7c150 Author: Hugo Thunnissen <de...@hugot.nl> Commit: Hugo Thunnissen <de...@hugot.nl>
Update copyright headers --- benchmarks/appendage.el | 2 +- benchmarks/parse-file.el | 2 +- benchmarks/splay-tree.el | 2 +- benchmarks/stubs.el | 2 +- phpinspect-autoload.el | 2 +- phpinspect-bmap.el | 2 +- phpinspect-buffer.el | 2 +- phpinspect-cache.el | 2 +- phpinspect-change.el | 2 +- phpinspect-completion.el | 2 +- phpinspect-diagnose.el | 2 +- phpinspect-eldoc.el | 2 +- phpinspect-fs.el | 2 +- phpinspect-imports.el | 2 +- phpinspect-index.el | 2 +- phpinspect-meta.el | 2 +- phpinspect-method-cell.el | 2 +- phpinspect-name.el | 2 +- phpinspect-parse-context.el | 2 +- phpinspect-parser.el | 2 +- phpinspect-pipeline.el | 2 +- phpinspect-project-struct.el | 2 +- phpinspect-project.el | 2 +- phpinspect-property-cell.el | 2 +- phpinspect-queue.el | 2 +- phpinspect-resolve.el | 2 +- phpinspect-resolvecontext.el | 2 +- phpinspect-serialize.el | 2 +- phpinspect-splayt.el | 2 +- phpinspect-suggest.el | 2 +- phpinspect-thread.el | 2 +- phpinspect-token-predicates.el | 2 +- phpinspect-type.el | 2 +- phpinspect-typedef.el | 2 +- phpinspect-util.el | 2 +- phpinspect-worker.el | 2 +- phpinspect.el | 2 +- scripts/install-deps.el | 2 +- test/phpinspect-test.el | 2 +- test/test-autoload.el | 2 +- test/test-buffer-indexation.el | 2 +- test/test-buffer.el | 2 +- test/test-change.el | 2 +- test/test-completion.el | 2 +- test/test-fs.el | 2 +- test/test-index.el | 2 +- test/test-meta.el | 2 +- test/test-parser.el | 2 +- test/test-pipeline.el | 2 +- test/test-project.el | 2 +- test/test-splayt.el | 2 +- test/test-suggest.el | 2 +- test/test-token-predicates.el | 2 +- test/test-type.el | 2 +- test/test-util.el | 2 +- test/test-worker.el | 2 +- 56 files changed, 56 insertions(+), 56 deletions(-) diff --git a/benchmarks/appendage.el b/benchmarks/appendage.el index 3cb48477b0..873dd1b954 100644 --- a/benchmarks/appendage.el +++ b/benchmarks/appendage.el @@ -1,6 +1,6 @@ ;;; appendage.el --- Benchmarks of list appendage -*- lexical-binding: t; -*- -;; Copyright (C) 2023 Free Software Foundation, Inc +;; Copyright (C) 2023-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: benchmark diff --git a/benchmarks/parse-file.el b/benchmarks/parse-file.el index 80249b5c00..680ff32a13 100644 --- a/benchmarks/parse-file.el +++ b/benchmarks/parse-file.el @@ -1,6 +1,6 @@ ;;; parse-file.el --- Benchmarks of phpinspect parser in different configurations -*- lexical-binding: t; -*- -;; Copyright (C) 2023 Free Software Foundation, Inc +;; Copyright (C) 2023-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: benchmark diff --git a/benchmarks/splay-tree.el b/benchmarks/splay-tree.el index f2530883eb..a92cb60d35 100644 --- a/benchmarks/splay-tree.el +++ b/benchmarks/splay-tree.el @@ -1,6 +1,6 @@ ;;; splay-tree.el --- Benchmarks of phpinspect-splayt.el -*- lexical-binding: t; -*- -;; Copyright (C) 2023 Free Software Foundation, Inc +;; Copyright (C) 2023-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: benchmark diff --git a/benchmarks/stubs.el b/benchmarks/stubs.el index 55d25c3a1a..3364198109 100644 --- a/benchmarks/stubs.el +++ b/benchmarks/stubs.el @@ -1,6 +1,6 @@ ;;; stubs.el --- Benchmarks of phpinspect stub index dump and load times -*- lexical-binding: t; -*- -;; Copyright (C) 2023 Free Software Foundation, Inc +;; Copyright (C) 2023-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: benchmark diff --git a/phpinspect-autoload.el b/phpinspect-autoload.el index 116cfef13d..2fe11fa973 100644 --- a/phpinspect-autoload.el +++ b/phpinspect-autoload.el @@ -1,6 +1,6 @@ ;;; phpinspect-autoload.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-bmap.el b/phpinspect-bmap.el index dd43541200..345d345126 100644 --- a/phpinspect-bmap.el +++ b/phpinspect-bmap.el @@ -1,6 +1,6 @@ ;;; phpinspect-bmap.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-buffer.el b/phpinspect-buffer.el index 8a62ec82e6..7a56dc8d02 100644 --- a/phpinspect-buffer.el +++ b/phpinspect-buffer.el @@ -1,6 +1,6 @@ ;;; phpinspect-buffer.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-cache.el b/phpinspect-cache.el index 81e2b68a97..1103dcbc5a 100644 --- a/phpinspect-cache.el +++ b/phpinspect-cache.el @@ -1,6 +1,6 @@ ;;; phpinspect.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-change.el b/phpinspect-change.el index 1fa99f1f62..fe89cf70f7 100644 --- a/phpinspect-change.el +++ b/phpinspect-change.el @@ -1,6 +1,6 @@ ;;; phpinspect-change.el --- A structure that represents buffer changes -*- lexical-binding: t; -*- -;; Copyright (C) 2024 Hugo Thunnissen +;; Copyright (C) 2024-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: languages diff --git a/phpinspect-completion.el b/phpinspect-completion.el index 8a6923d8ee..9e4898d8b0 100644 --- a/phpinspect-completion.el +++ b/phpinspect-completion.el @@ -1,6 +1,6 @@ ;;; phpinspect-type.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-diagnose.el b/phpinspect-diagnose.el index 0b5b7f1de9..9ac9b309c7 100644 --- a/phpinspect-diagnose.el +++ b/phpinspect-diagnose.el @@ -1,6 +1,6 @@ ;;; phpinspect-diagnose.el --- Diagnose problems in phpinspect's internal state -*- lexical-binding: t; -*- -;; Copyright (C) 2024 Hugo Thunnissen +;; Copyright (C) 2024-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <h...@yournextconcepts.com> ;; Keywords: languages diff --git a/phpinspect-eldoc.el b/phpinspect-eldoc.el index 03849e2dbd..70b4af8d35 100644 --- a/phpinspect-eldoc.el +++ b/phpinspect-eldoc.el @@ -1,6 +1,6 @@ ;;; phpinspect-eldoc.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-fs.el b/phpinspect-fs.el index eee70c822c..f9f97f0412 100644 --- a/phpinspect-fs.el +++ b/phpinspect-fs.el @@ -1,6 +1,6 @@ ;;; phpinspect-fs.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-imports.el b/phpinspect-imports.el index 18713be8b9..5636193c7f 100644 --- a/phpinspect-imports.el +++ b/phpinspect-imports.el @@ -1,6 +1,6 @@ ; phpinspect-imports.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-index.el b/phpinspect-index.el index 21c8751e48..4805bb8a91 100644 --- a/phpinspect-index.el +++ b/phpinspect-index.el @@ -1,6 +1,6 @@ ;;; phpinspect-index.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-meta.el b/phpinspect-meta.el index 59d39b9486..bb4579d8b8 100644 --- a/phpinspect-meta.el +++ b/phpinspect-meta.el @@ -1,6 +1,6 @@ ;;; phpinspect-meta.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-method-cell.el b/phpinspect-method-cell.el index db7c911a54..b292166751 100644 --- a/phpinspect-method-cell.el +++ b/phpinspect-method-cell.el @@ -1,6 +1,6 @@ ;;; phpinspect-method-cell.el --- Models for PHP method definitions -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-name.el b/phpinspect-name.el index 079fcb2a07..ec70a4c380 100644 --- a/phpinspect-name.el +++ b/phpinspect-name.el @@ -1,6 +1,6 @@ ;;; phpinspect-name.el --- Objects and functions for PHP names -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-parse-context.el b/phpinspect-parse-context.el index 7c690521a3..933e0f935c 100644 --- a/phpinspect-parse-context.el +++ b/phpinspect-parse-context.el @@ -1,6 +1,6 @@ ;;; phpinspect-parse-context.el --- PHP parsing context module -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-parser.el b/phpinspect-parser.el index 09c1b640a2..48331e369d 100644 --- a/phpinspect-parser.el +++ b/phpinspect-parser.el @@ -1,6 +1,6 @@ ;;; phpinspect-parser.el --- PHP parsing module -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-pipeline.el b/phpinspect-pipeline.el index 922f10099d..03efc1f038 100644 --- a/phpinspect-pipeline.el +++ b/phpinspect-pipeline.el @@ -1,6 +1,6 @@ ;;; phpinspect-pipeline.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-project-struct.el b/phpinspect-project-struct.el index 3d398377e2..eb00616ea9 100644 --- a/phpinspect-project-struct.el +++ b/phpinspect-project-struct.el @@ -1,6 +1,6 @@ ;;; phpinspect-project-struct.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-project.el b/phpinspect-project.el index 5e254ffa55..f7a89cc6e7 100644 --- a/phpinspect-project.el +++ b/phpinspect-project.el @@ -1,6 +1,6 @@ ;;; phpinspect-project.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-property-cell.el b/phpinspect-property-cell.el index 439187a7e0..d12c1b5556 100644 --- a/phpinspect-property-cell.el +++ b/phpinspect-property-cell.el @@ -1,6 +1,6 @@ ;;; phpinspect-property-cell.el --- Models for PHP property definitions -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-queue.el b/phpinspect-queue.el index abc8938839..2538f21432 100644 --- a/phpinspect-queue.el +++ b/phpinspect-queue.el @@ -1,6 +1,6 @@ ;;; phpinspect-queue.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-resolve.el b/phpinspect-resolve.el index 35841cf4be..1eed2f481d 100644 --- a/phpinspect-resolve.el +++ b/phpinspect-resolve.el @@ -1,6 +1,6 @@ ;;; phpinspect-resolve.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-resolvecontext.el b/phpinspect-resolvecontext.el index 1313295463..8cba107c89 100644 --- a/phpinspect-resolvecontext.el +++ b/phpinspect-resolvecontext.el @@ -1,6 +1,6 @@ ;;; phpinspect-resolvecontext.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-serialize.el b/phpinspect-serialize.el index 098a8b63e0..0b98e82268 100644 --- a/phpinspect-serialize.el +++ b/phpinspect-serialize.el @@ -1,6 +1,6 @@ ;;; phpinspect-index.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-splayt.el b/phpinspect-splayt.el index a761df05a1..63a8a46ae9 100644 --- a/phpinspect-splayt.el +++ b/phpinspect-splayt.el @@ -1,6 +1,6 @@ ;;; phpinspect-splayt.el --- A Splay Tree Implementation -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-suggest.el b/phpinspect-suggest.el index bf77b64426..161d99ca80 100644 --- a/phpinspect-suggest.el +++ b/phpinspect-suggest.el @@ -1,6 +1,6 @@ ;;; phpinspect-suggest.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-thread.el b/phpinspect-thread.el index 76b28e77df..e4425cf253 100644 --- a/phpinspect-thread.el +++ b/phpinspect-thread.el @@ -1,6 +1,6 @@ ;;; phpinspect-thread.el --- Threading functions for phpinspect -*- lexical-binding: t; -*- -;; Copyright (C) 2024 Hugo Thunnissen +;; Copyright (C) 2024-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> diff --git a/phpinspect-token-predicates.el b/phpinspect-token-predicates.el index b9e0029262..1c67e632b3 100644 --- a/phpinspect-token-predicates.el +++ b/phpinspect-token-predicates.el @@ -1,6 +1,6 @@ ;;; phpinspect-token-predicates.el --- Predicates for phpinspect-parser tokens types -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-type.el b/phpinspect-type.el index 02678a767a..453737e48a 100644 --- a/phpinspect-type.el +++ b/phpinspect-type.el @@ -1,6 +1,6 @@ ;;; phpinspect-type.el --- Data structures that represent phpinspect types -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-typedef.el b/phpinspect-typedef.el index 210ba59a7a..699fb8ee52 100644 --- a/phpinspect-typedef.el +++ b/phpinspect-typedef.el @@ -1,6 +1,6 @@ ;;; phpinspect-typedef.el --- Models for PHP type definitions -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-util.el b/phpinspect-util.el index 2691879dba..f69c262521 100644 --- a/phpinspect-util.el +++ b/phpinspect-util.el @@ -1,6 +1,6 @@ ;;; phpinspect-util.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect-worker.el b/phpinspect-worker.el index 84a102c3fd..1f9509535d 100644 --- a/phpinspect-worker.el +++ b/phpinspect-worker.el @@ -1,6 +1,6 @@ ;; phpinspect-worker.el --- PHP parsing and completion package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/phpinspect.el b/phpinspect.el index 5cafad3bb7..66ea9e63f1 100644 --- a/phpinspect.el +++ b/phpinspect.el @@ -1,6 +1,6 @@ ;;; phpinspect.el --- PHP parsing and code intelligence package -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc +;; Copyright (C) 2021-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: php, languages, tools, convenience diff --git a/scripts/install-deps.el b/scripts/install-deps.el index 85202914a5..13edb01d96 100644 --- a/scripts/install-deps.el +++ b/scripts/install-deps.el @@ -1,6 +1,6 @@ ;;; install-deps.el --- Install package dependencies -*- lexical-binding: t; -*- -;; Copyright (C) 2023 Free Software Foundation, Inc +;; Copyright (C) 2023-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: script diff --git a/test/phpinspect-test.el b/test/phpinspect-test.el index aa838302bd..ceea6ee5dc 100644 --- a/test/phpinspect-test.el +++ b/test/phpinspect-test.el @@ -1,6 +1,6 @@ ;;; phpinspect-test.el --- Unit tests for phpinspect.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; Author: Hugo Thunnissen <de...@hugot.nl> diff --git a/test/test-autoload.el b/test/test-autoload.el index 64583d0850..176aba9dd0 100644 --- a/test/test-autoload.el +++ b/test/test-autoload.el @@ -1,6 +1,6 @@ ; test-autoload.el --- Unit tests for phpinspect.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; Author: Hugo Thunnissen <de...@hugot.nl> diff --git a/test/test-buffer-indexation.el b/test/test-buffer-indexation.el index fab1a72d12..f189d3e39c 100644 --- a/test/test-buffer-indexation.el +++ b/test/test-buffer-indexation.el @@ -1,6 +1,6 @@ ;;; test-buffer-indexation.el --- Tests for buffer indexation -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: diff --git a/test/test-buffer.el b/test/test-buffer.el index 25bc8b12db..cc56521e79 100644 --- a/test/test-buffer.el +++ b/test/test-buffer.el @@ -1,6 +1,6 @@ ;; test-buffer.el --- Unit tests for phpinspect.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; Author: Hugo Thunnissen <de...@hugot.nl> diff --git a/test/test-change.el b/test/test-change.el index 5fa5d1b7d0..2236d25fd8 100644 --- a/test/test-change.el +++ b/test/test-change.el @@ -1,6 +1,6 @@ ;;; test-change.el --- Tests for phpinspect-change.el -*- lexical-binding: t; -*- -;; Copyright (C) 2024 Hugo Thunnissen +;; Copyright (C) 2024-2025 Free Software Foundation, Inc ;; Author: Hugo Thunnissen <de...@hugot.nl> ;; Keywords: diff --git a/test/test-completion.el b/test/test-completion.el index 775f8f3e5b..7114b8efbf 100644 --- a/test/test-completion.el +++ b/test/test-completion.el @@ -1,6 +1,6 @@ ;;; test-completion.el --- Unit tests for phpinspect-completion.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; Author: Hugo Thunnissen <de...@hugot.nl> diff --git a/test/test-fs.el b/test/test-fs.el index 8d10b87da7..4cf105578a 100644 --- a/test/test-fs.el +++ b/test/test-fs.el @@ -1,6 +1,6 @@ ;;; test-fs.el --- Unit tests for phpinspect.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; Author: Hugo Thunnissen <de...@hugot.nl> diff --git a/test/test-index.el b/test/test-index.el index e884eb2f11..8f6639b359 100644 --- a/test/test-index.el +++ b/test/test-index.el @@ -1,6 +1,6 @@ ;;; test-index.el --- Unit tests for phpinspect.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; Author: Hugo Thunnissen <de...@hugot.nl> diff --git a/test/test-meta.el b/test/test-meta.el index 3f07c07304..2dfeb76197 100644 --- a/test/test-meta.el +++ b/test/test-meta.el @@ -1,6 +1,6 @@ ;; test-meta.el --- Unit tests for phpinspect.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; Author: Hugo Thunnissen <de...@hugot.nl> diff --git a/test/test-parser.el b/test/test-parser.el index b188200e4d..040fd7ee17 100644 --- a/test/test-parser.el +++ b/test/test-parser.el @@ -1,6 +1,6 @@ ;; test-parser.el --- Unit tests for phpinspect.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; Author: Hugo Thunnissen <de...@hugot.nl> diff --git a/test/test-pipeline.el b/test/test-pipeline.el index 131d86d0c4..eaa8ce7f41 100644 --- a/test/test-pipeline.el +++ b/test/test-pipeline.el @@ -1,6 +1,6 @@ ;;; test-pipeline.el --- Unit tests for phpinspect.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; Author: Hugo Thunnissen <de...@hugot.nl> diff --git a/test/test-project.el b/test/test-project.el index 31e90340c1..c1eed31a6c 100644 --- a/test/test-project.el +++ b/test/test-project.el @@ -1,6 +1,6 @@ ;; test-project.el --- Unit tests for phpinspect.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; Author: Hugo Thunnissen <de...@hugot.nl> diff --git a/test/test-splayt.el b/test/test-splayt.el index 736b9fb1d7..bc569a6556 100644 --- a/test/test-splayt.el +++ b/test/test-splayt.el @@ -1,6 +1,6 @@ ;; test-splayt.el --- Unit tests for phpinspect.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; Author: Hugo Thunnissen <de...@hugot.nl> diff --git a/test/test-suggest.el b/test/test-suggest.el index 41dbd4b5f4..a048fc2af8 100644 --- a/test/test-suggest.el +++ b/test/test-suggest.el @@ -1,6 +1,6 @@ ;;; test-suggest.el --- Unit tests for phpinspect-suggest.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; Author: Hugo Thunnissen <de...@hugot.nl> diff --git a/test/test-token-predicates.el b/test/test-token-predicates.el index 46d704cc7f..e306695697 100644 --- a/test/test-token-predicates.el +++ b/test/test-token-predicates.el @@ -1,6 +1,6 @@ ;;; test-token-predicates.el --- Unit tests for phpinspect-token-predicates.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; Author: Hugo Thunnissen <de...@hugot.nl> diff --git a/test/test-type.el b/test/test-type.el index 445b78d251..0cb368e13f 100644 --- a/test/test-type.el +++ b/test/test-type.el @@ -1,6 +1,6 @@ ;; test-type.el --- Unit tests for phpinspect.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; Author: Hugo Thunnissen <de...@hugot.nl> diff --git a/test/test-util.el b/test/test-util.el index c580367519..59d7eb032f 100644 --- a/test/test-util.el +++ b/test/test-util.el @@ -1,6 +1,6 @@ ;;; test-util.el --- Unit tests for phpinspect.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; Author: Hugo Thunnissen <de...@hugot.nl> diff --git a/test/test-worker.el b/test/test-worker.el index 455adfd29a..f518ab88e9 100644 --- a/test/test-worker.el +++ b/test/test-worker.el @@ -1,6 +1,6 @@ ;;; test-worker.el --- Unit tests for phpinspect.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2023 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 Free Software Foundation, Inc. ;; Author: Hugo Thunnissen <de...@hugot.nl>