Skip to content

Commit 80b250e

Browse files
committed
Update project.clj and switch to MIT since all LT projects use it
1 parent bb532e8 commit 80b250e

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

LICENSE.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License (MIT)
2+
=====================
3+
4+
Copyright (c) 2014 Kodowa, Inc. & Light Table contributors
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in
14+
all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22+
THE SOFTWARE.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ The noir side of things is just as simple. All you do is declare a remote using
4444

4545
## License
4646

47-
Copyright (C) 2012 Chris Granger
47+
Copyright (c) 2014 Kodowa, Inc. & Light Table contributors
4848

49-
Distributed under the Eclipse Public License, the same as Clojure.
49+
Distributed under the MIT License. See LICENSE.md

project.clj

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
(defproject fetch "0.2.0"
22
:description "A ClojureScript and Noir library to make client-server interaction painless."
3+
:url "https://github.com/LightTable/fetch"
4+
:license {:name "MIT License"}
35
:dependencies [[org.clojure/clojure "1.5.1"]
46
[noir "1.3.0"]])

0 commit comments

Comments
 (0)