Skip to content

Commit ac8ac47

Browse files
committed
docs: add license / typescript shields to README
also update copyright years
1 parent 00ed08d commit ac8ac47

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

LICENSE

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

3-
Copyright (c) 2019 Uri Shaked
3+
Copyright (c) 2019, 2020, 2021 Uri Shaked
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

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ JavaScript implementation of the AVR 8-bit architecture
44

55
[![Build Status](https://travis-ci.org/wokwi/avr8js.png?branch=master)](https://travis-ci.org/wokwi/avr8js)
66
[![NPM Version](https://img.shields.io/npm/v/avr8js)](https://www.npmjs.com/package/avr8js)
7+
![License: MIT](https://img.shields.io/npm/l/avr8js)
8+
![Types: TypeScript](https://img.shields.io/npm/types/avr8js)
79
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/wokwi/avr8js)
810

911
## Running the demo project
@@ -62,4 +64,4 @@ For more information, please check the [Contributing Guide](CONTRIBUTING.md).
6264

6365
## License
6466

65-
Copyright (C) 2019, 2020 Uri Shaked. The code is released under the terms of the MIT license.
67+
Copyright (C) 2019, 2020, 2021 Uri Shaked. The code is released under the terms of the MIT license.

0 commit comments

Comments
 (0)