Skip to content

Commit ff84214

Browse files
committed
Update copyright notice
1 parent f99b7d7 commit ff84214

135 files changed

Lines changed: 135 additions & 135 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# StreamUtils - github.com/bblanchon/ArduinoStreamUtils
2-
# Copyright Benoit Blanchon 2019-2023
2+
# Copyright Benoit Blanchon 2019-2024
33
# MIT License
44

55
cmake_minimum_required(VERSION 3.12)

examples/EepromRead/EepromRead.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// StreamUtils - github.com/bblanchon/ArduinoStreamUtils
2-
// Copyright Benoit Blanchon 2019-2023
2+
// Copyright Benoit Blanchon 2019-2024
33
// MIT License
44
//
55
// This example shows how to read from EEPROM

examples/EepromWrite/EepromWrite.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// StreamUtils - github.com/bblanchon/ArduinoStreamUtils
2-
// Copyright Benoit Blanchon 2019-2023
2+
// Copyright Benoit Blanchon 2019-2024
33
// MIT License
44
//
55
// This example shows how to read from EEPROM

examples/HammingSerial1/HammingSerial1.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// StreamUtils - github.com/bblanchon/ArduinoStreamUtils
2-
// Copyright Benoit Blanchon 2019-2023
2+
// Copyright Benoit Blanchon 2019-2024
33
// MIT License
44
//
55
// This example shows how to use Hamming codes for error correction

examples/HammingSoftwareSerial/HammingSoftwareSerial.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// StreamUtils - github.com/bblanchon/ArduinoStreamUtils
2-
// Copyright Benoit Blanchon 2019-2023
2+
// Copyright Benoit Blanchon 2019-2024
33
// MIT License
44
//
55
// This example shows how to use Hamming codes for error correction

examples/Logger/Logger.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// StreamUtils - github.com/bblanchon/ArduinoStreamUtils
2-
// Copyright Benoit Blanchon 2019-2023
2+
// Copyright Benoit Blanchon 2019-2024
33
// MIT License
44
//
55
// This example shows how to log what goes through a Stream, both reads and

examples/ProgmemStream/ProgmemStream.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// StreamUtils - github.com/bblanchon/ArduinoStreamUtils
2-
// Copyright Benoit Blanchon 2019-2023
2+
// Copyright Benoit Blanchon 2019-2024
33
// MIT License
44
//
55
// This example shows how to use StringStream

examples/ReadBuffer/ReadBuffer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// StreamUtils - github.com/bblanchon/ArduinoStreamUtils
2-
// Copyright Benoit Blanchon 2019-2023
2+
// Copyright Benoit Blanchon 2019-2024
33
// MIT License
44
//
55
// This example shows how to buffer the read operations of a stream.

examples/ReadLogger/ReadLogger.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// StreamUtils - github.com/bblanchon/ArduinoStreamUtils
2-
// Copyright Benoit Blanchon 2019-2023
2+
// Copyright Benoit Blanchon 2019-2024
33
// MIT License
44
//
55
// This example shows how to log what read from a Stream

examples/StringPrint/StringPrint.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// StreamUtils - github.com/bblanchon/ArduinoStreamUtils
2-
// Copyright Benoit Blanchon 2019-2023
2+
// Copyright Benoit Blanchon 2019-2024
33
// MIT License
44
//
55
// This example shows how to use StringPrint

0 commit comments

Comments
 (0)