Fix License identifier

This commit is contained in:
Andros Fenollosa 2023-06-04 22:10:09 +02:00
parent 3e476d7eb3
commit 04bf04f772

View File

@ -4,7 +4,7 @@
;; Authors: Andros Fenollosa <andros@fenollosa.email>
;; URL: https://github.com/tanrax/format-region.el
;; Version: 1.0.0
;; SPDX-License-Identifier: GNU General Public License v3.0 or later
;; SPDX-License-Identifier: GPL-3.0-or-later
;;; Commentary:
;; Transform region in different formats: camelCase, kebab-case or lisp-case, PascalCase and snake_case.