branch: externals/matlab-mode
commit 803de61cb2b0da7408969750856df8d3c297daa8
Author: John Ciolfi <john.ciolfi...@gmail.com>
Commit: John Ciolfi <john.ciolfi...@gmail.com>

    Re-add the unncessary (C) in copyright lines
    
    We'll use the Emacs convention of
    
    Copyright (C) <Year> Free Software Foundation, Inc.
    
    or
    
    Copyright (C) <StartYear-EndYear> Free Software Foundation, Inc.
    
    Legally, the (C) is unnecessary and is like writing
    "Copyright Copyright ..."
---
 Makefile                                             |  2 +-
 NEWS.org                                             |  2 +-
 README.org                                           |  2 +-
 bin/matlab-emacsclient.sh                            |  2 +-
 company-matlab-shell.el                              |  2 +-
 contributing/.dir-locals.el                          |  2 +-
 contributing/CONTRIBUTING.org                        | 13 +++++++------
 contributing/DEBUGGING.org                           |  2 +-
 contributing/MELPA-ELPA.org                          |  4 ++--
 contributing/genBuiltinsHashTable.m                  |  2 +-
 contributing/install-emacs-matlab-from-git.org       |  2 +-
 contributing/matlab-maint.el                         |  2 +-
 contributing/treesit-mode-how-to.org                 |  2 +-
 contributing/wsl_debian_setup.org                    |  2 +-
 doc/.dir-locals.el                                   |  2 +-
 doc/faq.org                                          |  2 +-
 doc/install-matlab-tree-sitter-grammar.org           |  2 +-
 doc/matlab-and-abbrev-mode.org                       |  2 +-
 doc/matlab-code-sections.org                         |  2 +-
 doc/matlab-imenu.org                                 |  2 +-
 doc/matlab-language-server-lsp-mode.org              |  2 +-
 doc/matlab-mode-on-windows.org                       |  2 +-
 doc/matlab-netshell-for-windows.org                  |  2 +-
 doc/matlab-shell-for-unix.org                        |  2 +-
 doc/remote-matlab-shell.org                          |  2 +-
 examples/matlab-and-org-mode/css/styles-from-org.css |  2 +-
 examples/matlab-and-org-mode/css/styles.css          |  2 +-
 examples/matlab-and-org-mode/matlab-and-org-mode.org |  2 +-
 linemark.el                                          |  2 +-
 matlab--access.el                                    |  2 +-
 matlab-ccount.el                                     |  2 +-
 matlab-cgen.el                                       |  2 +-
 matlab-compat.el                                     |  2 +-
 matlab-complete.el                                   |  2 +-
 matlab-is-matlab-file.el                             |  2 +-
 matlab-mode.el                                       |  2 +-
 matlab-netshell.el                                   |  2 +-
 matlab-org.el                                        |  2 +-
 matlab-scan.el                                       |  2 +-
 matlab-sections.el                                   |  2 +-
 matlab-shell-gud.el                                  |  2 +-
 matlab-shell.el                                      |  2 +-
 matlab-syntax.el                                     |  2 +-
 matlab-topic.el                                      |  2 +-
 matlab-ts-mode--builtins.el                          |  2 +-
 matlab-ts-mode.el                                    |  2 +-
 matlab.el                                            |  2 +-
 mlgud.el                                             |  2 +-
 mlint.el                                             |  2 +-
 semantic-matlab.el                                   |  2 +-
 semanticdb-matlab.el                                 |  2 +-
 tests/+eltest/+utils/testme.m                        |  2 +-
 tests/+eltest/@EmacsTest/EmacsTest.m                 |  2 +-
 tests/.dir-locals.el                                 |  2 +-
 tests/Makefile                                       |  2 +-
 tests/blocks.m                                       |  2 +-
 tests/buggy.m                                        |  2 +-
 tests/cellscript.m                                   |  2 +-
 tests/complete.m                                     |  2 +-
 tests/continuations.m                                |  2 +-
 tests/dbtester.m                                     |  2 +-
 tests/errexamples.shell.m                            |  2 +-
 tests/expressions.m                                  |  2 +-
 tests/fontlock.m                                     |  2 +-
 tests/indents.m                                      |  2 +-
 tests/mclass.m                                       |  2 +-
 tests/mclass_cont.m                                  |  2 +-
 tests/metest-font-lock-test2.el                      |  2 +-
 tests/metest-imenu-tlc.el                            |  2 +-
 tests/metest-imenu.el                                |  2 +-
 tests/metest-indent-test2.el                         |  2 +-
 tests/metest.el                                      |  2 +-
 tests/metest.sh                                      |  2 +-
 tests/mfuncends.m                                    |  2 +-
 tests/mfuncnoend.m                                   |  2 +-
 tests/mfuncnoendblock.m                              |  2 +-
 tests/mfuncnoendindent.m                             |  2 +-
 tests/mfuncnofuncindent.m                            |  2 +-
 tests/mfuncspacey.m                                  |  3 ++-
 tests/mpclass.m                                      |  2 +-
 tests/mstest-completions.el                          |  2 +-
 tests/mstest-sections.el                             |  2 +-
 tests/mstest.el                                      |  2 +-
 tests/stringtest.m                                   |  2 +-
 tests/sweep-test-matlab-ts-grammar.el                |  2 +-
 tests/sweep-test-matlab-ts-mode-indent.el            |  2 +-
 tests/syntaxerr.m                                    |  2 +-
 tests/t-utils.el                                     |  2 +-
 tests/test-matlab-is-matlab-file.el                  |  2 +-
 tests/test-matlab-ts-mode-comments.el                |  2 +-
 tests/test-matlab-ts-mode-electric-ends.el           |  2 +-
 tests/test-matlab-ts-mode-electric-pair.el           |  2 +-
 tests/test-matlab-ts-mode-file-encoding.el           |  2 +-
 tests/test-matlab-ts-mode-fill-paragraph.el          |  2 +-
 tests/test-matlab-ts-mode-font-lock.el               |  2 +-
 tests/test-matlab-ts-mode-imenu.el                   |  2 +-
 tests/test-matlab-ts-mode-indent-xr.el               |  2 +-
 tests/test-matlab-ts-mode-indent.el                  |  2 +-
 tests/test-matlab-ts-mode-mfile-type.el              |  2 +-
 tests/test-matlab-ts-mode-movement.el                |  2 +-
 tests/test-matlab-ts-mode-on-save-fixes.el           |  2 +-
 tests/test-matlab-ts-mode-outline.el                 |  2 +-
 tests/test-matlab-ts-mode-page.el                    |  2 +-
 tests/test-matlab-ts-mode-parser.el                  |  2 +-
 tests/test-matlab-ts-mode-show-paren.el              |  2 +-
 tests/test-matlab-ts-mode-syntax-table.el            |  2 +-
 tests/test-matlab-ts-mode-thing-settings.el          |  2 +-
 tests/test-matlab-ts-mode-treesit-defun-name.el      |  2 +-
 tests/test-matlab-ts-mode-view-parse-errors.el       |  2 +-
 tests/test-package-version.el                        |  2 +-
 tests/testeeval.m                                    |  2 +-
 tlc.el                                               |  2 +-
 toolbox/+emacs/@Breakpoints/Breakpoints.m            |  2 +-
 toolbox/+emacs/@EmacsServer/EmacsServer.m            |  2 +-
 toolbox/+emacs/@Stack/Stack.m                        |  2 +-
 toolbox/+emacs/set.m                                 |  2 +-
 toolbox/dbhotlink.m                                  |  2 +-
 toolbox/ebclear.m                                    |  2 +-
 toolbox/ebstack.m                                    |  2 +-
 toolbox/ebstatus.m                                   |  2 +-
 toolbox/ebstop.m                                     |  2 +-
 toolbox/emacscd.m                                    |  2 +-
 toolbox/emacsdocomplete.m                            |  2 +-
 toolbox/emacsinit.m                                  |  2 +-
 toolbox/emacsnetshell.m                              |  2 +-
 toolbox/emacsrun.m                                   |  2 +-
 toolbox/emacsrunregion.m                             |  2 +-
 toolbox/emacsstripremote.m                           |  2 +-
 toolbox/emacstipstring.m                             |  2 +-
 toolbox/help.m                                       |  2 +-
 toolbox/opentoline.m                                 |  2 +-
 131 files changed, 139 insertions(+), 137 deletions(-)

