1- This file includes licensing information for ArduinoDebugUtils .
1+ This file includes licensing information for Arduino_DebugUtils .
22
33Copyright (c) 2018 ARDUINO SA (www.arduino.cc)
44
55The 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:
77https://www.gnu.org/licenses/gpl-3.0.en.html
88
99You 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
645645state the exclusion of warranty; and each file should have at least
646646the "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
667667notice 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.
0 commit comments