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

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

[elpa] externals/hyperbole e016f366ff 2/2: Add SPDX-License-Identifier (


From: ELPA Syncer
Subject: [elpa] externals/hyperbole e016f366ff 2/2: Add SPDX-License-Identifier (#301)
Date: Sat, 4 Feb 2023 16:57:42 -0500 (EST)

branch: externals/hyperbole
commit e016f366ff60e91613573c1eb71a3e9905689ee4
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    Add SPDX-License-Identifier (#301)
    
    * Add SPDX-License-Identifier
    
    * Adjust test due to lines inserted in files also used as test data
---
 hact.el                      | 2 ++
 hactypes.el                  | 2 ++
 hargs.el                     | 2 ++
 hbdata.el                    | 2 ++
 hbmap.el                     | 2 ++
 hbut.el                      | 2 ++
 hgnus.el                     | 2 ++
 hhist.el                     | 2 ++
 hib-debbugs.el               | 2 ++
 hib-doc-id.el                | 2 ++
 hib-kbd.el                   | 2 ++
 hib-social.el                | 2 ++
 hibtypes.el                  | 2 ++
 hinit.el                     | 2 ++
 hload-path.el                | 2 ++
 hmail.el                     | 2 ++
 hmh.el                       | 2 ++
 hmoccur.el                   | 2 ++
 hmouse-drv.el                | 2 ++
 hmouse-info.el               | 2 ++
 hmouse-key.el                | 2 ++
 hmouse-mod.el                | 2 ++
 hmouse-sh.el                 | 2 ++
 hmouse-tag.el                | 2 ++
 hpath.el                     | 2 ++
 hrmail.el                    | 2 ++
 hsettings.el                 | 2 ++
 hsmail.el                    | 2 ++
 hsys-org.el                  | 2 ++
 hsys-www.el                  | 2 ++
 hsys-youtube.el              | 2 ++
 htz.el                       | 2 ++
 hui-dired-sidebar.el         | 2 ++
 hui-em-but.el                | 2 ++
 hui-jmenu.el                 | 2 ++
 hui-menu.el                  | 2 ++
 hui-mini.el                  | 2 ++
 hui-mouse.el                 | 2 ++
 hui-register.el              | 2 ++
 hui-select.el                | 2 ++
 hui-treemacs.el              | 2 ++
 hui-window.el                | 2 ++
 hui.el                       | 2 ++
 hvar.el                      | 2 ++
 hversion.el                  | 2 ++
 hvm.el                       | 2 ++
 hycontrol.el                 | 2 ++
 hypb-ert.el                  | 2 ++
 hypb-maintenance.el          | 2 ++
 hypb.el                      | 2 ++
 hyperbole.el                 | 2 ++
 hyrolo-demo.el               | 2 ++
 hyrolo-logic.el              | 2 ++
 hyrolo-menu.el               | 2 ++
 hyrolo.el                    | 2 ++
 hywconfig.el                 | 2 ++
 kotl/kcell.el                | 2 ++
 kotl/kexport.el              | 2 ++
 kotl/kfile.el                | 2 ++
 kotl/kfill.el                | 2 ++
 kotl/kimport.el              | 2 ++
 kotl/klabel.el               | 2 ++
 kotl/klink.el                | 2 ++
 kotl/kmenu.el                | 2 ++
 kotl/kotl-mode.el            | 2 ++
 kotl/kotl-orgtbl.el          | 2 ++
 kotl/kproperty.el            | 2 ++
 kotl/kview.el                | 2 ++
 kotl/kvspec.el               | 2 ++
 set.el                       | 2 ++
 test/demo-tests.el           | 2 ++
 test/hactypes-tests.el       | 2 ++
 test/hargs-tests.el          | 2 ++
 test/hbut-tests.el           | 2 ++
 test/hib-kbd-tests.el        | 2 ++
 test/hib-social-tests.el     | 2 ++
 test/hibtypes-tests.el       | 6 ++++--
 test/hmouse-drv-tests.el     | 6 ++++--
 test/hmouse-info-tests.el    | 2 ++
 test/hpath-tests.el          | 2 ++
 test/hsys-org-tests.el       | 2 ++
 test/hui-register-tests.el   | 2 ++
 test/hui-select-tests.el     | 2 ++
 test/hui-tests.el            | 2 ++
 test/hy-test-dependencies.el | 2 ++
 test/hy-test-helpers.el      | 2 ++
 test/hypb-tests.el           | 2 ++
 test/hyperbole-tests.el      | 2 ++
 test/hyrolo-tests.el         | 2 ++
 test/kcell-tests.el          | 2 ++
 test/kexport-tests.el        | 2 ++
 test/kotl-mode-tests.el      | 2 ++
 test/kotl-orgtbl-tests.el    | 2 ++
 test/smart-org-tests.el      | 2 ++
 94 files changed, 192 insertions(+), 4 deletions(-)

diff --git a/hact.el b/hact.el
index bcc0c06ab1..9302e6ce8d 100644
--- a/hact.el
+++ b/hact.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    18-Sep-91 at 02:57:09
 ;; Last-Mod:     27-Jan-23 at 17:40:04 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hactypes.el b/hactypes.el
index eff6f4ac3b..feeb198257 100644
--- a/hactypes.el
+++ b/hactypes.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    23-Sep-91 at 20:34:36
 ;; Last-Mod:      7-Jan-23 at 19:59:13 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hargs.el b/hargs.el
index 1cc7bf5357..cefbe375ee 100644
--- a/hargs.el
+++ b/hargs.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    31-Oct-91 at 23:17:35
 ;; Last-Mod:      7-Jan-23 at 14:00:52 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hbdata.el b/hbdata.el
index 330aa50e7a..943a2872fa 100644
--- a/hbdata.el
+++ b/hbdata.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     2-Apr-91
 ;; Last-Mod:     29-Jan-23 at 02:34:21 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hbmap.el b/hbmap.el
index b2bb18316b..ed6f40753f 100644
--- a/hbmap.el
+++ b/hbmap.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     6-Oct-91 at 06:34:05
 ;; Last-Mod:      7-Oct-22 at 23:18:45 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hbut.el b/hbut.el
index 0fd04a774f..a931bac54a 100644
--- a/hbut.el
+++ b/hbut.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    18-Sep-91 at 02:57:09
 ;; Last-Mod:     29-Jan-23 at 02:39:52 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hgnus.el b/hgnus.el
index 53c1d972f1..1610e6a718 100644
--- a/hgnus.el
+++ b/hgnus.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    24-Dec-91 at 22:29:28
 ;; Last-Mod:      9-May-22 at 00:01:49 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hhist.el b/hhist.el
index f30ab04fd1..14ebf90ee5 100644
--- a/hhist.el
+++ b/hhist.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    24-Apr-91 at 03:36:23
 ;; Last-Mod:      6-Nov-22 at 12:22:44 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hib-debbugs.el b/hib-debbugs.el
index 038348638d..ca00481f0d 100644
--- a/hib-debbugs.el
+++ b/hib-debbugs.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    21-Jun-16 at 14:24:53
 ;; Last-Mod:     24-Jul-22 at 10:41:16 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2016, 2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hib-doc-id.el b/hib-doc-id.el
index 309314d8c4..d3e8ba8752 100644
--- a/hib-doc-id.el
+++ b/hib-doc-id.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    30-Sep-92 at 19:39:59
 ;; Last-Mod:     25-Sep-22 at 02:39:34 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hib-kbd.el b/hib-kbd.el
index 749c03ec11..62453b9678 100644
--- a/hib-kbd.el
+++ b/hib-kbd.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    22-Nov-91 at 01:37:57
 ;; Last-Mod:     29-Jan-23 at 10:11:10 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hib-social.el b/hib-social.el
index 8c90364d25..34c76c9f24 100644
--- a/hib-social.el
+++ b/hib-social.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    20-Jul-16 at 22:41:34
 ;; Last-Mod:     24-Jul-22 at 10:08:17 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2016-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hibtypes.el b/hibtypes.el
index a8474954fc..ad0cd03dac 100644
--- a/hibtypes.el
+++ b/hibtypes.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    19-Sep-91 at 20:45:31
 ;; Last-Mod:      7-Jan-23 at 19:54:51 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022 Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hinit.el b/hinit.el
index 49383ce43f..d8fa344f31 100644
--- a/hinit.el
+++ b/hinit.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     1-Oct-91 at 02:32:51
 ;; Last-Mod:     25-Jul-22 at 17:44:31 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hload-path.el b/hload-path.el
index b7672da784..2b038ca6f4 100644
--- a/hload-path.el
+++ b/hload-path.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    29-Jun-16 at 14:39:33
 ;; Last-Mod:     23-Oct-22 at 00:38:27 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1992-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hmail.el b/hmail.el
index 1e53a4626d..90544da1cd 100644
--- a/hmail.el
+++ b/hmail.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     9-Oct-91 at 18:38:05
 ;; Last-Mod:     29-Jan-23 at 02:03:03 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the HY-COPY (Hyperbole) or BR-COPY (OO-Browser) file for license
 ;; information.
diff --git a/hmh.el b/hmh.el
index 48aa8d15c4..a9dc551c3f 100644
--- a/hmh.el
+++ b/hmh.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    21-May-91 at 17:06:36
 ;; Last-Mod:      9-May-22 at 22:36:31 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hmoccur.el b/hmoccur.el
index 0315b57b6a..e056452b7e 100644
--- a/hmoccur.el
+++ b/hmoccur.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     1-Aug-91
 ;; Last-Mod:     25-Jul-22 at 20:00:01 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hmouse-drv.el b/hmouse-drv.el
index df12ce8d4b..63643522fd 100644
--- a/hmouse-drv.el
+++ b/hmouse-drv.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    04-Feb-90
 ;; Last-Mod:     15-Jan-23 at 17:08:53 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1989-2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hmouse-info.el b/hmouse-info.el
index 1253710486..ee5ecd701f 100644
--- a/hmouse-info.el
+++ b/hmouse-info.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    04-Apr-89
 ;; Last-Mod:     20-Jan-23 at 22:19:33 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1989-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hmouse-key.el b/hmouse-key.el
index 47ca66df1c..11d0103571 100644
--- a/hmouse-key.el
+++ b/hmouse-key.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    30-May-94 at 00:11:57
 ;; Last-Mod:     25-Jul-22 at 23:47:01 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1994-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hmouse-mod.el b/hmouse-mod.el
index ec50e8e68a..05868a7973 100644
--- a/hmouse-mod.el
+++ b/hmouse-mod.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     8-Oct-92 at 19:08:31
 ;; Last-Mod:     26-Jul-22 at 23:56:52 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1992-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hmouse-sh.el b/hmouse-sh.el
index ca4940e5fa..5c81a82f4e 100644
--- a/hmouse-sh.el
+++ b/hmouse-sh.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     3-Sep-91 at 21:40:58
 ;; Last-Mod:     16-Oct-22 at 19:32:50 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hmouse-tag.el b/hmouse-tag.el
index 6371bc03c3..f161f73b53 100644
--- a/hmouse-tag.el
+++ b/hmouse-tag.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    24-Aug-91
 ;; Last-Mod:     28-Jan-23 at 23:51:50 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hpath.el b/hpath.el
index a75b9269c3..f4ff720da0 100644
--- a/hpath.el
+++ b/hpath.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     1-Nov-91 at 00:44:23
 ;; Last-Mod:      3-Dec-22 at 02:20:47 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hrmail.el b/hrmail.el
index 7a67ffeca2..3f75b8c49c 100644
--- a/hrmail.el
+++ b/hrmail.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     9-May-91 at 04:22:02
 ;; Last-Mod:      5-Jun-22 at 17:59:19 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hsettings.el b/hsettings.el
index 4b353882bf..606ee7c814 100644
--- a/hsettings.el
+++ b/hsettings.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    15-Apr-91 at 00:48:49
 ;; Last-Mod:     12-Oct-22 at 22:46:00 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hsmail.el b/hsmail.el
index 8e684cf918..4ffb0ebe19 100644
--- a/hsmail.el
+++ b/hsmail.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     9-May-91 at 04:50:20
 ;; Last-Mod:     16-Oct-22 at 00:30:39 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hsys-org.el b/hsys-org.el
index 6c509d33a5..ec28c6997b 100644
--- a/hsys-org.el
+++ b/hsys-org.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     2-Jul-16 at 14:54:14
 ;; Last-Mod:      3-Dec-22 at 02:33:37 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2016-2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hsys-www.el b/hsys-www.el
index 4eca5d0513..611577231a 100644
--- a/hsys-www.el
+++ b/hsys-www.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     7-Apr-94 at 17:17:39 by Bob Weiner
 ;; Last-Mod:     11-May-22 at 00:01:48 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1994-2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hsys-youtube.el b/hsys-youtube.el
index 0d401f70b2..d0a5222ac5 100644
--- a/hsys-youtube.el
+++ b/hsys-youtube.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    10-Jul-22 at 18:10:56
 ;; Last-Mod:     22-Nov-22 at 18:11:43 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/htz.el b/htz.el
index 2455652370..d277edbe06 100644
--- a/htz.el
+++ b/htz.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    14-Oct-91 at 07:22:08
 ;; Last-Mod:      2-Aug-22 at 15:02:15 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hui-dired-sidebar.el b/hui-dired-sidebar.el
index db61382752..33c271b79d 100644
--- a/hui-dired-sidebar.el
+++ b/hui-dired-sidebar.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    25-Jul-20
 ;; Last-Mod:     24-Jan-22 at 00:18:47 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2020-2021 Free Software Foundation, Inc.  See the
 ;; "HY-COPY" file for license information.
 ;;
diff --git a/hui-em-but.el b/hui-em-but.el
index decb1a8d59..7fb94e1eff 100644
--- a/hui-em-but.el
+++ b/hui-em-but.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    21-Aug-92
 ;; Last-Mod:      7-Oct-22 at 00:17:10 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1992-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hui-jmenu.el b/hui-jmenu.el
index 54fba061f1..5060a3c721 100644
--- a/hui-jmenu.el
+++ b/hui-jmenu.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     9-Mar-94 at 23:37:28
 ;; Last-Mod:      2-Aug-22 at 19:50:39 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1994-2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hui-menu.el b/hui-menu.el
index 20862b2894..4bd38e94b6 100644
--- a/hui-menu.el
+++ b/hui-menu.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    28-Oct-94 at 10:59:44
 ;; Last-Mod:      6-Nov-22 at 12:23:29 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1994-2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hui-mini.el b/hui-mini.el
index bf6695e0ea..442ca9e792 100644
--- a/hui-mini.el
+++ b/hui-mini.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    15-Oct-91 at 20:13:17
 ;; Last-Mod:      6-Nov-22 at 13:09:42 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hui-mouse.el b/hui-mouse.el
index 272e46a12e..2e3832171c 100644
--- a/hui-mouse.el
+++ b/hui-mouse.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    04-Feb-89
 ;; Last-Mod:     29-Jan-23 at 03:47:20 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hui-register.el b/hui-register.el
index 7168415714..cd6a1410fc 100644
--- a/hui-register.el
+++ b/hui-register.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     6-Oct-91 at 03:42:38
 ;; Last-Mod:     18-Sep-22 at 00:40:52 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hui-select.el b/hui-select.el
index ffabec4643..e08acda73d 100644
--- a/hui-select.el
+++ b/hui-select.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    19-Oct-96 at 02:25:27
 ;; Last-Mod:      3-Oct-22 at 20:21:48 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1996-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hui-treemacs.el b/hui-treemacs.el
index efcb80733b..d27863f8ba 100644
--- a/hui-treemacs.el
+++ b/hui-treemacs.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    19-Nov-17
 ;; Last-Mod:     19-Jun-22 at 13:58:47 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2017-2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hui-window.el b/hui-window.el
index 1438037f72..13f3afd076 100644
--- a/hui-window.el
+++ b/hui-window.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    21-Sep-92
 ;; Last-Mod:      7-Oct-22 at 23:39:57 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1992-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hui.el b/hui.el
index 311902b5c9..e8f8a146ce 100644
--- a/hui.el
+++ b/hui.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    19-Sep-91 at 21:42:03
 ;; Last-Mod:     20-Jan-23 at 23:16:41 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hvar.el b/hvar.el
index ddef5a1fcf..bb3b009050 100644
--- a/hvar.el
+++ b/hvar.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     1-Oct-91 at 14:00:24
 ;; Last-Mod:      6-Aug-22 at 12:07:16 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hversion.el b/hversion.el
index 25c2d2697a..e526d3c338 100644
--- a/hversion.el
+++ b/hversion.el
@@ -6,6 +6,8 @@
 ;; Orig-Date:     1-Jan-94
 ;; Last-Mod:      4-Dec-22 at 03:57:42 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1994-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hvm.el b/hvm.el
index 4774af562a..01a6f64e7e 100644
--- a/hvm.el
+++ b/hvm.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    10-Oct-91 at 01:51:12
 ;; Last-Mod:      8-May-22 at 23:59:33 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hycontrol.el b/hycontrol.el
index db7dcbe0de..b353898e5b 100644
--- a/hycontrol.el
+++ b/hycontrol.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     1-Jun-16 at 15:35:36
 ;; Last-Mod:     27-Nov-22 at 11:21:28 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2016-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hypb-ert.el b/hypb-ert.el
index ff4a05a412..aafc59ab63 100644
--- a/hypb-ert.el
+++ b/hypb-ert.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    31-Mar-21 at 21:11:00
 ;; Last-Mod:     11-May-22 at 00:00:42 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hypb-maintenance.el b/hypb-maintenance.el
index c5705cd0a6..4390f77cdf 100644
--- a/hypb-maintenance.el
+++ b/hypb-maintenance.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    31-Mar-21 at 21:11:00
 ;; Last-Mod:      1-May-22 at 19:06:09 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hypb.el b/hypb.el
index 3ecc5df9b7..6f62074d1d 100644
--- a/hypb.el
+++ b/hypb.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     6-Oct-91 at 03:42:38
 ;; Last-Mod:     29-Jan-23 at 10:30:14 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hyperbole.el b/hyperbole.el
index 48a9c416cf..36fa5f52cf 100644
--- a/hyperbole.el
+++ b/hyperbole.el
@@ -1,5 +1,7 @@
 ;;; hyperbole.el --- GNU Hyperbole: The Everyday Hypertextual Information 
Manager  -*- lexical-binding: t; -*-
 
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1992-2022  Free Software Foundation, Inc.
 
 ;; Author:           Bob Weiner
diff --git a/hyrolo-demo.el b/hyrolo-demo.el
index 8b7a2f3b00..3cf72ff26e 100644
--- a/hyrolo-demo.el
+++ b/hyrolo-demo.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     4-Nov-17 at 13:56:47
 ;; Last-Mod:      7-Oct-22 at 00:16:24 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2017-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hyrolo-logic.el b/hyrolo-logic.el
index 3034d45959..412acf95d9 100644
--- a/hyrolo-logic.el
+++ b/hyrolo-logic.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    13-Jun-89 at 22:57:33
 ;; Last-Mod:     24-Oct-22 at 22:49:42 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1989-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hyrolo-menu.el b/hyrolo-menu.el
index 6f17e7f91d..e67da07111 100644
--- a/hyrolo-menu.el
+++ b/hyrolo-menu.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    28-Oct-94 at 10:59:44
 ;; Last-Mod:     18-Apr-22 at 00:29:31 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1994-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hyrolo.el b/hyrolo.el
index 5121607e22..7054fc4232 100644
--- a/hyrolo.el
+++ b/hyrolo.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     7-Jun-89 at 22:08:29
 ;; Last-Mod:     15-Jan-23 at 16:55:37 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/hywconfig.el b/hywconfig.el
index cfda781e90..0d0e2b5a06 100644
--- a/hywconfig.el
+++ b/hywconfig.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    15-Mar-89
 ;; Last-Mod:     20-Jan-23 at 22:20:55 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1989-2022  Free Software Foundation, Inc.
 ;; See the "../HY-COPY" file for license information.
 ;;
diff --git a/kotl/kcell.el b/kotl/kcell.el
index 0a84ff4e5b..74cce9f417 100644
--- a/kotl/kcell.el
+++ b/kotl/kcell.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     1-May-93
 ;; Last-Mod:      1-Oct-22 at 15:11:43 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1993-2022  Free Software Foundation, Inc.
 ;; See the "../HY-COPY" file for license information.
 ;;
diff --git a/kotl/kexport.el b/kotl/kexport.el
index fc109c4a16..14216f2b58 100644
--- a/kotl/kexport.el
+++ b/kotl/kexport.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    26-Feb-98
 ;; Last-Mod:     28-Jan-23 at 23:11:25 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1998-2022  Free Software Foundation, Inc.
 ;; See the "../HY-COPY" file for license information.
 ;;
diff --git a/kotl/kfile.el b/kotl/kfile.el
index 69359da5a9..90c0c9a081 100644
--- a/kotl/kfile.el
+++ b/kotl/kfile.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    10/31/93
 ;; Last-Mod:     22-Jul-22 at 15:17:31 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1993-2022  Free Software Foundation, Inc.
 ;; See the "../HY-COPY" file for license information.
 ;;
diff --git a/kotl/kfill.el b/kotl/kfill.el
index 249a4d9cd5..f1bc6feb9e 100644
--- a/kotl/kfill.el
+++ b/kotl/kfill.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    23-Jan-94
 ;; Last-Mod:      4-Jul-22 at 23:34:12 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1994-2021  Free Software Foundation, Inc.
 ;; See the "../HY-COPY" file for license information.
 ;;
diff --git a/kotl/kimport.el b/kotl/kimport.el
index 4079ab9b54..f6e82fe64d 100644
--- a/kotl/kimport.el
+++ b/kotl/kimport.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    15-Nov-93 at 11:57:05
 ;; Last-Mod:      4-Feb-23 at 15:14:30 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1993-2022  Free Software Foundation, Inc.
 ;; See the "../HY-COPY" file for license information.
 ;;
diff --git a/kotl/klabel.el b/kotl/klabel.el
index 9e94ae89dc..3d63d12f3f 100644
--- a/kotl/klabel.el
+++ b/kotl/klabel.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    17-Apr-94
 ;; Last-Mod:     18-Jul-22 at 21:58:23 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1994-2022  Free Software Foundation, Inc.
 ;; See the "../HY-COPY" file for license information.
 ;;
diff --git a/kotl/klink.el b/kotl/klink.el
index 689610c587..c93833dc53 100644
--- a/kotl/klink.el
+++ b/kotl/klink.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    15-Nov-93 at 12:15:16
 ;; Last-Mod:     12-Oct-22 at 21:21:34 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1993-2022  Free Software Foundation, Inc.
 ;; See the "../HY-COPY" file for license information.
 ;;
diff --git a/kotl/kmenu.el b/kotl/kmenu.el
index 1cbd0f4df4..c0eee091f4 100644
--- a/kotl/kmenu.el
+++ b/kotl/kmenu.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    28-Mar-94 at 11:22:09
 ;; Last-Mod:     17-Apr-22 at 23:51:03 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1994-2022  Free Software Foundation, Inc.
 ;; See the "../HY-COPY" file for license information.
 ;;
diff --git a/kotl/kotl-mode.el b/kotl/kotl-mode.el
index 8d1077d473..eb3982c1a2 100644
--- a/kotl/kotl-mode.el
+++ b/kotl/kotl-mode.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    6/30/93
 ;; Last-Mod:     16-Oct-22 at 19:29:20 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1993-2022  Free Software Foundation, Inc.
 ;; See the "../HY-COPY" file for license information.
 ;;
diff --git a/kotl/kotl-orgtbl.el b/kotl/kotl-orgtbl.el
index aee4d70fed..57085619e4 100644
--- a/kotl/kotl-orgtbl.el
+++ b/kotl/kotl-orgtbl.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    10/18/2020
 ;; Last-Mod:     24-Jan-22 at 00:25:29 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2020-2021  Free Software Foundation, Inc.
 ;; See the "../HY-COPY" file for license information.
 ;;
diff --git a/kotl/kproperty.el b/kotl/kproperty.el
index 2f4d491baf..dd171f00ae 100644
--- a/kotl/kproperty.el
+++ b/kotl/kproperty.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    7/27/93
 ;; Last-Mod:     16-Oct-22 at 10:01:41 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1993-2021  Free Software Foundation, Inc.
 ;; See the "../HY-COPY" file for license information.
 ;;
diff --git a/kotl/kview.el b/kotl/kview.el
index b08b6e9c07..e96e01efc1 100644
--- a/kotl/kview.el
+++ b/kotl/kview.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    6/30/93
 ;; Last-Mod:     16-Oct-22 at 18:32:03 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1993-2022  Free Software Foundation, Inc.
 ;; See the "../HY-COPY" file for license information.
 ;;
diff --git a/kotl/kvspec.el b/kotl/kvspec.el
index 31864dfa34..77985368f1 100644
--- a/kotl/kvspec.el
+++ b/kotl/kvspec.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    21-Oct-95 at 15:17:07
 ;; Last-Mod:     18-Jul-22 at 21:57:01 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1995-2022  Free Software Foundation, Inc.
 ;; See the "../HY-COPY" file for license information.
 ;;
diff --git a/set.el b/set.el
index e3daca9990..e971fc769c 100644
--- a/set.el
+++ b/set.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    26-Sep-91 at 19:24:19
 ;; Last-Mod:      6-Aug-22 at 23:23:08 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 1991-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/demo-tests.el b/test/demo-tests.el
index 71dec4e1fd..6ecd0592a8 100644
--- a/test/demo-tests.el
+++ b/test/demo-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    30-Jan-21 at 12:00:00
 ;; Last-Mod:      6-Nov-22 at 12:23:00 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/hactypes-tests.el b/test/hactypes-tests.el
index fb7738b009..e23980e11c 100644
--- a/test/hactypes-tests.el
+++ b/test/hactypes-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    30-Jan-21 at 12:00:00
 ;; Last-Mod:      6-Feb-22 at 00:56:35 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/hargs-tests.el b/test/hargs-tests.el
index 5f7dac31f6..c457a25783 100644
--- a/test/hargs-tests.el
+++ b/test/hargs-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    04-Feb-22 at 23:00:00
 ;; Last-Mod:     04-Feb-22 at 23:00:00 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/hbut-tests.el b/test/hbut-tests.el
index 25d703ca99..06e165258f 100644
--- a/test/hbut-tests.el
+++ b/test/hbut-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    30-may-21 at 09:33:00
 ;; Last-Mod:     23-Jul-22 at 20:04:45 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/hib-kbd-tests.el b/test/hib-kbd-tests.el
index bca9e0d56f..d3a3a49c41 100644
--- a/test/hib-kbd-tests.el
+++ b/test/hib-kbd-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    30-Jan-21 at 12:00:00
 ;; Last-Mod:     26-Mar-22 at 11:25:43 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/hib-social-tests.el b/test/hib-social-tests.el
index fe95e60e48..6bb1d72f56 100644
--- a/test/hib-social-tests.el
+++ b/test/hib-social-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    20-Feb-21 at 23:24:00
 ;; Last-Mod:     24-Jan-22 at 00:38:39 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/hibtypes-tests.el b/test/hibtypes-tests.el
index 75fd0da7ad..8ff0b0b9c6 100644
--- a/test/hibtypes-tests.el
+++ b/test/hibtypes-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    20-Feb-21 at 23:45:00
 ;; Last-Mod:     12-Feb-22 at 13:33:53 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
@@ -215,7 +217,7 @@
 (ert-deftest ibtypes::ctags-vgrind-test ()
   (unwind-protect
       (with-temp-buffer
-        (insert "hy-test-helpers:consume-input-events hy-test-helpers.el 23\n")
+        (insert "hy-test-helpers:consume-input-events hy-test-helpers.el 25\n")
         (goto-char (point-min))
         (forward-char 4)
         (let ((default-directory (expand-file-name "test" hyperb:dir)))
@@ -231,7 +233,7 @@
       (with-temp-buffer
         (insert "\n")
         (insert "hy-test-helpers.el,237\n")
-        (insert "(defun hy-test-helpers:consume-input-events 23,518\n")
+        (insert "(defun hy-test-helpers:consume-input-events 25,518\n")
         (rename-buffer (concat "TAGS" (buffer-name)))
         (goto-char (point-min))
         (forward-line 2)
diff --git a/test/hmouse-drv-tests.el b/test/hmouse-drv-tests.el
index c21313a07c..721248ddc9 100644
--- a/test/hmouse-drv-tests.el
+++ b/test/hmouse-drv-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    28-Feb-21 at 22:52:00
 ;; Last-Mod:     22-May-22 at 11:13:48 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
@@ -374,7 +376,7 @@
 (ert-deftest hbut-ctags-vgrind-test ()
   (unwind-protect
       (with-temp-buffer
-        (insert "hy-test-helpers:consume-input-events hy-test-helpers.el 23\n")
+        (insert "hy-test-helpers:consume-input-events hy-test-helpers.el 25\n")
         (goto-char (point-min))
         (forward-char 4)
         (let ((default-directory (expand-file-name "test" hyperb:dir)))
@@ -390,7 +392,7 @@
       (with-temp-buffer
         (insert "\n")
         (insert "hy-test-helpers.el,237\n")
-        (insert "(defun hy-test-helpers:consume-input-events 23,518\n")
+        (insert "(defun hy-test-helpers:consume-input-events 25,518\n")
         (rename-buffer (concat "TAGS" (buffer-name)))
         (goto-char (point-min))
         (forward-line 2)
diff --git a/test/hmouse-info-tests.el b/test/hmouse-info-tests.el
index 38a1419cd3..4f0fd90ef2 100644
--- a/test/hmouse-info-tests.el
+++ b/test/hmouse-info-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    29-Dec-21 at 09:02:00
 ;; Last-Mod:     22-May-22 at 11:11:53 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/hpath-tests.el b/test/hpath-tests.el
index 3e6d3de2ad..75672f9459 100644
--- a/test/hpath-tests.el
+++ b/test/hpath-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    28-Feb-21 at 23:26:00
 ;; Last-Mod:     12-Sep-22 at 22:11:14 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/hsys-org-tests.el b/test/hsys-org-tests.el
index 685554c900..c485e7f0ab 100644
--- a/test/hsys-org-tests.el
+++ b/test/hsys-org-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    23-Apr-21 at 20:55:00
 ;; Last-Mod:      3-Dec-22 at 00:12:39 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/hui-register-tests.el b/test/hui-register-tests.el
index ac576cc70f..0cc4cf3d66 100644
--- a/test/hui-register-tests.el
+++ b/test/hui-register-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    10-Sep-22 at 20:43:17
 ;; Last-Mod:      2-Oct-22 at 11:21:13 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/hui-select-tests.el b/test/hui-select-tests.el
index 93d30636e7..7fdde5f21d 100644
--- a/test/hui-select-tests.el
+++ b/test/hui-select-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    14-Apr-22 at 23:45:52
 ;; Last-Mod:     11-Jul-22 at 23:29:45 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021  Free Software Foundation, Inc.
 ;; See the "../HY-COPY" file for license information.
 ;;
diff --git a/test/hui-tests.el b/test/hui-tests.el
index 41b7484978..3eda87dd87 100644
--- a/test/hui-tests.el
+++ b/test/hui-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    30-Jan-21 at 12:00:00
 ;; Last-Mod:      1-Jan-23 at 22:36:28 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/hy-test-dependencies.el b/test/hy-test-dependencies.el
index 9d65d3eb9f..10d1dcaaca 100644
--- a/test/hy-test-dependencies.el
+++ b/test/hy-test-dependencies.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    20-Feb-21 at 23:16:00
 ;; Last-Mod:     23-Jul-22 at 18:37:43 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/hy-test-helpers.el b/test/hy-test-helpers.el
index 0b7d5965cb..f0a5a9beff 100644
--- a/test/hy-test-helpers.el
+++ b/test/hy-test-helpers.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    30-Jan-21 at 12:00:00
 ;; Last-Mod:     23-Jul-22 at 18:39:05 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/hypb-tests.el b/test/hypb-tests.el
index 1c0de33404..9fe934b9fd 100644
--- a/test/hypb-tests.el
+++ b/test/hypb-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     5-Apr-21 at 18:53:10
 ;; Last-Mod:     15-Jul-22 at 23:26:35 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/hyperbole-tests.el b/test/hyperbole-tests.el
index d558165aed..02874bc2dd 100644
--- a/test/hyperbole-tests.el
+++ b/test/hyperbole-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     8-Jan-22 at 23:40:00
 ;; Last-Mod:     24-Jan-22 at 00:41:15 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/hyrolo-tests.el b/test/hyrolo-tests.el
index d5109a273d..65a0e5ba3d 100644
--- a/test/hyrolo-tests.el
+++ b/test/hyrolo-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    19-Jun-21 at 22:42:00
 ;; Last-Mod:     24-Sep-22 at 12:27:35 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/kcell-tests.el b/test/kcell-tests.el
index cd4e1cfcde..0e560df25e 100644
--- a/test/kcell-tests.el
+++ b/test/kcell-tests.el
@@ -9,6 +9,8 @@
 ;; orig-date:    16-Feb-22 at 23:28:49
 ;; last-mod:     18-Feb-22 at 19:03:54 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021  Free Software Foundation, Inc.
 ;; Licensed under the GNU General Public License, version 3.
 ;;
diff --git a/test/kexport-tests.el b/test/kexport-tests.el
index 9b281a4a9e..a375ff6b8b 100644
--- a/test/kexport-tests.el
+++ b/test/kexport-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    10-Oct-21 at 17:30:00
 ;; Last-Mod:     22-May-22 at 10:57:14 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/kotl-mode-tests.el b/test/kotl-mode-tests.el
index 68850ef089..766d63e2bc 100644
--- a/test/kotl-mode-tests.el
+++ b/test/kotl-mode-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    18-May-21 at 22:14:10
 ;; Last-Mod:     18-Apr-22 at 22:40:33 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/kotl-orgtbl-tests.el b/test/kotl-orgtbl-tests.el
index f23fe27562..ee319bf990 100644
--- a/test/kotl-orgtbl-tests.el
+++ b/test/kotl-orgtbl-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:     2-Nov-21 at 17:04:30
 ;; Last-Mod:      1-Mar-22 at 23:24:01 by Mats Lidell
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
diff --git a/test/smart-org-tests.el b/test/smart-org-tests.el
index 8a1f135d55..9f1c6c2601 100644
--- a/test/smart-org-tests.el
+++ b/test/smart-org-tests.el
@@ -5,6 +5,8 @@
 ;; Orig-Date:    23-Apr-21 at 22:21:00
 ;; Last-Mod:     22-May-22 at 15:04:44 by Bob Weiner
 ;;
+;; SPDX-License-Identifier: GPL-3.0-or-later
+;;
 ;; Copyright (C) 2021-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;



reply via email to

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