branch: elpa/git-modes commit 845d333732ad9c8d65a28f12af645c6682db6f45 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Refresh library header --- git-modes.el | 22 ++++++++++++---------- gitattributes-mode.el | 17 +++++++++-------- gitconfig-mode.el | 17 +++++++++-------- gitignore-mode.el | 17 +++++++++-------- 4 files changed, 39 insertions(+), 34 deletions(-) diff --git a/git-modes.el b/git-modes.el index 941561545d..f6aa58043c 100644 --- a/git-modes.el +++ b/git-modes.el @@ -1,8 +1,8 @@ -;;; git-modes.el --- Major modes for editing Git configuration files -*- lexical-binding: t -*- +;;; git-modes.el --- Major modes for editing Git configuration files -*- lexical-binding:t -*- -;; Copyright (c) 2012-2013 Sebastian Wiesner -;; Copyright (C) 2013-2015 Rüdiger Sonderfeld -;; Copyright (C) 2012-2022 The Magit Project Contributors +;; Copyright (c) 2012-2013 Sebastian Wiesner +;; Copyright (C) 2013-2015 Rüdiger Sonderfeld +;; Copyright (C) 2012-2022 The Magit Project Contributors ;; Author: Sebastian Wiesner <lunary...@gmail.com> ;; Rüdiger Sonderfeld <ruedi...@c-plusplus.net> @@ -10,22 +10,24 @@ ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> ;; Homepage: https://github.com/magit/git-modes ;; Keywords: convenience vc git -;; Package-Requires: ((emacs "25.1")) + ;; Package-Version: 1.4.0 +;; Package-Requires: ((emacs "25.1")) + ;; SPDX-License-Identifier: GPL-3.0-or-later -;; This file is free software; you can redistribute it and/or modify +;; 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, +;; by the Free Software Foundation, either version 3 of the License, ;; or (at your option) any later version. - +;; ;; 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 file. If not, see <http://www.gnu.org/licenses/>. +;; along with this file. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/gitattributes-mode.el b/gitattributes-mode.el index de5793d676..bbdce5d95f 100644 --- a/gitattributes-mode.el +++ b/gitattributes-mode.el @@ -1,26 +1,27 @@ -;;; gitattributes-mode.el --- Major mode for editing .gitattributes files -*- lexical-binding: t -*- +;;; gitattributes-mode.el --- Major mode for editing .gitattributes files -*- lexical-binding:t -*- -;; Copyright (C) 2013-2015 Rüdiger Sonderfeld -;; Copyright (C) 2013-2021 The Magit Project Contributors +;; Copyright (C) 2013-2015 Rüdiger Sonderfeld +;; Copyright (C) 2013-2022 The Magit Project Contributors ;; Author: Rüdiger Sonderfeld <ruedi...@c-plusplus.net> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> ;; Homepage: https://github.com/magit/git-modes ;; Keywords: convenience vc git + ;; SPDX-License-Identifier: GPL-3.0-or-later -;; This file is free software; you can redistribute it and/or modify +;; 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, +;; by the Free Software Foundation, either version 3 of the License, ;; or (at your option) any later version. - +;; ;; 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 file. If not, see <http://www.gnu.org/licenses/>. +;; along with this file. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/gitconfig-mode.el b/gitconfig-mode.el index 6b336da720..219499b1cb 100644 --- a/gitconfig-mode.el +++ b/gitconfig-mode.el @@ -1,26 +1,27 @@ -;;; gitconfig-mode.el --- Major mode for editing .gitconfig files -*- lexical-binding: t -*- +;;; gitconfig-mode.el --- Major mode for editing .gitconfig files -*- lexical-binding:t -*- -;; Copyright (c) 2012-2013 Sebastian Wiesner -;; Copyright (C) 2012-2021 The Magit Project Contributors +;; Copyright (c) 2012-2013 Sebastian Wiesner +;; Copyright (C) 2012-2022 The Magit Project Contributors ;; Author: Sebastian Wiesner <lunary...@gmail.com> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> ;; Homepage: https://github.com/magit/git-modes ;; Keywords: convenience vc git + ;; SPDX-License-Identifier: GPL-3.0-or-later -;; This file is free software; you can redistribute it and/or modify +;; 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, +;; by the Free Software Foundation, either version 3 of the License, ;; or (at your option) any later version. - +;; ;; 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 file. If not, see <http://www.gnu.org/licenses/>. +;; along with this file. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/gitignore-mode.el b/gitignore-mode.el index e123e4a5f6..47321cf275 100644 --- a/gitignore-mode.el +++ b/gitignore-mode.el @@ -1,26 +1,27 @@ -;;; gitignore-mode.el --- Major mode for editing .gitignore files -*- lexical-binding: t -*- +;;; gitignore-mode.el --- Major mode for editing .gitignore files -*- lexical-binding:t -*- -;; Copyright (c) 2012-2013 Sebastian Wiesner -;; Copyright (C) 2012-2021 The Magit Project Contributors +;; Copyright (c) 2012-2013 Sebastian Wiesner +;; Copyright (C) 2012-2022 The Magit Project Contributors ;; Author: Sebastian Wiesner <lunary...@gmail.com> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> ;; Homepage: https://github.com/magit/git-modes ;; Keywords: convenience vc git + ;; SPDX-License-Identifier: GPL-3.0-or-later -;; This file is free software; you can redistribute it and/or modify +;; 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, +;; by the Free Software Foundation, either version 3 of the License, ;; or (at your option) any later version. - +;; ;; 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 file. If not, see <http://www.gnu.org/licenses/>. +;; along with this file. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: