Skip to content

Commit

Permalink
Add SPDX-License-Identifier library header
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jun 3, 2021
1 parent 02dffba commit aed2851
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions minions.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,23 @@

;; Package-Requires: ((emacs "25.2"))

;; This file is not part of GNU Emacs.
;; 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, 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.

;;
;; For a full copy of the GNU General Public License
;; see <http://www.gnu.org/licenses/>.

;; This file is not part of GNU Emacs.

;;; Commentary:

;; This package implements a menu that lists enabled minor-modes, as
Expand Down

0 comments on commit aed2851

Please sign in to comment.