diff options
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -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 @@ -4,6 +4,8 @@ JavaScript implementation of the AVR 8-bit architecture [](https://travis-ci.org/wokwi/avr8js) [](https://www.npmjs.com/package/avr8js) + + [](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. |
