Skip to content

Commit 39103a8

Browse files
committed
Replacing remaining instances of 'ArduinoDebugUtils' with 'Arduino_DebugUtils'
1 parent 1c8621e commit 39103a8

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Diff for: LICENSE

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
This file includes licensing information for ArduinoDebugUtils.
1+
This file includes licensing information for Arduino_DebugUtils.
22

33
Copyright (c) 2018 ARDUINO SA (www.arduino.cc)
44

55
The software is released under the GNU General Public License, which covers the main body
6-
of the ArduinoDebugUtils code. The terms of this license can be found at:
6+
of the Arduino_DebugUtils code. The terms of this license can be found at:
77
https://www.gnu.org/licenses/gpl-3.0.en.html
88

99
You can be released from the requirements of the above licenses by purchasing
@@ -645,8 +645,8 @@ to attach them to the start of each source file to most effectively
645645
state the exclusion of warranty; and each file should have at least
646646
the "copyright" line and a pointer to where the full notice is found.
647647

648-
ArduinoDebugUtils encapsulates functionality useful for debugging code via printf statements.
649-
Copyright (C) Arduino SA, 2019, Alexander Entinger
648+
Arduino_DebugUtils encapsulates functionality useful for debugging code via printf statements.
649+
Copyright (C) Arduino SA, 2019, Author: Alexander Entinger
650650

651651
This program is free software: you can redistribute it and/or modify
652652
it under the terms of the GNU General Public License as published by
@@ -666,7 +666,7 @@ Also add information on how to contact you by electronic and paper mail.
666666
If the program does terminal interaction, make it output a short
667667
notice like this when it starts in an interactive mode:
668668

669-
ArduinoDebugUtils Copyright (C) 2019, Arduino SA
669+
Arduino_DebugUtils Copyright (C) 2019, Arduino SA
670670
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
671671
This is free software, and you are welcome to redistribute it
672672
under certain conditions; type `show c' for details.

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ArduinoDebugUtils
2-
=================
1+
Arduino_DebugUtils
2+
==================
33

44
This class provides functionality useful for debugging sketches via `printf`-style statements.
55

Diff for: src/Arduino_DebugUtils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
This file is part of ArduinoDebugUtils.
2+
This file is part of Arduino_DebugUtils.
33
44
Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
55

Diff for: src/Arduino_DebugUtils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
This file is part of ArduinoDebugUtils.
2+
This file is part of Arduino_DebugUtils.
33
44
Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
55

0 commit comments

Comments
 (0)