Skip to content

Commit 880cf50

Browse files
tgamblindakra
authored andcommitted
Add SPDX identifiers to README and blacken.el
1 parent 95b3c91 commit 880cf50

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,12 @@ The following options change the behavior of black when reformatting buffers.
1919
- `blacken-skip-string-normalization` Don't normalize string quotes or prefixes.
2020
- `blacken-fast-unsafe` Skips temporary sanity checks.
2121
- `blacken-line-length` Max line length enforced by blacken.
22+
23+
## license
24+
25+
`blacken.el` is free software; you can redistribute it and/or modify it
26+
under the terms of the GNU General Public License as published by the
27+
Free Software Foundation; either version 3, or (at your option) any later
28+
version.
29+
30+
SPDX-License-Identifier: GPL-3.0-or-later

blacken.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
;; Homepage: https://github.com/proofit404/blacken
77
;; Version: 0.0.1
88
;; Package-Requires: ((emacs "25.2"))
9+
;; SPDX-License-Identifier: GPL-3.0-or-later
910

1011
;; This file is free software; you can redistribute it and/or modify
1112
;; it under the terms of the GNU General Public License as published

0 commit comments

Comments
 (0)