aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUri Shaked2021-01-31 22:42:35 +0200
committerUri Shaked2021-01-31 22:42:35 +0200
commitac8ac47d63f826948769712c13c37b5916127b55 (patch)
tree550e0ae51c2e2eaeb297f8899c35b8f105e8f4ae
parentfix: typo in parameter name (diff)
downloadavr8js-ac8ac47d63f826948769712c13c37b5916127b55.tar.gz
avr8js-ac8ac47d63f826948769712c13c37b5916127b55.tar.bz2
avr8js-ac8ac47d63f826948769712c13c37b5916127b55.zip
docs: add license / typescript shields to README
also update copyright years
-rw-r--r--LICENSE2
-rw-r--r--README.md4
2 files changed, 4 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 9a79179..68740fb 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2019 Uri Shaked
+Copyright (c) 2019, 2020, 2021 Uri Shaked
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 2c7bc9c..edbeeec 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ JavaScript implementation of the AVR 8-bit architecture
[![Build Status](https://travis-ci.org/wokwi/avr8js.png?branch=master)](https://travis-ci.org/wokwi/avr8js)
[![NPM Version](https://img.shields.io/npm/v/avr8js)](https://www.npmjs.com/package/avr8js)
+![License: MIT](https://img.shields.io/npm/l/avr8js)
+![Types: TypeScript](https://img.shields.io/npm/types/avr8js)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/wokwi/avr8js)
## Running the demo project
@@ -62,4 +64,4 @@ For more information, please check the [Contributing Guide](CONTRIBUTING.md).
## License
-Copyright (C) 2019, 2020 Uri Shaked. The code is released under the terms of the MIT license.
+Copyright (C) 2019, 2020, 2021 Uri Shaked. The code is released under the terms of the MIT license.