diff --git a/Makefile b/Makefile
index d0fc2d48cd..3acf9cf9d0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2024 Free Software Foundation, Inc.
+# Copyright (C) 2024 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/NEWS.org b/NEWS.org
index 0cfd85e81b..8596bce8cc 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,7 +1,7 @@
 #+startup: showall
 #+options: toc:nil
 
-# Copyright 2025 Free Software Foundation, Inc.
+# Copyright (C) 2025 Free Software Foundation, Inc.
 
 * Release 7.0.1 Sep 13, 2025
 
diff --git a/README.org b/README.org
index a994cb4976..ec482916c5 100644
--- a/README.org
+++ b/README.org
@@ -1,7 +1,7 @@
 #+startup: showall
 #+options: toc:nil
 
-# Copyright 2016-2025 Free Software Foundation, Inc.
+# Copyright (C) 2016-2025 Free Software Foundation, Inc.
 
 * Emacs MATLAB-mode
 
diff --git a/bin/matlab-emacsclient.sh b/bin/matlab-emacsclient.sh
index 1d82aeeebd..bd2f159ea8 100755
--- a/bin/matlab-emacsclient.sh
+++ b/bin/matlab-emacsclient.sh
@@ -15,7 +15,7 @@
 #   checkMacApp(applicationName, 'emacs') of edit.m to return false, therefore 
cannot use
 #   emacsclient.sh and therefore use matlab-emacsclient.sh
 
-# Copyright 2020-2025 Free Software Foundation Inc.
+# Copyright (C) 2020-2025 Free Software Foundation Inc.
 #
 # 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
diff --git a/company-matlab-shell.el b/company-matlab-shell.el
index b208a3d901..366dd9b626 100644
--- a/company-matlab-shell.el
+++ b/company-matlab-shell.el
@@ -2,7 +2,7 @@
 
 ;; Author: Eric Ludlam <za...@gnu.org>, David Engster  <deng...@eml.cc>
 
-;; Copyright 2009-2024 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2024 Free Software Foundation, Inc.
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License
diff --git a/contributing/.dir-locals.el b/contributing/.dir-locals.el
index 9fe995b1c5..5e9ac999fe 100644
--- a/contributing/.dir-locals.el
+++ b/contributing/.dir-locals.el
@@ -2,7 +2,7 @@
 
 ;; Author: John Ciolfi <cio...@mathworks.com>
 
-;; Copyright 2024 Free Software Foundation Inc.
+;; Copyright (C) 2024 Free Software Foundation Inc.
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/contributing/CONTRIBUTING.org b/contributing/CONTRIBUTING.org
index 16e67e5415..ec70628e37 100644
--- a/contributing/CONTRIBUTING.org
+++ b/contributing/CONTRIBUTING.org
@@ -1,7 +1,7 @@
 #+startup: showall
 #+options: toc:nil
 
-# Copyright 2025 Free Software Foundation, Inc.
+# Copyright (C) 2025 Free Software Foundation, Inc.
 
 * Contributing
 
@@ -79,11 +79,12 @@ haven't gotten to yet!
 
 4. Copyrights and license notification. See 
https://www.gnu.org/licenses/gpl-howto.en.html.
 
-   Copyrights are of the form: "Copyright /Year/ Free Software Foundation, 
Inc." or when work is
-   done over multiple years, "Copyright /StartYear-EndYear/ Free Software 
Foundation, Inc.". Do not
-   use "(c)" characters which is a abbreviation for copyright. Writing 
"Copyright (c) ..." is like
-   writing "Copyright Copyright ...". See 
https://www.copyright.gov/circs/circ03.pdf.  After the
-   copyright, in source code files, there should be a license notification.
+   Copyrights are of the form: "Copyright (C) /Year/ Free Software Foundation, 
Inc." or when work is
+   done over multiple years, "Copyright (C) /StartYear-EndYear/ Free Software 
Foundation, Inc.".
+   Note we add the extra "(C)" characters becuase this is an Emacs convention. 
The extra characters
+   are not required and is like writing "Copyright Copyright ...". See
+   https://www.copyright.gov/circs/circ03.pdf.  After the copyright, in source 
code files, there
+   should be a license notification.
 
    - If a copyright exists, increment the end year as needed. The start year 
should remian the
      unchanged.
diff --git a/contributing/DEBUGGING.org b/contributing/DEBUGGING.org
index 979888f13c..c16cd20da9 100644
--- a/contributing/DEBUGGING.org
+++ b/contributing/DEBUGGING.org
@@ -1,7 +1,7 @@
 #+startup: showall
 #+options: toc:nil
 
-# Copyright 2024-2025 Free Software Foundation, Inc.
+# Copyright (C) 2024-2025 Free Software Foundation, Inc.
 
 * Running bare Emacs with matlab-mode
 
diff --git a/contributing/MELPA-ELPA.org b/contributing/MELPA-ELPA.org
index 036d59d8f8..e6620ad4a8 100644
--- a/contributing/MELPA-ELPA.org
+++ b/contributing/MELPA-ELPA.org
@@ -49,7 +49,7 @@ Relevant lines:
 #+begin_src
 ;;; matlab.el --- major mode for MATLAB(R) dot-m files -*- lexical-binding: t 
-*-
 
-;; Copyright 1991-2025 Free Software Foundation, Inc.
+;; Copyright (C) 1991-2025 Free Software Foundation, Inc.
 
 ;; Version: 6.3
 #+end_src
@@ -58,7 +58,7 @@ It is also prudent to update the header in `matlab-mode.el`:
 #+begin_src
 ;;; matlab-mode.el --- Major mode for MATLAB(R) dot-m files -*- 
lexical-binding: t -*-
 
-;; Copyright 2024 Free Software Foundation, Inc.
+;; Copyright (C) 2024 Free Software Foundation, Inc.
 
 ;; Version: 6.3
 ;; URL: https://github.com/mathworks/Emacs-MATLAB-Mode
diff --git a/contributing/genBuiltinsHashTable.m 
b/contributing/genBuiltinsHashTable.m
index 225e839ebe..28e8ce5526 100644
--- a/contributing/genBuiltinsHashTable.m
+++ b/contributing/genBuiltinsHashTable.m
@@ -1,6 +1,6 @@
 % -*- matlab-ts -*-
 %
-% Copyright 2025 Free Software Foundation, Inc.
+% Copyright (C) 2025 Free Software Foundation, Inc.
 %
 % 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
diff --git a/contributing/install-emacs-matlab-from-git.org 
b/contributing/install-emacs-matlab-from-git.org
index 709e86071d..e6d5d5bf26 100644
--- a/contributing/install-emacs-matlab-from-git.org
+++ b/contributing/install-emacs-matlab-from-git.org
@@ -1,4 +1,4 @@
-# | Copyright 2025 Free Software Foundation, Inc.
+# | Copyright (C) 2025 Free Software Foundation, Inc.
 # |
 # | 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
