Skip to content

Commit 3e104d1

Browse files
authored
Merge pull request #51 from per1234/standardize-license-file
Standardize license file
2 parents 28a913d + 89e86f1 commit 3e104d1

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

LICENSE

+3-17
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
This file includes licensing information for Arduino_DebugUtils.
2-
3-
Copyright (c) 2018 ARDUINO SA (www.arduino.cc)
4-
5-
The software is released under the GNU General Public License, which covers the main body
6-
of the Arduino_DebugUtils code. The terms of this license can be found at:
7-
https://www.gnu.org/licenses/gpl-3.0.en.html
8-
9-
You can be released from the requirements of the above licenses by purchasing
10-
a commercial license. Buying such a license is mandatory if you want to modify or
11-
otherwise use the software for commercial activities involving the Arduino
12-
software without disclosing the source code of your own applications. To purchase
13-
a commercial license, send an email to [email protected]
14-
151
GNU GENERAL PUBLIC LICENSE
162
Version 3, 29 June 2007
173

@@ -645,8 +631,8 @@ to attach them to the start of each source file to most effectively
645631
state the exclusion of warranty; and each file should have at least
646632
the "copyright" line and a pointer to where the full notice is found.
647633

648-
Arduino_DebugUtils encapsulates functionality useful for debugging code via printf statements.
649-
Copyright (C) Arduino SA, 2019, Author: Alexander Entinger
634+
<one line to give the program's name and a brief idea of what it does.>
635+
Copyright (C) <year> <name of author>
650636

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

669-
Arduino_DebugUtils Copyright (C) 2019, Arduino SA
655+
<program> Copyright (C) <year> <name of author>
670656
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
671657
This is free software, and you are welcome to redistribute it
672658
under certain conditions; type `show c' for details.

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,9 @@ Debug.setDebugLevel(DBG_VERBOSE);
111111
int i = 0;
112112
DEBUG_VERBOSE("DBG_VERBOSE i = %d", i);
113113
```
114+
115+
# License
116+
117+
Arduino_DebugUtils is licensed under the GNU General Public License v3.0.
118+
119+
You can be released from the requirements of the above license by purchasing a commercial license. Buying such a license is mandatory if you want to modify or otherwise use the software for commercial activities involving the Arduino software without disclosing the source code of your own applications. To purchase a commercial license, send an email to [email protected]

0 commit comments

Comments
 (0)