diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2022-04-22 18:15:16 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2022-04-22 21:03:08 +0200 |
| commit | d69f062a8a6fc637b27893a5cb0851d4537ba7de (patch) | |
| tree | ec1241196089d94876af30574dc718d7011f3cb4 /lisp/magit-commit.el | |
| parent | a37b2066dd88be92d80cd9221347ed43525e979f (diff) | |
Refresh library headers
Diffstat (limited to 'lisp/magit-commit.el')
| -rw-r--r-- | lisp/magit-commit.el | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el index 3309618..6755d91 100644 --- a/lisp/magit-commit.el +++ b/lisp/magit-commit.el @@ -1,19 +1,16 @@ -;;; magit-commit.el --- create Git commits -*- lexical-binding: t -*- +;;; magit-commit.el --- Create Git commits -*- lexical-binding:t -*- -;; Copyright (C) 2008-2022 The Magit Project Contributors -;; -;; You should have received a copy of the AUTHORS.md file which -;; lists all contributors. If not, see http://magit.vc/authors. +;; Copyright (C) 2008-2022 The Magit Project Contributors ;; Author: Jonas Bernoulli <jonas@bernoul.li> ;; Maintainer: Jonas Bernoulli <jonas@bernoul.li> ;; SPDX-License-Identifier: GPL-3.0-or-later -;; Magit is free software; you can redistribute it and/or modify it +;; Magit 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, or (at your option) -;; any later version. +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. ;; ;; Magit is distributed in the hope that it will be useful, but WITHOUT ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -21,7 +18,7 @@ ;; License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with Magit. If not, see http://www.gnu.org/licenses. +;; along with Magit. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: |
