Skip to content

Commit 72fde6c

Browse files
committedMar 29, 2020
Change license to similar but more popular MIT license
1 parent 23dc798 commit 72fde6c

File tree

2 files changed

+13
-27
lines changed

2 files changed

+13
-27
lines changed
 

‎LICENSE.md

+10-24
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,16 @@
1-
Copyright (c) 2019 Carlos da Cunha Fontes
1+
MIT License
22

3-
The Universal Permissive License (UPL), Version 1.0
3+
Copyright (c) 2020 Carlos da Cunha Fontes
44

5-
Subject to the condition set forth below, permission is hereby granted to any
6-
person obtaining a copy of this software, associate documentation and/or data
7-
(collectively the "Software"), free of charge and under any and all copyright
8-
rights in the Software, and any and all patent rights owned or freely
9-
licensable by each licensor hereunder covering either (i) the unmodified
10-
Software as contributed to or provided by such licensor, or (ii) the Larger
11-
Works (as defined below), to deal in both
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
1211

13-
(a) the Software, and
14-
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
15-
one is included with the Software (each a “Larger Work” to which the Software
16-
is contributed by such licensors),
17-
18-
without restriction, including without limitation the rights to copy, create
19-
derivative works of, display, perform, and distribute the Software and make,
20-
use, sell, offer for sale, import, export, have made, and have sold the
21-
Software and the Larger Work(s), and to sublicense the foregoing rights on
22-
either these or other terms.
23-
24-
This license is subject to the following condition:
25-
The above copyright notice and either this complete permission notice or at
26-
a minimum a reference to the UPL must be included in all copies or
27-
substantial portions of the Software.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
2814

2915
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3016
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# eg [![Clojars Project](https://img.shields.io/clojars/v/eg.svg)](https://clojars.org/eg) [![CircleCI](https://circleci.com/gh/ccfontes/eg.svg?style=svg)](https://circleci.com/gh/ccfontes/eg) [![codecov](https://codecov.io/gh/ccfontes/eg/branch/master/graph/badge.svg)](https://codecov.io/gh/ccfontes/eg) [![Universal Permissive License v1.0](https://img.shields.io/badge/license-UPL-%23f80000.svg)](LICENSE.md)
1+
# eg [![Clojars Project](https://img.shields.io/clojars/v/eg.svg)](https://clojars.org/eg) [![CircleCI](https://circleci.com/gh/ccfontes/eg.svg?style=svg)](https://circleci.com/gh/ccfontes/eg) [![codecov](https://codecov.io/gh/ccfontes/eg/branch/master/graph/badge.svg)](https://codecov.io/gh/ccfontes/eg) [![Universal Permissive License v1.0](https://img.shields.io/badge/license-MIT-black.svg)](LICENSE.md)
22

33
```clj
44
(deftest inc-test
@@ -268,6 +268,6 @@ ClojureScript tests in the REPL:
268268
* https://github.com/clojure/clojurescript/blob/master/src/main/cljs/cljs/test.cljc
269269

270270
## [License](LICENSE.md)
271-
Copyright (c) 2019 Carlos da Cunha Fontes
271+
Copyright (c) 2020 Carlos da Cunha Fontes
272272

273-
The Universal Permissive License (UPL), Version 1.0
273+
The MIT License

0 commit comments

Comments
 (0)
Please sign in to comment.