Skip to content

Commit e47b61f

Browse files
authored
update copyrights 2023 (#30)
1 parent 7db446e commit e47b61f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ https://semver.org/ compliant
1313

1414
* https://docs.arduino.cc/learn/contributions/arduino-writing-style-guide
1515
* https://docs.arduino.cc/learn/contributions/arduino-library-style-guide
16-
* https://arduino.github.io/arduino-cli/0.27/library-specification/
17-
* https://arduino.github.io/arduino-cli/0.27/sketch-specification/
16+
* https://arduino.github.io/arduino-cli/0.29/library-specification/
17+
* https://arduino.github.io/arduino-cli/0.29/sketch-specification/

src/AbstractList.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* easy-to-use list implementations. They are specially designed and optimized
66
* for different purposes.
77
*
8-
* Copyright (C) 2021 Niklas Kaaf
8+
* Copyright (C) 2021-2022 Niklas Kaaf
99
*
1010
* This library is free software; you can redistribute it and/or
1111
* modify it under the terms of the GNU Lesser General Public

src/List.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* This file is part of the List library.
2424
*
25-
* Copyright (C) 2021 Niklas Kaaf
25+
* Copyright (C) 2021-2022 Niklas Kaaf
2626
*
2727
* This library is free software; you can redistribute it and/or
2828
* modify it under the terms of the GNU Lesser General Public

src/SingleLinkedList.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* easy-to-use list implementations. They are specially designed and optimized
66
* for different purposes.
77
*
8-
* Copyright (C) 2021 Niklas Kaaf
8+
* Copyright (C) 2021-2022 Niklas Kaaf
99
*
1010
* This library is free software; you can redistribute it and/or
1111
* modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)