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

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

[nongnu] elpa/macrostep 4c3c260964 05/10: Update library headers


From: ELPA Syncer
Subject: [nongnu] elpa/macrostep 4c3c260964 05/10: Update library headers
Date: Wed, 26 Oct 2022 09:59:21 -0400 (EDT)

branch: elpa/macrostep
commit 4c3c2609647f4b98061cdea4cd30abaace1ed8a1
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Update library headers
---
 macrostep-c.el    | 38 +++++++++++++++++---------------------
 macrostep-test.el | 24 ++++++++++++++----------
 macrostep.el      | 36 +++++++++++++++++-------------------
 3 files changed, 48 insertions(+), 50 deletions(-)

diff --git a/macrostep-c.el b/macrostep-c.el
index 55f7385ace..1bf57207f3 100644
--- a/macrostep-c.el
+++ b/macrostep-c.el
@@ -1,29 +1,25 @@
 ;;; macrostep-c.el --- macrostep interface to C preprocessor
 
-;; Copyright (C) 2015 Jon Oddie <j.j.oddie@gmail.com>
-
-;; Author:     Jon Oddie <j.j.oddie@gmail.com>
-;; Maintainer: Jon Oddie <j.j.oddie@gmail.com>
-;; Created:    27 November 2015
-;; Updated:    27 November 2015
-;; Version:    0.9
-;; Keywords:   c, languages, macro, debugging
-;; Url:        https://github.com/joddie/macrostep
-
-;; This file is NOT part of GNU Emacs.
-
-;; This program is free software: you can redistribute it and/or
-;; modify it under the terms of the GNU General Public License as
-;; published by the Free Software Foundation, either version 3 of the
-;; License, or (at your option) any later version.
+;; Copyright (C) 2015 Jon Oddie
+
+;; Author: Jon Oddie <j.j.oddie@gmail.com>
+;; Url: https://github.com/emacsorphanage/macrostep
+;; Keywords: c, languages, macro, debugging
+
+;; SPDX-License-Identifier: GPL-3.0-or-later
+
+;; This file is free software: you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published
+;; by the Free Software Foundation, either version 3 of the License,
+;; or (at your option) any later version.
 ;;
-;; This program is distributed in the hope that it will be useful, but
-;; WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-;; General Public License for more details.
+;; This file is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see `http://www.gnu.org/licenses/'.
+;; along with this file.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/macrostep-test.el b/macrostep-test.el
index 9de1fae263..bdd00e6c94 100644
--- a/macrostep-test.el
+++ b/macrostep-test.el
@@ -2,21 +2,25 @@
 
 ;; Copyright (C) 2014-2015 Jon Oddie <j.j.oddie@gmail.com>
 
-;; This file is NOT part of GNU Emacs.
+;; Author: Jon Oddie <j.j.oddie@gmail.com>
+;; Url: https://github.com/emacsorphanage/macrostep
 
-;; This program is free software: you can redistribute it and/or
-;; modify it under the terms of the GNU General Public License as
-;; published by the Free Software Foundation, either version 3 of the
-;; License, or (at your option) any later version.
+;; SPDX-License-Identifier: GPL-3.0-or-later
+
+;; This file is free software: you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published
+;; by the Free Software Foundation, either version 3 of the License,
+;; or (at your option) any later version.
 ;;
-;; This program is distributed in the hope that it will be useful, but
-;; WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-;; General Public License for more details.
+;; This file is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see `http://www.gnu.org/licenses/'.
+;; along with this file.  If not, see <https://www.gnu.org/licenses/>.
 
+;;; Code:
 
 (eval-and-compile
   (require 'ert nil t)
diff --git a/macrostep.el b/macrostep.el
index b96ccf1cde..bd41c68117 100644
--- a/macrostep.el
+++ b/macrostep.el
@@ -1,30 +1,28 @@
 ;;; macrostep.el --- interactive macro expander
 
-;; Copyright (C) 2012-2015 Jon Oddie <j.j.oddie@gmail.com>
-
-;; Author:     joddie <j.j.oddie@gmail.com>
-;; Maintainer: joddie <j.j.oddie@gmail.com>
-;; Created:    16 January 2012
-;; Updated:    07 December 2015
-;; Version:    0.9
-;; Keywords:   lisp, languages, macro, debugging
-;; Url:        https://github.com/joddie/macrostep
+;; Copyright (C) 2012-2015 Jon Oddie
+
+;; Author: Jon Oddie <j.j.oddie@gmail.com>
+;; Url: https://github.com/emacsorphanage/macrostep
+;; Keywords: lisp, languages, macro, debugging
+
+;; Package-Version: 0.9
 ;; Package-Requires: ((cl-lib "0.5"))
 
-;; This file is NOT part of GNU Emacs.
+;; SPDX-License-Identifier: GPL-3.0-or-later
 
-;; This program is free software: you can redistribute it and/or
-;; modify it under the terms of the GNU General Public License as
-;; published by the Free Software Foundation, either version 3 of the
-;; License, or (at your option) any later version.
+;; This file is free software: you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published
+;; by the Free Software Foundation, either version 3 of the License,
+;; or (at your option) any later version.
 ;;
-;; This program is distributed in the hope that it will be useful, but
-;; WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-;; General Public License for more details.
+;; This file is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see `http://www.gnu.org/licenses/'.
+;; along with this file.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 



reply via email to

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