Skip to content

Commit b9c8cd0

Browse files
committed
chore: update copyright years
1 parent 0af3bb4 commit b9c8cd0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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, 2020, 2021 Uri Shaked
3+
Copyright (c) 2019-2023 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ For more information, please check the [Contributing Guide](CONTRIBUTING.md).
9191

9292
## License
9393

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

src/peripherals/gpio.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Part of AVR8js
44
* Reference: http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega48A-PA-88A-PA-168A-PA-328-P-DS-DS40002061A.pdf
55
*
6-
* Copyright (C) 2019, 2020, 2021 Uri Shaked
6+
* Copyright (C) 2019-2023 Uri Shaked
77
*/
88
import { AVRInterruptConfig, CPU } from '../cpu/cpu';
99
import { u8 } from '../types';

0 commit comments

Comments
 (0)