Skip to content

Commit 14489cc

Browse files
added copyright header to boards.h
1 parent 201af59 commit 14489cc

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

Boards.h

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
/* Boards.h - Hardware Abstraction Layer for Firmata library */
1+
/*
2+
Boards.h - Hardware Abstraction Layer for Firmata library
3+
Copyright (c) 2006-2008 Hans-Christoph Steiner. All rights reserved.
4+
5+
This library is free software; you can redistribute it and/or
6+
modify it under the terms of the GNU Lesser General Public
7+
License as published by the Free Software Foundation; either
8+
version 2.1 of the License, or (at your option) any later version.
9+
10+
See file LICENSE.txt for further informations on licensing terms.
11+
*/
212

313
#ifndef Firmata_Boards_h
414
#define Firmata_Boards_h

Firmata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Firmata.cpp - Firmata library v2.4.3 - 2015-4-11
3-
Copyright (C) 2006-2008 Hans-Christoph Steiner. All rights reserved.
3+
Copyright (c) 2006-2008 Hans-Christoph Steiner. All rights reserved.
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

Firmata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Firmata.h - Firmata library v2.4.3 - 2015-4-11
3-
Copyright (C) 2006-2008 Hans-Christoph Steiner. All rights reserved.
3+
Copyright (c) 2006-2008 Hans-Christoph Steiner. All rights reserved.
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)