diff --git a/contributing/matlab-maint.el b/contributing/matlab-maint.el
index 49dd5f72fd..7456b8b2df 100644
--- a/contributing/matlab-maint.el
+++ b/contributing/matlab-maint.el
@@ -2,7 +2,7 @@
 
 ;; Author: Eric Ludlam <eludlam@emacsvm>
 
-;; Copyright 2019-2024 Free Software Foundation, Inc.
+;; Copyright (C) 2019-2024 Free Software Foundation, Inc.
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/contributing/treesit-mode-how-to.org 
b/contributing/treesit-mode-how-to.org
index 72709a835c..bf4619e3e3 100644
--- a/contributing/treesit-mode-how-to.org
+++ b/contributing/treesit-mode-how-to.org
@@ -1,6 +1,6 @@
 # File: contributing/treesit-mode-how-to.org
 
-# | Copyright 2025 Free Software Foundation, Inc.
+# | Copyright (C) 2025 Free Software Foundation, Inc.
 # |
 # | 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
diff --git a/contributing/wsl_debian_setup.org 
b/contributing/wsl_debian_setup.org
index ed67a5475e..03da7f2c73 100644
--- a/contributing/wsl_debian_setup.org
+++ b/contributing/wsl_debian_setup.org
@@ -1,6 +1,6 @@
 # File: contributing/wsl_debian_setup.org
 
-# | Copyright 2025 Free Software Foundation, Inc.
+# | Copyright (C) 2025 Free Software Foundation, Inc.
 # |
 # | 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
diff --git a/doc/.dir-locals.el b/doc/.dir-locals.el
index 3564e21cab..1c1d7210b3 100644
--- a/doc/.dir-locals.el
+++ b/doc/.dir-locals.el
@@ -1,6 +1,6 @@
 ;;; doc/.dir-locals.el ---
 ;;
-;; Copyright 2025 Free Software Foundation
+;; Copyright (C) 2025 Free Software Foundation
 ;;
 ;; Author: John Ciolfi <cio...@mathworks.com>
 ;;
diff --git a/doc/faq.org b/doc/faq.org
index 61a074e7f0..52d25bef2d 100644
--- a/doc/faq.org
+++ b/doc/faq.org
@@ -3,7 +3,7 @@
 #+startup: showall
 #+options: toc:nil
 
-# Copyright 2025 Free Software Foundation, Inc.
+# Copyright (C) 2025 Free Software Foundation, Inc.
 
 * Q: How do I customize matlab-mode?
 
diff --git a/doc/install-matlab-tree-sitter-grammar.org 
b/doc/install-matlab-tree-sitter-grammar.org
index d431b97a03..068d751393 100644
--- a/doc/install-matlab-tree-sitter-grammar.org
+++ b/doc/install-matlab-tree-sitter-grammar.org
@@ -1,4 +1,4 @@
-# | Copyright 2025 Free Software Foundation, Inc.
+# | Copyright (C) 2025 Free Software Foundation, Inc.
 # |
 # | 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
diff --git a/doc/matlab-and-abbrev-mode.org b/doc/matlab-and-abbrev-mode.org
index 2bcc6ea117..aee853c619 100644
--- a/doc/matlab-and-abbrev-mode.org
+++ b/doc/matlab-and-abbrev-mode.org
@@ -1,6 +1,6 @@
 # File: doc/matlab-mode-on-windows.org
 
-# Copyright 2016-2025 Free Software Foundation, Inc.
+# Copyright (C) 2016-2025 Free Software Foundation, Inc.
 
 #+startup: showall
 #+options: toc:nil
diff --git a/doc/matlab-code-sections.org b/doc/matlab-code-sections.org
index 936bd0112b..ebc9454958 100644
--- a/doc/matlab-code-sections.org
+++ b/doc/matlab-code-sections.org
@@ -3,7 +3,7 @@
 #+startup: showall
 #+options: toc:nil
 
-# Copyright 2025 Free Software Foundation, Inc.
+# Copyright (C) 2025 Free Software Foundation, Inc.
 
 * MATLAB Code Sections in Script *.m Files
 
diff --git a/doc/matlab-imenu.org b/doc/matlab-imenu.org
index 702be9ed4e..313a38cf28 100644
--- a/doc/matlab-imenu.org
+++ b/doc/matlab-imenu.org
@@ -3,7 +3,7 @@
 #+startup: showall
 #+options: toc:nil
 
-# Copyright 2025 Free Software Foundation, Inc.
+# Copyright (C) 2025 Free Software Foundation, Inc.
 
 matlab-mode and tlc-mode provides 
