Skip to content

Commit dae72b2

Browse files
authored
Merge pull request #9 from craigthomas/license-mit-update
Update LICENSE to pure MIT
2 parents 54bb945 + 51e96e2 commit dae72b2

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

LICENSE

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,3 @@ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1616
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1717
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1818
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19-
20-
Except as contained in this notice, the name(s) of the above copyright holders
21-
shall not be used in advertising or otherwise to promote the sale, use or other
22-
dealings in this Software without prior written authorization.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
[![Build Status](https://travis-ci.org/craigthomas/Chip8Java.svg?branch=master)](https://travis-ci.org/craigthomas/Chip8Java)
44
[![Coverage Status](https://codecov.io/gh/craigthomas/Chip8Java/branch/master/graph/badge.svg)](https://codecov.io/gh/craigthomas/Chip8Java)
55
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/51b8560fe61441a3b05b83c1e7a5eee6)](https://www.codacy.com/app/craig-thomas/Chip8Java?utm_source=github.com&utm_medium=referral&utm_content=craigthomas/Chip8Java&utm_campaign=Badge_Grade)
6-
[![Dependency Status](https://dependencyci.com/github/craigthomas/Chip8Java/badge)](https://dependencyci.com/github/craigthomas/Chip8Java)
6+
[![Dependency Status](https://dependencyci.com/github/craigthomas/Chip8Java/badge?style=flat)](https://dependencyci.com/github/craigthomas/Chip8Java)
7+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
78

89
## What is it?
910

@@ -23,7 +24,7 @@ Super Chip 8 ROM - simply run the ROM the same way you would run a normal Chip
2324

2425
## License
2526

26-
This project makes use of an MIT style license. Please see the file called
27+
This project makes use of an MIT license. Please see the file called
2728
LICENSE for more information. Note that this project may make use of other
2829
software that has separate license terms. See the section called `Third
2930
Party Licenses and Attributions` below for more information on those

0 commit comments

Comments
 (0)