Skip to content

Commit 6f4fb3f

Browse files
adding version and date to header files
1 parent 0d644bc commit 6f4fb3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Firmata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Firmata.cpp - Firmata library
2+
Firmata.cpp - Firmata library v2.3.7 - 2013-08-09
33
Copyright (C) 2006-2008 Hans-Christoph Steiner. All rights reserved.
44
55
This library is free software; you can redistribute it and/or

Firmata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Firmata.h - Firmata library
2+
Firmata.h - Firmata library v2.3.7 - 2013-08-09
33
Copyright (C) 2006-2008 Hans-Christoph Steiner. All rights reserved.
44
55
This library is free software; you can redistribute it and/or

examples/StandardFirmata/StandardFirmata.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Copyright (C) 2006-2008 Hans-Christoph Steiner. All rights reserved.
1414
Copyright (C) 2010-2011 Paul Stoffregen. All rights reserved.
1515
Copyright (C) 2009 Shigeru Kobayashi. All rights reserved.
16-
Copyright (C) 2009-2011 Jeff Hoefs. All rights reserved.
16+
Copyright (C) 2009-2013 Jeff Hoefs. All rights reserved.
1717
1818
This library is free software; you can redistribute it and/or
1919
modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)