[[https://www.gnu.org/software/emacs/manual/html_node/emacs/Imenu.html][imenu]] 
support which lets you jump quickly to functions in the
 current ~*.m~ file you are visiting.  Typing ~M-g i~ (or ~M-x imenu~) will 
prompt you in the
diff --git a/doc/matlab-language-server-lsp-mode.org 
b/doc/matlab-language-server-lsp-mode.org
index 42641eb165..1690e4d348 100644
--- a/doc/matlab-language-server-lsp-mode.org
+++ b/doc/matlab-language-server-lsp-mode.org
@@ -1,6 +1,6 @@
 # File: doc/remote-matlab-shell.org
 
-# | Copyright 2025 Free Software Foundation, Inc.
+# | Copyright (C) 2025 Free Software Foundation, Inc.
 # |
 # | 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
diff --git a/doc/matlab-mode-on-windows.org b/doc/matlab-mode-on-windows.org
index ceb87e25b4..4c15f301f1 100644
--- a/doc/matlab-mode-on-windows.org
+++ b/doc/matlab-mode-on-windows.org
@@ -1,6 +1,6 @@
 # File: doc/matlab-mode-on-windows.org
 
-# Copyright 2016-2025 Free Software Foundation, Inc.
+# Copyright (C) 2016-2025 Free Software Foundation, Inc.
 
 #+startup: showall
 #+options: toc:nil
diff --git a/doc/matlab-netshell-for-windows.org 
b/doc/matlab-netshell-for-windows.org
index 7195174cd9..316b197202 100644
--- a/doc/matlab-netshell-for-windows.org
+++ b/doc/matlab-netshell-for-windows.org
@@ -3,7 +3,7 @@
 #+startup: showall
 #+options: toc:nil
 
-# Copyright 2025 Free Software Foundation, Inc.
+# Copyright (C) 2025 Free Software Foundation, Inc.
 
 * Emacs MATLAB code execution on Microsoft Windows using the Emacs 
matlab-netshell package
 
diff --git a/doc/matlab-shell-for-unix.org b/doc/matlab-shell-for-unix.org
index 941ba4b975..62b86aa2b5 100644
--- a/doc/matlab-shell-for-unix.org
+++ b/doc/matlab-shell-for-unix.org
@@ -3,7 +3,7 @@
 #+startup: showall
 #+options: toc:nil
 
-# Copyright 2025 Free Software Foundation, Inc.
+# Copyright (C) 2025 Free Software Foundation, Inc.
 
 * Running MATLAB inside of Emacs on Unix (Linux or Mac)
 
diff --git a/doc/remote-matlab-shell.org b/doc/remote-matlab-shell.org
index 1979ace025..0c37c33518 100644
--- a/doc/remote-matlab-shell.org
+++ b/doc/remote-matlab-shell.org
@@ -3,7 +3,7 @@
 #+startup: showall
 #+options: toc:nil
 
-# Copyright 2016-2025 Free Software Foundation, Inc.
+# Copyright (C) 2016-2025 Free Software Foundation, Inc.
 
 * Remote M-x matlab-shell
 
diff --git a/examples/matlab-and-org-mode/css/styles-from-org.css 
b/examples/matlab-and-org-mode/css/styles-from-org.css
index 10af14e8c5..7d1351f6f2 100644
--- a/examples/matlab-and-org-mode/css/styles-from-org.css
+++ b/examples/matlab-and-org-mode/css/styles-from-org.css
@@ -1,5 +1,5 @@
 /*
- * Copyright 2024-2025 Free Software Foundation Inc.
+ * Copyright (C) 2024-2025 Free Software Foundation Inc.
  *
  * 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
diff --git a/examples/matlab-and-org-mode/css/styles.css 
b/examples/matlab-and-org-mode/css/styles.css
index baab80cef9..b221be27ef 100644
--- a/examples/matlab-and-org-mode/css/styles.css
+++ b/examples/matlab-and-org-mode/css/styles.css
@@ -1,5 +1,5 @@
 /*
- * Copyright 2024 Free Software Foundation Inc.
+ * Copyright (C) 2024 Free Software Foundation Inc.
  *
  * 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
diff --git a/examples/matlab-and-org-mode/matlab-and-org-mode.org 
b/examples/matlab-and-org-mode/matlab-and-org-mode.org
index a2c15cf4d5..cc115910ca 100644
--- a/examples/matlab-and-org-mode/matlab-and-org-mode.org
+++ b/examples/matlab-and-org-mode/matlab-and-org-mode.org
@@ -1,4 +1,4 @@
-# | Copyright 2023-2024 John Ciolfi
+# | Copyright (C) 2023-2024 John Ciolfi
 # |
 # | 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
diff --git a/linemark.el b/linemark.el
index eb9c592f8b..c2d502bf7e 100644
--- a/linemark.el
+++ b/linemark.el
@@ -5,7 +5,7 @@
 ;; Created: Dec 1999
 ;; Keywords: lisp
 
-;; Copyright 2013-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2013-2025 Free Software Foundation, Inc.
 ;;
 ;; 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
diff --git a/matlab--access.el b/matlab--access.el
index 9c813e1694..474281b772 100644
--- a/matlab--access.el
+++ b/matlab--access.el
@@ -5,7 +5,7 @@
 ;;
 ;; Author: John Ciolfi <john.ciolfi...@gmail.com>
 
-;; Copyright 2001-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2001-2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/matlab-ccount.el b/matlab-ccount.el
index 2f3c3cb936..8fe0b325a9 100644
--- a/matlab-ccount.el
+++ b/matlab-ccount.el
@@ -3,7 +3,7 @@
 
 ;; Author:  Eric Ludlam
 
-;; Copyright 2024 Free Software Foundation, Inc.
+;; Copyright (C) 2024 Free Software Foundation, Inc.
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/matlab-cgen.el b/matlab-cgen.el
index f397f9682a..c6c15963c8 100644
--- a/matlab-cgen.el
+++ b/matlab-cgen.el
@@ -2,7 +2,7 @@
 
 ;; Author: Eric Ludlam <za...@gnu.org>
 
-;; Copyright 2019-2024 Free Software Foundation, Inc.
+;; Copyright (C) 2019-2024 Free Software Foundation, Inc.
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/matlab-compat.el b/matlab-compat.el
index 5b1724cb10..1c8935fdda 100644
--- a/matlab-compat.el
+++ b/matlab-compat.el
@@ -3,7 +3,7 @@
 ;; Author: Eric Ludlam <eludlam@osboxes>
 
 
-;; Copyright 2019-2024 Free Software Foundation, Inc.
+;; Copyright (C) 2019-2024 Free Software Foundation, Inc.
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/matlab-complete.el b/matlab-complete.el
index e7cd27d568..b3615413e7 100644
--- a/matlab-complete.el
+++ b/matlab-complete.el
@@ -3,7 +3,7 @@
 
 ;; Author: Eric Ludlam <za...@gnu.org>
 
-;; Copyright 2019-2024 Free Software Foundation, Inc.
+;; Copyright (C) 2019-2024 Free Software Foundation, Inc.
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/matlab-is-matlab-file.el b/matlab-is-matlab-file.el
index 779c79add5..9059bd5229 100644
--- a/matlab-is-matlab-file.el
+++ b/matlab-is-matlab-file.el
@@ -4,7 +4,7 @@
 ;; URL: https://github.com/mathworks/Emacs-MATLAB-Mode
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 
-;; Copyright 1991-2025 Free Software Foundation, Inc.
+;; Copyright (C) 1991-2025 Free Software Foundation, Inc.
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/matlab-mode.el b/matlab-mode.el
index d353c03ca4..d1f2200ea2 100644
--- a/matlab-mode.el
+++ b/matlab-mode.el
@@ -11,7 +11,7 @@
 ;; Keywords: MATLAB(R)
 ;; Package-Requires: ((emacs "27.2"))
 
-;; Copyright 1991-2025 Free Software Foundation, Inc.
+;; Copyright (C) 1991-2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/matlab-netshell.el b/matlab-netshell.el
index 72adee3dc7..8dedd3bb39 100644
--- a/matlab-netshell.el
+++ b/matlab-netshell.el
@@ -2,7 +2,7 @@
 
 ;; Author: Eric Ludlam <za...@gnu.org>
 
-;; Copyright 2024 Free Software Foundation, Inc.
+;; Copyright (C) 2024 Free Software Foundation, Inc.
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/matlab-org.el b/matlab-org.el
index dfae16a59f..b0178884df 100644
--- a/matlab-org.el
+++ b/matlab-org.el
@@ -2,7 +2,7 @@
 
 ;; Author: John Ciolfi <john.ciolfi...@gmail.com>
 
-;; Copyright 2024-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2024-2025 Free Software Foundation, Inc.
 ;;
 ;; 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
diff --git a/matlab-scan.el b/matlab-scan.el
index ed60278aa8..2431fc6fd3 100644
--- a/matlab-scan.el
+++ b/matlab-scan.el
@@ -2,7 +2,7 @@
 
 ;; Author: elud...@mathworks.com, john.ciolfi...@gmail.com
 
-;; Copyright 2021-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2025 Free Software Foundation, Inc.
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/matlab-sections.el b/matlab-sections.el
index e9c0b8b5e2..b476cb1ad9 100644
--- a/matlab-sections.el
+++ b/matlab-sections.el
@@ -4,7 +4,7 @@
 ;; Created: 2024-05-14
 ;; Renamed: 2024-10-22
 
-;; Copyright 2024-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2024-2025 Free Software Foundation, Inc.
 ;;
 ;; 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
diff --git a/matlab-shell-gud.el b/matlab-shell-gud.el
index eb9c7a4cd8..e684c28da1 100644
--- a/matlab-shell-gud.el
+++ b/matlab-shell-gud.el
@@ -2,7 +2,7 @@
 
 ;; Author: Eric Ludlam <elud...@mathworks.com>
 
-;; Copyright 2019-2024 Free Software Foundation, Inc.
+;; Copyright (C) 2019-2024 Free Software Foundation, Inc.
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/matlab-shell.el b/matlab-shell.el
index bf55a3522e..1914668eef 100644
--- a/matlab-shell.el
+++ b/matlab-shell.el
@@ -2,7 +2,7 @@
 
 ;; Author: Eric Ludlam <za...@gnu.org>
 
-;; Copyright 2019-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2019-2025 Free Software Foundation, Inc.
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/matlab-syntax.el b/matlab-syntax.el
index ec690ff80c..2fac68107f 100644
--- a/matlab-syntax.el
+++ b/matlab-syntax.el
@@ -2,7 +2,7 @@
 
 ;; Author:  <elud...@mathworks.com>, <john.ciolfi...@gmail.com>
 
-;; Copyright 2021-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2025 Free Software Foundation, Inc.
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/matlab-topic.el b/matlab-topic.el
index 99feaab6b1..254a4ad072 100644
--- a/matlab-topic.el
+++ b/matlab-topic.el
@@ -3,7 +3,7 @@
 
 ;; Author: Eric Ludlam <za...@gnu.org>
 
-;; Copyright 2019-2024 Free Software Foundation, Inc.
+;; Copyright (C) 2019-2024 Free Software Foundation, Inc.
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/matlab-ts-mode--builtins.el b/matlab-ts-mode--builtins.el
index ccc75abcac..45b320eed3 100644
--- a/matlab-ts-mode--builtins.el
+++ b/matlab-ts-mode--builtins.el
@@ -7,7 +7,7 @@
 ;; Created: Jul-7-2025
 ;; Keywords: MATLAB
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/matlab-ts-mode.el b/matlab-ts-mode.el
index d364161105..f3ed2e258a 100644
--- a/matlab-ts-mode.el
+++ b/matlab-ts-mode.el
@@ -8,7 +8,7 @@
 ;; Created: Jul-7-2025
 ;; Keywords: MATLAB
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/matlab.el b/matlab.el
index 4fb3694830..731053ffb5 100644
--- a/matlab.el
+++ b/matlab.el
@@ -11,7 +11,7 @@
 ;; Keywords: MATLAB(R)
 ;; Package-Requires: ((emacs "27.2"))
 
-;; Copyright 1991-2025 Free Software Foundation, Inc.
+;; Copyright (C) 1991-2025 Free Software Foundation, Inc.
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/mlgud.el b/mlgud.el
index e279ac649a..06fa084e0b 100644
--- a/mlgud.el
+++ b/mlgud.el
@@ -1,6 +1,6 @@
 ;;; mlgud.el --- parts of gud.el for matlab-shell -*- lexical-binding: t -*-
 
-;; Copyright 1992-2025 Free Software Foundation, Inc.
+;; Copyright (C) 1992-2025 Free Software Foundation, Inc.
 ;;
 ;; 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
diff --git a/mlint.el b/mlint.el
index 37f34c0330..238dc03dd4 100644
--- a/mlint.el
+++ b/mlint.el
@@ -4,7 +4,7 @@
 ;; Maintainer: Eric M. Ludlam <elud...@mathworks.com>
 ;; Created: June 25, 2002
 
-;; Copyright 2002-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2002-2025 Free Software Foundation, Inc.
 ;;
 ;; 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
diff --git a/semantic-matlab.el b/semantic-matlab.el
index eb8ed28190..30a775347e 100644
--- a/semantic-matlab.el
+++ b/semantic-matlab.el
@@ -2,7 +2,7 @@
 
 ;; Author: Eric M. Ludlam <elud...@mathworks.com>
 
-;; Copyright 2008-2024 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2024 Free Software Foundation, Inc.
 ;;
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/semanticdb-matlab.el b/semanticdb-matlab.el
index dd6d3d0364..7b539daa3c 100644
--- a/semanticdb-matlab.el
+++ b/semanticdb-matlab.el
@@ -2,7 +2,7 @@
 
 ;; Author: David Engster <deng...@eml.cc>
 
-;; Copyright 2008-2024 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2024 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/+eltest/+utils/testme.m b/tests/+eltest/+utils/testme.m
index 2fdf6f0cef..3e13744744 100644
--- a/tests/+eltest/+utils/testme.m
+++ b/tests/+eltest/+utils/testme.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation Inc.
+% Copyright (C) 2019-2025 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/+eltest/@EmacsTest/EmacsTest.m 
b/tests/+eltest/@EmacsTest/EmacsTest.m
index 8e5cc805c8..7cb87f2f22 100644
--- a/tests/+eltest/@EmacsTest/EmacsTest.m
+++ b/tests/+eltest/@EmacsTest/EmacsTest.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2024 Free Software Foundation Inc.
+% Copyright (C) 2019-2024 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/.dir-locals.el b/tests/.dir-locals.el
index 2b09f7a735..a74247eb80 100644
--- a/tests/.dir-locals.el
+++ b/tests/.dir-locals.el
@@ -2,7 +2,7 @@
 
 ;; Author: John Ciolfi <cio...@mathworks.com>
 
-;; Copyright 2024-2025 Free Software Foundation Inc.
+;; Copyright (C) 2024-2025 Free Software Foundation Inc.
 ;;
 ;; 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
diff --git a/tests/Makefile b/tests/Makefile
index 962ad6f343..39571ed08f 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2024 Free Software Foundation, Inc.
+# Copyright (C) 2024 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
diff --git a/tests/blocks.m b/tests/blocks.m
index 59a260b40f..d6f9445c3f 100644
--- a/tests/blocks.m
+++ b/tests/blocks.m
@@ -1,4 +1,4 @@
-% Copyright 2021-2025 Free Software Foundation Inc.
+% Copyright (C) 2021-2025 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/buggy.m b/tests/buggy.m
index 239d17ab7c..2e42b2d4c4 100644
--- a/tests/buggy.m
+++ b/tests/buggy.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation Inc.
+% Copyright (C) 2019-2025 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/cellscript.m b/tests/cellscript.m
index 61bbfcf4c2..ebefa0ca2a 100644
--- a/tests/cellscript.m
+++ b/tests/cellscript.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2024 Free Software Foundation Inc.
+% Copyright (C) 2019-2024 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/complete.m b/tests/complete.m
index d6082b2d53..d411d1deda 100644
--- a/tests/complete.m
+++ b/tests/complete.m
@@ -1,4 +1,4 @@
-% Copyright 2024  Free Software Foundation Inc.
+% Copyright (C) 2024  Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/continuations.m b/tests/continuations.m
index d3df09d7ca..be9e58ad89 100644
--- a/tests/continuations.m
+++ b/tests/continuations.m
@@ -1,4 +1,4 @@
-% Copyright 2021-2025 Free Software Foundation Inc.
+% Copyright (C) 2021-2025 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/dbtester.m b/tests/dbtester.m
index d922605163..e1378bc189 100644
--- a/tests/dbtester.m
+++ b/tests/dbtester.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation Inc.
+% Copyright (C) 2019-2025 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/errexamples.shell.m b/tests/errexamples.shell.m
index 70db2442e3..e7859b3640 100644
--- a/tests/errexamples.shell.m
+++ b/tests/errexamples.shell.m
@@ -1,6 +1,6 @@
 % -*- matlab -*-
 
-% Copyright 2019-2025 Free Software Foundation Inc.
+% Copyright (C) 2019-2025 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/expressions.m b/tests/expressions.m
index 99978e392f..5a97de55b4 100644
--- a/tests/expressions.m
+++ b/tests/expressions.m
@@ -1,4 +1,4 @@
-% Copyright 2024-205 Free Software Foundation Inc.
+% Copyright (C) 2024-205 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/fontlock.m b/tests/fontlock.m
index 285a17d034..ab8694ba1c 100644
--- a/tests/fontlock.m
+++ b/tests/fontlock.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation Inc.
+% Copyright (C) 2019-2025 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/indents.m b/tests/indents.m
index c0c8c0af6e..68684c2bd8 100644
--- a/tests/indents.m
+++ b/tests/indents.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation Inc.
+% Copyright (C) 2019-2025 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/mclass.m b/tests/mclass.m
index 03baca261e..6d98eb961f 100644
--- a/tests/mclass.m
+++ b/tests/mclass.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation Inc.
+% Copyright (C) 2019-2025 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/mclass_cont.m b/tests/mclass_cont.m
index e229290f5e..955c5aa8e7 100644
--- a/tests/mclass_cont.m
+++ b/tests/mclass_cont.m
@@ -1,4 +1,4 @@
-% Copyright 2021-2024 Free Software Foundation Inc.
+% Copyright (C) 2021-2024 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/metest-font-lock-test2.el b/tests/metest-font-lock-test2.el
index 3d8a4f5feb..1c422f9c2e 100644
--- a/tests/metest-font-lock-test2.el
+++ b/tests/metest-font-lock-test2.el
@@ -1,7 +1,7 @@
 ;;; metest-font-lock-test2.el --- Testing suite for MATLAB Emacs -*- 
lexical-binding: t -*-
 ;;
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/metest-imenu-tlc.el b/tests/metest-imenu-tlc.el
index 401e65b58a..d32f9015e6 100644
--- a/tests/metest-imenu-tlc.el
+++ b/tests/metest-imenu-tlc.el
@@ -1,7 +1,7 @@
 ;;; metest-imenu-tlc.el --- Testing suite for MATLAB Emacs -*- 
lexical-binding: t -*-
 ;;
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/metest-imenu.el b/tests/metest-imenu.el
index fb050e7fd1..e034631d9e 100644
--- a/tests/metest-imenu.el
+++ b/tests/metest-imenu.el
@@ -1,6 +1,6 @@
 ;;; metest-imenu.el --- Testing suite for MATLAB Emacs -*- lexical-binding: t 
-*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/metest-indent-test2.el b/tests/metest-indent-test2.el
index 020655f22a..fe1e6d08ca 100644
--- a/tests/metest-indent-test2.el
+++ b/tests/metest-indent-test2.el
@@ -1,6 +1,6 @@
 ;;; metest-indent-test2.el --- Testing suite for MATLAB Emacs -*- 
lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/metest.el b/tests/metest.el
index 542c8ec626..0a05cb100a 100644
--- a/tests/metest.el
+++ b/tests/metest.el
@@ -1,6 +1,6 @@
 ;;; metest.el --- Testing suite for MATLAB Emacs -*- lexical-binding: t -*-
 
-;; Copyright 2019-2024 Eric Ludlam
+;; Copyright (C) 2019-2024 Eric Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/metest.sh b/tests/metest.sh
index 59ead82f67..a471848594 100755
--- a/tests/metest.sh
+++ b/tests/metest.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Copyright 2019-2025 Free Software Foundation Inc.
+# Copyright (C) 2019-2025 Free Software Foundation Inc.
 #
 # 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
diff --git a/tests/mfuncends.m b/tests/mfuncends.m
index 92a6c65782..98f8e2b356 100644
--- a/tests/mfuncends.m
+++ b/tests/mfuncends.m
@@ -1,4 +1,4 @@
-% Copyright 2021-2025 Free Software Foundation Inc.
+% Copyright (C) 2021-2025 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/mfuncnoend.m b/tests/mfuncnoend.m
index b297744e2c..8f7918d941 100644
--- a/tests/mfuncnoend.m
+++ b/tests/mfuncnoend.m
@@ -1,4 +1,4 @@
-% Copyright 2021-2025 Free Software Foundation Inc.
+% Copyright (C) 2021-2025 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/mfuncnoendblock.m b/tests/mfuncnoendblock.m
index e30ee11991..393bb2a931 100644
--- a/tests/mfuncnoendblock.m
+++ b/tests/mfuncnoendblock.m
@@ -1,4 +1,4 @@
-% Copyright 2021-2025 Free Software Foundation Inc.
+% Copyright (C) 2021-2025 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/mfuncnoendindent.m b/tests/mfuncnoendindent.m
index bff38cb885..15f23832fc 100644
--- a/tests/mfuncnoendindent.m
+++ b/tests/mfuncnoendindent.m
@@ -1,4 +1,4 @@
-% Copyright 2021-2025 Free Software Foundation Inc.
+% Copyright (C) 2021-2025 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/mfuncnofuncindent.m b/tests/mfuncnofuncindent.m
index 7daa7cceaf..ecdfa9bc6a 100644
--- a/tests/mfuncnofuncindent.m
+++ b/tests/mfuncnofuncindent.m
@@ -1,4 +1,4 @@
-% Copyright 2021-2025 Free Software Foundation Inc.
+% Copyright (C) 2021-2025 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/mfuncspacey.m b/tests/mfuncspacey.m
index 45dca5b43b..5b5519fe2f 100644
--- a/tests/mfuncspacey.m
+++ b/tests/mfuncspacey.m
@@ -1,4 +1,5 @@
-% Copyright 2021-2025 Free Software Foundation Inc.
+
+% Copyright (C) 2021-2025 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/mpclass.m b/tests/mpclass.m
index 76a622be18..a445e12d8b 100644
--- a/tests/mpclass.m
+++ b/tests/mpclass.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation Inc.
+% Copyright (C) 2019-2025 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/mstest-completions.el b/tests/mstest-completions.el
index 805202a3e2..274f614621 100644
--- a/tests/mstest-completions.el
+++ b/tests/mstest-completions.el
@@ -2,7 +2,7 @@
 
 ;; Author: John Ciolfi <john.ciolfi...@gmail.com>, Eric Ludlam <zappo@ballista>
 
-;; Copyright 2019-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2019-2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/mstest-sections.el b/tests/mstest-sections.el
index 5c20e4cf7d..61fbb90a85 100644
--- a/tests/mstest-sections.el
+++ b/tests/mstest-sections.el
@@ -2,7 +2,7 @@
 
 ;; Author: John Ciolfi <john.ciolfi...@gmail.com>
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/mstest.el b/tests/mstest.el
index b9ee120f97..55dc80b1e8 100644
--- a/tests/mstest.el
+++ b/tests/mstest.el
@@ -2,7 +2,7 @@
 
 ;; Author: Eric Ludlam <zappo@ballista>
 
-;; Copyright 2019-23 Eric Ludlam
+;; Copyright (C) 2019-2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/stringtest.m b/tests/stringtest.m
index aedde516ab..07e9da0762 100644
--- a/tests/stringtest.m
+++ b/tests/stringtest.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation Inc.
+% Copyright (C) 2019-2025 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/sweep-test-matlab-ts-grammar.el 
b/tests/sweep-test-matlab-ts-grammar.el
index 2b3a102536..de448040d2 100644
--- a/tests/sweep-test-matlab-ts-grammar.el
+++ b/tests/sweep-test-matlab-ts-grammar.el
@@ -1,6 +1,6 @@
 ;;; sweep-test-matlab-ts-grammar.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/sweep-test-matlab-ts-mode-indent.el 
b/tests/sweep-test-matlab-ts-mode-indent.el
index 2f49abe82b..2e2c21c2fe 100644
--- a/tests/sweep-test-matlab-ts-mode-indent.el
+++ b/tests/sweep-test-matlab-ts-mode-indent.el
@@ -1,6 +1,6 @@
 ;;; sweep-test-matlab-ts-mode-indent.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/syntaxerr.m b/tests/syntaxerr.m
index 9194ae9f16..1e1fcbf89d 100644
--- a/tests/syntaxerr.m
+++ b/tests/syntaxerr.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation Inc.
+% Copyright (C) 2019-2025 Free Software Foundation Inc.
 %
 % 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
diff --git a/tests/t-utils.el b/tests/t-utils.el
index 946e550c71..0e7f293c80 100644
--- a/tests/t-utils.el
+++ b/tests/t-utils.el
@@ -1,6 +1,6 @@
 ;;; t-utils.el --- Test utilities -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-is-matlab-file.el 
b/tests/test-matlab-is-matlab-file.el
index 62e8b68f7f..56ef1efb65 100644
--- a/tests/test-matlab-is-matlab-file.el
+++ b/tests/test-matlab-is-matlab-file.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-is-matlab-file.el --- -*- lexical-binding: t -*-
 ;;
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-ts-mode-comments.el 
b/tests/test-matlab-ts-mode-comments.el
index b814be0c03..db183aedc4 100644
--- a/tests/test-matlab-ts-mode-comments.el
+++ b/tests/test-matlab-ts-mode-comments.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-comments.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-ts-mode-electric-ends.el 
b/tests/test-matlab-ts-mode-electric-ends.el
index 2112bfaf9d..537819ceae 100644
--- a/tests/test-matlab-ts-mode-electric-ends.el
+++ b/tests/test-matlab-ts-mode-electric-ends.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-electric-ends.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-ts-mode-electric-pair.el 
b/tests/test-matlab-ts-mode-electric-pair.el
index df801eef36..47d73db3e5 100644
--- a/tests/test-matlab-ts-mode-electric-pair.el
+++ b/tests/test-matlab-ts-mode-electric-pair.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-electric-pair.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-ts-mode-file-encoding.el 
b/tests/test-matlab-ts-mode-file-encoding.el
index 492b4fe17a..241cfc155a 100644
--- a/tests/test-matlab-ts-mode-file-encoding.el
+++ b/tests/test-matlab-ts-mode-file-encoding.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-file-encoding.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-ts-mode-fill-paragraph.el 
b/tests/test-matlab-ts-mode-fill-paragraph.el
index a0b2852a71..f3b14adba0 100644
--- a/tests/test-matlab-ts-mode-fill-paragraph.el
+++ b/tests/test-matlab-ts-mode-fill-paragraph.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-fill-paragraph.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-ts-mode-font-lock.el 
b/tests/test-matlab-ts-mode-font-lock.el
index 815e3f26ce..001eb0a526 100644
--- a/tests/test-matlab-ts-mode-font-lock.el
+++ b/tests/test-matlab-ts-mode-font-lock.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-font-lock.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-ts-mode-imenu.el 
b/tests/test-matlab-ts-mode-imenu.el
index 15b121913a..a99de4218c 100644
--- a/tests/test-matlab-ts-mode-imenu.el
+++ b/tests/test-matlab-ts-mode-imenu.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-imenu.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-ts-mode-indent-xr.el 
b/tests/test-matlab-ts-mode-indent-xr.el
index 3b144cbef7..13d414e93f 100644
--- a/tests/test-matlab-ts-mode-indent-xr.el
+++ b/tests/test-matlab-ts-mode-indent-xr.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-indent-xr.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-ts-mode-indent.el 
b/tests/test-matlab-ts-mode-indent.el
index 350ace042f..ac8f65e986 100644
--- a/tests/test-matlab-ts-mode-indent.el
+++ b/tests/test-matlab-ts-mode-indent.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-indent.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-ts-mode-mfile-type.el 
b/tests/test-matlab-ts-mode-mfile-type.el
index 8db3381f1b..5b478b9e60 100644
--- a/tests/test-matlab-ts-mode-mfile-type.el
+++ b/tests/test-matlab-ts-mode-mfile-type.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-mfile-type.el --- -*- lexical-binding: t -*-
 ;;
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; 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
diff --git a/tests/test-matlab-ts-mode-movement.el 
b/tests/test-matlab-ts-mode-movement.el
index 2179bb04b6..820b7dc0d3 100644
--- a/tests/test-matlab-ts-mode-movement.el
+++ b/tests/test-matlab-ts-mode-movement.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-movement.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-ts-mode-on-save-fixes.el 
b/tests/test-matlab-ts-mode-on-save-fixes.el
index 9244f3fa51..62f33a03ea 100644
--- a/tests/test-matlab-ts-mode-on-save-fixes.el
+++ b/tests/test-matlab-ts-mode-on-save-fixes.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-on-save-fixes.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-ts-mode-outline.el 
b/tests/test-matlab-ts-mode-outline.el
index e5f3997b63..963e2d0af5 100644
--- a/tests/test-matlab-ts-mode-outline.el
+++ b/tests/test-matlab-ts-mode-outline.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-outline.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-ts-mode-page.el 
b/tests/test-matlab-ts-mode-page.el
index 687c2010a8..48c7d5b3e8 100644
--- a/tests/test-matlab-ts-mode-page.el
+++ b/tests/test-matlab-ts-mode-page.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-page.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-ts-mode-parser.el 
b/tests/test-matlab-ts-mode-parser.el
index 7c08aa0397..ca83685f3e 100644
--- a/tests/test-matlab-ts-mode-parser.el
+++ b/tests/test-matlab-ts-mode-parser.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-parser.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-ts-mode-show-paren.el 
b/tests/test-matlab-ts-mode-show-paren.el
index a18c68a7dc..02ca6b4a68 100644
--- a/tests/test-matlab-ts-mode-show-paren.el
+++ b/tests/test-matlab-ts-mode-show-paren.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-show-paren.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-ts-mode-syntax-table.el 
b/tests/test-matlab-ts-mode-syntax-table.el
index 036ff9f19b..ec4b29a63e 100644
--- a/tests/test-matlab-ts-mode-syntax-table.el
+++ b/tests/test-matlab-ts-mode-syntax-table.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-syntax-table.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-ts-mode-thing-settings.el 
b/tests/test-matlab-ts-mode-thing-settings.el
index 7affac01de..2b5f8f7c6e 100644
--- a/tests/test-matlab-ts-mode-thing-settings.el
+++ b/tests/test-matlab-ts-mode-thing-settings.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-thing-settings.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-ts-mode-treesit-defun-name.el 
b/tests/test-matlab-ts-mode-treesit-defun-name.el
index 6695ce9b8b..67c06f33f1 100644
--- a/tests/test-matlab-ts-mode-treesit-defun-name.el
+++ b/tests/test-matlab-ts-mode-treesit-defun-name.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-treesit-defun-name.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-matlab-ts-mode-view-parse-errors.el 
b/tests/test-matlab-ts-mode-view-parse-errors.el
index 13bb0cdf27..d063ca8f9d 100644
--- a/tests/test-matlab-ts-mode-view-parse-errors.el
+++ b/tests/test-matlab-ts-mode-view-parse-errors.el
@@ -1,6 +1,6 @@
 ;;; test-matlab-ts-mode-view-parse-errors.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/test-package-version.el b/tests/test-package-version.el
index 345bd41aa2..7ac71f2153 100644
--- a/tests/test-package-version.el
+++ b/tests/test-package-version.el
@@ -1,6 +1,6 @@
 ;;; test-package-version.el --- -*- lexical-binding: t -*-
 
-;; Copyright 2025 Free Software Foundation, Inc.
+;; Copyright (C) 2025 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/tests/testeeval.m b/tests/testeeval.m
index a195bece8a..d2366c94b5 100644
--- a/tests/testeeval.m
+++ b/tests/testeeval.m
@@ -1,4 +1,4 @@
-% Copyright 2024-2025 Free Software Foundation Inc.
+% Copyright (C) 2024-2025 Free Software Foundation Inc.
 %
 % 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
diff --git a/tlc.el b/tlc.el
index 489502e192..eb7ac8de64 100644
--- a/tlc.el
+++ b/tlc.el
@@ -4,7 +4,7 @@
 ;; Keywords: tlc
 ;; X-Abstract: Major mode for editing tlc files
 
-;; Copyright 1998-2024 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2024 Free Software Foundation, Inc.
 ;;
 ;; This file is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published
diff --git a/toolbox/+emacs/@Breakpoints/Breakpoints.m 
b/toolbox/+emacs/@Breakpoints/Breakpoints.m
index 8e4130f9aa..8ae2ecbbba 100644
--- a/toolbox/+emacs/@Breakpoints/Breakpoints.m
+++ b/toolbox/+emacs/@Breakpoints/Breakpoints.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2024 Free Software Foundation Inc.
+% Copyright (C) 2019-2024 Free Software Foundation Inc.
 %
 % 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
diff --git a/toolbox/+emacs/@EmacsServer/EmacsServer.m 
b/toolbox/+emacs/@EmacsServer/EmacsServer.m
index 7034699681..b4cde153ba 100644
--- a/toolbox/+emacs/@EmacsServer/EmacsServer.m
+++ b/toolbox/+emacs/@EmacsServer/EmacsServer.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2024 Free Software Foundation, Inc.
+% Copyright (C) 2019-2024 Free Software Foundation, Inc.
 %
 % 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
diff --git a/toolbox/+emacs/@Stack/Stack.m b/toolbox/+emacs/@Stack/Stack.m
index a6792c18bc..a352a3d74b 100644
--- a/toolbox/+emacs/@Stack/Stack.m
+++ b/toolbox/+emacs/@Stack/Stack.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation, Inc.
+% Copyright (C) 2019-2025 Free Software Foundation, Inc.
 %
 % 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
diff --git a/toolbox/+emacs/set.m b/toolbox/+emacs/set.m
index 5000369aa5..44409ca83f 100644
--- a/toolbox/+emacs/set.m
+++ b/toolbox/+emacs/set.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation, Inc.
+% Copyright (C) 2019-2025 Free Software Foundation, Inc.
 %
 % 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
diff --git a/toolbox/dbhotlink.m b/toolbox/dbhotlink.m
index 2182cd3a3a..eb20a6500a 100644
--- a/toolbox/dbhotlink.m
+++ b/toolbox/dbhotlink.m
@@ -1,4 +1,4 @@
-% Copyright 2016-2024 Free Software Foundation, Inc.
+% Copyright (C) 2016-2024 Free Software Foundation, Inc.
 %
 % 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
diff --git a/toolbox/ebclear.m b/toolbox/ebclear.m
index 0b7bf12460..13ca8d0239 100644
--- a/toolbox/ebclear.m
+++ b/toolbox/ebclear.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation, Inc.
+% Copyright (C) 2019-2025 Free Software Foundation, Inc.
 %
 % 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
diff --git a/toolbox/ebstack.m b/toolbox/ebstack.m
index 51bc604132..626035ad33 100644
--- a/toolbox/ebstack.m
+++ b/toolbox/ebstack.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation, Inc.
+% Copyright (C) 2019-2025 Free Software Foundation, Inc.
 %
 % 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
diff --git a/toolbox/ebstatus.m b/toolbox/ebstatus.m
index 6d75fec87d..4a595fdab7 100644
--- a/toolbox/ebstatus.m
+++ b/toolbox/ebstatus.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation, Inc.
+% Copyright (C) 2019-2025 Free Software Foundation, Inc.
 %
 % 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
diff --git a/toolbox/ebstop.m b/toolbox/ebstop.m
index 4ce2267290..c6d80c7436 100644
--- a/toolbox/ebstop.m
+++ b/toolbox/ebstop.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation, Inc.
+% Copyright (C) 2019-2025 Free Software Foundation, Inc.
 %
 % 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
diff --git a/toolbox/emacscd.m b/toolbox/emacscd.m
index 10d466ddd5..b0e78b3455 100644
--- a/toolbox/emacscd.m
+++ b/toolbox/emacscd.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation, Inc.
+% Copyright (C) 2019-2025 Free Software Foundation, Inc.
 %
 % 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
diff --git a/toolbox/emacsdocomplete.m b/toolbox/emacsdocomplete.m
index 1df715b2e2..f314998522 100644
--- a/toolbox/emacsdocomplete.m
+++ b/toolbox/emacsdocomplete.m
@@ -1,6 +1,6 @@
 % Author: Eric Ludlam <za...@gnu.org>, John Ciolfi <john.ciolfi...@gmail.com>
 
-% Copyright 2010-2025 Free Software Foundation, Inc.
+% Copyright (C) 2010-2025 Free Software Foundation, Inc.
 %
 % 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
diff --git a/toolbox/emacsinit.m b/toolbox/emacsinit.m
index 4bdece0198..4d1655fbd4 100644
--- a/toolbox/emacsinit.m
+++ b/toolbox/emacsinit.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation, Inc.
+% Copyright (C) 2019-2025 Free Software Foundation, Inc.
 %
 % 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
diff --git a/toolbox/emacsnetshell.m b/toolbox/emacsnetshell.m
index 4a312a60e6..5b04bd98ba 100644
--- a/toolbox/emacsnetshell.m
+++ b/toolbox/emacsnetshell.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation, Inc.
+% Copyright (C) 2019-2025 Free Software Foundation, Inc.
 %
 % 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
diff --git a/toolbox/emacsrun.m b/toolbox/emacsrun.m
index 199dc767ae..de38a48d49 100644
--- a/toolbox/emacsrun.m
+++ b/toolbox/emacsrun.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation, Inc.
+% Copyright (C) 2019-2025 Free Software Foundation, Inc.
 %
 % 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
diff --git a/toolbox/emacsrunregion.m b/toolbox/emacsrunregion.m
index ac4c08d18d..14dd1a215d 100644
--- a/toolbox/emacsrunregion.m
+++ b/toolbox/emacsrunregion.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation, Inc.
+% Copyright (C) 2019-2025 Free Software Foundation, Inc.
 %
 % 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
diff --git a/toolbox/emacsstripremote.m b/toolbox/emacsstripremote.m
index 9110a01422..df1a674488 100644
--- a/toolbox/emacsstripremote.m
+++ b/toolbox/emacsstripremote.m
@@ -1,4 +1,4 @@
-% Copyright 2025 Free Software Foundation, Inc.
+% Copyright (C) 2025 Free Software Foundation, Inc.
 %
 % 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
diff --git a/toolbox/emacstipstring.m b/toolbox/emacstipstring.m
index cf63dc88a4..d2feb87d4f 100644
--- a/toolbox/emacstipstring.m
+++ b/toolbox/emacstipstring.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation, Inc.
+% Copyright (C) 2019-2025 Free Software Foundation, Inc.
 %
 % 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
diff --git a/toolbox/help.m b/toolbox/help.m
index b210cde8c1..cc1682f2ff 100644
--- a/toolbox/help.m
+++ b/toolbox/help.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation, Inc.
+% Copyright (C) 2019-2025 Free Software Foundation, Inc.
 %
 % 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
diff --git a/toolbox/opentoline.m b/toolbox/opentoline.m
index df9de16248..d54a10c05e 100644
--- a/toolbox/opentoline.m
+++ b/toolbox/opentoline.m
@@ -1,4 +1,4 @@
-% Copyright 2019-2025 Free Software Foundation, Inc.
+% Copyright (C) 2019-2025 Free Software Foundation, Inc.
 %
 % 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

Reply via email to