Skip to content

Commit 0b57397

Browse files
agdlFederico Fissore
authored andcommitted
First licenses review
1 parent ad109b1 commit 0b57397

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

README.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ http://arduino.cc/en/Reference/Stepper
88
== License ==
99

1010
Copyright (c) Arduino LLC. All right reserved.
11+
Copyright (c) Sebastian Gassner. All right reserved.
12+
Copyright (c) Noah Shibley. All right reserved.
1113

1214
This library is free software; you can redistribute it and/or
1315
modify it under the terms of the GNU Lesser General Public

src/Stepper.cpp

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,20 @@
4040
The circuits can be found at
4141
4242
http://www.arduino.cc/en/Tutorial/Stepper
43-
43+
44+
This library is free software; you can redistribute it and/or
45+
modify it under the terms of the GNU Lesser General Public
46+
License as published by the Free Software Foundation; either
47+
version 2.1 of the License, or (at your option) any later version.
48+
49+
This library is distributed in the hope that it will be useful,
50+
but WITHOUT ANY WARRANTY; without even the implied warranty of
51+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
52+
Lesser General Public License for more details.
53+
54+
You should have received a copy of the GNU Lesser General Public
55+
License along with this library; if not, write to the Free Software
56+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
4457
4558
*/
4659

src/Stepper.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,20 @@
3939
4040
The circuits can be found at
4141
http://www.arduino.cc/en/Tutorial/Stepper
42+
43+
This library is free software; you can redistribute it and/or
44+
modify it under the terms of the GNU Lesser General Public
45+
License as published by the Free Software Foundation; either
46+
version 2.1 of the License, or (at your option) any later version.
47+
48+
This library is distributed in the hope that it will be useful,
49+
but WITHOUT ANY WARRANTY; without even the implied warranty of
50+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
51+
Lesser General Public License for more details.
52+
53+
You should have received a copy of the GNU Lesser General Public
54+
License along with this library; if not, write to the Free Software
55+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
4256
*/
4357

4458
// ensure this library description is only included once

0 commit comments

Comments
 (0)