Skip to content

Commit f63055e

Browse files
author
Yannick Scherer
committed
update license data using 'lein-license'.
1 parent 67e1872 commit f63055e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Yannick Scherer
3+
Copyright (c) 2013-2015 Yannick Scherer
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,15 @@ See the [auto-generated documentation](http://xsc.github.io/rewrite-clj/) for mo
169169

170170
## License
171171

172+
Copyright © 2013-2015 Yannick Scherer
173+
174+
This project is licensed under the [MIT License][license].
175+
176+
[license]: http://opensource.org/licenses/MIT
177+
172178
```
179+
The MIT License (MIT)
180+
173181
Copyright (c) 2013-2015 Yannick Scherer
174182

175183
Permission is hereby granted, free of charge, to any person obtaining a copy

project.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
:description "Comment-/Whitespace-preserving rewriting of EDN documents."
33
:url "https://github.com/xsc/rewrite-clj"
44
:license {:name "MIT License"
5-
:url "http://xsc.mit-license.org"}
5+
:url "http://opensource.org/licenses/MIT"
6+
:year 2013
7+
:key "mit"}
68
:repositories {"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"}
79
:dependencies [[org.clojure/clojure "1.6.0"]
810
[org.clojure/tools.reader "0.8.13"]]

0 commit comments

Comments
 (0)