Added license tags
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Thu, 15 Feb 2018 06:49:09 +0000 (22:49 -0800)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Thu, 15 Feb 2018 06:49:09 +0000 (22:49 -0800)
152 files changed:
CODE_TAG [new file with mode: 0644]
LICENSE [new file with mode: 0644]
src/avr/CODE_TAG [deleted file]
src/avr/LICENSE [deleted file]
src/avr/data_usage.py [changed mode: 0755->0644]
src/avr/src/axis.c
src/avr/src/axis.h
src/avr/src/base64.c
src/avr/src/base64.h
src/avr/src/command.c
src/avr/src/command.def
src/avr/src/command.h
src/avr/src/commands.c
src/avr/src/config.h
src/avr/src/cpp_magic.h
src/avr/src/drv8711.c
src/avr/src/drv8711.h
src/avr/src/estop.c
src/avr/src/estop.h
src/avr/src/exec.c
src/avr/src/exec.h
src/avr/src/hardware.c
src/avr/src/hardware.h
src/avr/src/huanyang.c
src/avr/src/huanyang.h
src/avr/src/i2c.c
src/avr/src/i2c.h
src/avr/src/jog.c
src/avr/src/jog.h
src/avr/src/lcd.c
src/avr/src/lcd.h
src/avr/src/line.c
src/avr/src/main.c
src/avr/src/messages.def
src/avr/src/motor.c
src/avr/src/motor.h
src/avr/src/outputs.c
src/avr/src/outputs.h
src/avr/src/pgmspace.h
src/avr/src/pins.c
src/avr/src/pins.h
src/avr/src/pwm_spindle.c
src/avr/src/pwm_spindle.h
src/avr/src/report.c
src/avr/src/report.h
src/avr/src/ringbuf.def
src/avr/src/rtc.c
src/avr/src/rtc.h
src/avr/src/scurve.c
src/avr/src/scurve.h
src/avr/src/seek.c
src/avr/src/seek.h
src/avr/src/spindle.c
src/avr/src/spindle.h
src/avr/src/state.c
src/avr/src/state.h
src/avr/src/status.c
src/avr/src/status.h
src/avr/src/stepper.c
src/avr/src/stepper.h
src/avr/src/switch.c
src/avr/src/switch.h
src/avr/src/type.c
src/avr/src/type.def
src/avr/src/type.h
src/avr/src/usart.c
src/avr/src/usart.h
src/avr/src/util.c
src/avr/src/util.h
src/avr/src/vars.c
src/avr/src/vars.def
src/avr/src/vars.h
src/avr/test/hal.c
src/avr/test/planner-test.c
src/avr/test/plot.py [changed mode: 0755->0644]
src/boot/src/boot.c
src/boot/src/boot.h
src/boot/src/sp_driver.h
src/jade/index.jade
src/jade/templates/admin-view.jade
src/jade/templates/axis-control.jade
src/jade/templates/console.jade
src/jade/templates/control-view.jade
src/jade/templates/estop.jade
src/jade/templates/gcode-view.jade
src/jade/templates/indicators.jade
src/jade/templates/io-view.jade
src/jade/templates/message.jade
src/jade/templates/motor-view.jade
src/jade/templates/templated-input.jade
src/jade/templates/tool-view.jade
src/jig/src/config.h
src/jig/src/encoder.c
src/jig/src/encoder.h
src/jig/src/main.c
src/jig/src/pins.c
src/jig/src/pins.h
src/jig/src/ringbuf.def
src/jig/src/rtc.c
src/jig/src/rtc.h
src/jig/src/usart.c
src/jig/src/usart.h
src/js/admin-view.js
src/js/api.js
src/js/app.js
src/js/axis-control.js
src/js/console.js
src/js/control-view.js
src/js/gauge.js
src/js/gcode-view.js
src/js/indicators.js
src/js/io-view.js
src/js/main.js
src/js/message.js
src/js/motor-view.js
src/js/sock.js
src/js/templated-input.js
src/js/tool-view.js
src/pwr/config.h
src/pwr/main.c
src/pwr/pins.c
src/pwr/pins.h
src/py/bbctrl/APIHandler.py
src/py/bbctrl/AVR.py
src/py/bbctrl/Cmd.py [changed mode: 0755->0644]
src/py/bbctrl/Config.py
src/py/bbctrl/Ctrl.py
src/py/bbctrl/FileHandler.py
src/py/bbctrl/GCodeStream.py
src/py/bbctrl/I2C.py
src/py/bbctrl/Jog.py
src/py/bbctrl/LCD.py
src/py/bbctrl/Messages.py
src/py/bbctrl/Planner.py
src/py/bbctrl/Pwr.py
src/py/bbctrl/State.py
src/py/bbctrl/Web.py
src/py/bbctrl/__init__.py [changed mode: 0755->0644]
src/py/inevent/AbsAxisScaling.py
src/py/inevent/Constants.py
src/py/inevent/Event.py
src/py/inevent/EventHandler.py
src/py/inevent/EventState.py
src/py/inevent/EventStream.py
src/py/inevent/FindDevices.py
src/py/inevent/InEvent.py
src/py/inevent/JogHandler.py
src/py/inevent/Keys.py
src/py/inevent/__init__.py
src/py/inevent/ioctl.py
src/py/lcd/__init__.py [changed mode: 0755->0644]
src/py/lcd/splash.py [changed mode: 0755->0644]

diff --git a/CODE_TAG b/CODE_TAG
new file mode 100644 (file)
index 0000000..d36ffb0
--- /dev/null
+++ b/CODE_TAG
@@ -0,0 +1,22 @@
+                This file is part of the Buildbotics firmware.
+
+                  Copyright (c) 2015 - 2018, Buildbotics LLC
+                            All rights reserved.
+
+     This file ("the software") is free software: you can redistribute it
+     and/or modify it under the terms of the GNU General Public License,
+      version 2 as published by the Free Software Foundation. You should
+      have received a copy of the GNU General Public License, version 2
+     along with the software. If not, see <http://www.gnu.org/licenses/>.
+
+     The software is distributed in the hope that it will be useful, but
+          WITHOUT ANY WARRANTY; without even the implied warranty of
+      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+               Lesser General Public License for more details.
+
+       You should have received a copy of the GNU Lesser General Public
+                License along with the software.  If not, see
+                       <http://www.gnu.org/licenses/>.
+
+                For information regarding this software email:
+                  "Joseph Coffland" <joseph@buildbotics.com>
diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
index 0000000..ac86d6d
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,377 @@
+The Buildbotics firmware ("the software") is free software: you can
+redistribute it and/or modify it under the terms of the GNU General
+Public License, version 2 (with out any licensing exceptions) as
+published by the Free Software Foundation.  See the full license terms
+below.
+
+***********************************************************************
+
+Substantial effort was made to give credit to all authors of this
+software and of the works it was derived from and to adhere to the
+terms of the applicable license agreements.  If you belive any
+mistakes have been made in this regard please contact Joseph Coffland
+<joseph@buildbotics.com>.
+
+Portions of this software are copyrighted by the following entities:
+
+  Copyright (c) 2015 - 2016 Buildbotics LLC
+  Copyright (c) 2014 Thomas Nixon, Jonathan Heathcote (cpp_magic.h)
+  All rights reserved.
+
+Each source code file lists the entities which claim copyright to
+parts of those files.
+
+Much of this software was originally written by Alden S. Hart, Jr. and
+Robert Giseburt as part of the TinyG project.  The TinyG project was
+in turn derived from grbl/marlin firmwares.  All of the original code
+has been reformatted and cleaned up to fit our coding standards.
+Functionality in many areas has been substantially modified.
+
+The original TinyG firmware is licensed under the GPL v2 and includes
+an exception which allows use of the source code by non-GPLed
+libraires and potentially executables linked to those libraries.  The
+TinyG project's license did not specify that this exception must be
+offered in derived works, therefore this software's license DOES NOT
+offer any exceptions to the GPL v2 license.
+
+***********************************************************************
+
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+                            NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
diff --git a/src/avr/CODE_TAG b/src/avr/CODE_TAG
deleted file mode 100644 (file)
index a0a7364..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-                This file is part of the Buildbotics firmware.
-
-                  Copyright (c) 2015 - 2017, Buildbotics LLC
-                            All rights reserved.
-
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
-
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
-
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
-
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
diff --git a/src/avr/LICENSE b/src/avr/LICENSE
deleted file mode 100644 (file)
index ac86d6d..0000000
+++ /dev/null
@@ -1,377 +0,0 @@
-The Buildbotics firmware ("the software") is free software: you can
-redistribute it and/or modify it under the terms of the GNU General
-Public License, version 2 (with out any licensing exceptions) as
-published by the Free Software Foundation.  See the full license terms
-below.
-
-***********************************************************************
-
-Substantial effort was made to give credit to all authors of this
-software and of the works it was derived from and to adhere to the
-terms of the applicable license agreements.  If you belive any
-mistakes have been made in this regard please contact Joseph Coffland
-<joseph@buildbotics.com>.
-
-Portions of this software are copyrighted by the following entities:
-
-  Copyright (c) 2015 - 2016 Buildbotics LLC
-  Copyright (c) 2014 Thomas Nixon, Jonathan Heathcote (cpp_magic.h)
-  All rights reserved.
-
-Each source code file lists the entities which claim copyright to
-parts of those files.
-
-Much of this software was originally written by Alden S. Hart, Jr. and
-Robert Giseburt as part of the TinyG project.  The TinyG project was
-in turn derived from grbl/marlin firmwares.  All of the original code
-has been reformatted and cleaned up to fit our coding standards.
-Functionality in many areas has been substantially modified.
-
-The original TinyG firmware is licensed under the GPL v2 and includes
-an exception which allows use of the source code by non-GPLed
-libraires and potentially executables linked to those libraries.  The
-TinyG project's license did not specify that this exception must be
-offered in derived works, therefore this software's license DOES NOT
-offer any exceptions to the GPL v2 license.
-
-***********************************************************************
-
-                    GNU GENERAL PUBLIC LICENSE
-                       Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                            Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Lesser General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have.  You must make sure that they, too, receive or can get the
-source code.  And you must show them these terms so they know their
-rights.
-
-  We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-  Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software.  If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary.  To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-                    GNU GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License.  The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language.  (Hereinafter, translation is included without limitation in
-the term "modification".)  Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
-  1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
-  2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) You must cause the modified files to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    b) You must cause any work that you distribute or publish, that in
-    whole or in part contains or is derived from the Program or any
-    part thereof, to be licensed as a whole at no charge to all third
-    parties under the terms of this License.
-
-    c) If the modified program normally reads commands interactively
-    when run, you must cause it, when started running for such
-    interactive use in the most ordinary way, to print or display an
-    announcement including an appropriate copyright notice and a
-    notice that there is no warranty (or else, saying that you provide
-    a warranty) and that users may redistribute the program under
-    these conditions, and telling the user how to view a copy of this
-    License.  (Exception: if the Program itself is interactive but
-    does not normally print such an announcement, your work based on
-    the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
-    a) Accompany it with the complete corresponding machine-readable
-    source code, which must be distributed under the terms of Sections
-    1 and 2 above on a medium customarily used for software interchange; or,
-
-    b) Accompany it with a written offer, valid for at least three
-    years, to give any third party, for a charge no more than your
-    cost of physically performing source distribution, a complete
-    machine-readable copy of the corresponding source code, to be
-    distributed under the terms of Sections 1 and 2 above on a medium
-    customarily used for software interchange; or,
-
-    c) Accompany it with the information you received as to the offer
-    to distribute corresponding source code.  (This alternative is
-    allowed only for noncommercial distribution and only if you
-    received the program in object code or executable form with such
-    an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it.  For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable.  However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License.  Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
-  5. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Program or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
-  6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
-  7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded.  In such case, this License incorporates
-the limitation as if written in the body of this License.
-
-  9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation.  If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
-  10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission.  For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this.  Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
-                            NO WARRANTY
-
-  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
-  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-                     END OF TERMS AND CONDITIONS
-
-            How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License along
-    with this program; if not, write to the Free Software Foundation, Inc.,
-    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
-    Gnomovision version 69, Copyright (C) year name of author
-    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
-  `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
-  <signature of Ty Coon>, 1 April 1989
-  Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs.  If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.
old mode 100755 (executable)
new mode 100644 (file)
index 8ba92f0..27863ec
@@ -1,5 +1,32 @@
 #!/usr/bin/env python3
 
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import os
 import re
 import shlex
index 77bccaa986a827b9039587820dd0ccb924b47857..5248978930c9b286cd53ba2a75eba5b727a43930 100644 (file)
@@ -1,31 +1,30 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
-
 #include "axis.h"
 #include "motor.h"
 #include "switch.h"
index 5658cf165fecde9f851eeaee76cc750bc73e3da3..706d072d8df948025ee0b447a259e9c868b18f04 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 545e6702b7b55b65a22443028f204f017eb0b787..e6bbe993acac6ad27cc56d62983a83d73c67631b 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index feaaa7ba1f4fc21a639bb2957016a223c3e13a41..ed6e6a6f69175adfa8064aa643fd0cd7b64894a5 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index ed446c4c5527664dabefedcb7ad1e57e2c8012e6..2b5ca0d99404dea71a076fd3eaae15277890e3c9 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 8cd94dd1fb0581684578d65a447a9ae5a14b934e..e9de9b99ddb2822ea9d3bf305f556bd1e0c05c4d 100644 (file)
@@ -1,31 +1,30 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
-
 CMD('$', var,       0, "Set or get variable")
 CMD('#', sync_var,  1, "Set variable synchronous")
 CMD('s', seek,      1, "[switch][flags:active|error]")
index 03f0b88417f4697b8166d76596ed18da81b33ed9..f6c8a3f9da6b855db8a628f47e98a4accc6546d9 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index aa6670c99fae2a15582aa24a991c69de8b798eea..3d5f092a8e835064b66fe17a1bb111bed92feb0e 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index eb2dbfee6e3173551a603ac0f70f8468f0526ec9..c9d6717341b15b8754e2b736b88104efbe2260c4 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index f5f2918f8016c173a10e8ef959d9eadf1be991f4..f677c1a43b1e3ea149cad153969710e245ecdc3f 100644 (file)
@@ -1,29 +1,27 @@
 /******************************************************************************\
 
-                     This file is part of the uSHET library.
-                        See https://github.com/18sg/uSHET
-
-              Copyright (c) 2014 Thomas Nixon, Jonathan Heathcote
-                            All rights reserved.
-
-    Permission is hereby granted, free of charge, to any person obtaining
-       a copy of this software and associated documentation files (the
-     "Software"), to deal in the Software without restriction, including
-     without limitation the rights to use, copy, modify, merge, publish,
-      distribute, sublicense, and/or sell copies of the Software, and to
-    permit persons to whom the Software is furnished to do so, subject to
-                          the following conditions:
-
-        The above copyright notice and this permission notice shall be
-       included in all copies or substantial portions of the Software.
-
-       THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-      EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-            MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-       WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+                 This file is part of the Buildbotics firmware.
+
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
+
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
+
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
+
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
+
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 88ebff6e236c605d6887c6f0741cde300e4ba2c9..ba8cea20ab34e3cafeff918377b938aed05df0f5 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 83563223db3f39661115ea12086e190e907c00bd..3119eb3eb4999e7606abc8171907dff2b6300270 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 4d8f9e97e2d1f23a79f7f7d4c5c0b246845fc01a..943ce38652169998247ae43d74b0ca1713ac35bd 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 757e03fdc05b0e64c6bc16326254aff9fafadbe6..6d139f0cff7e19cb44746d43b0d3c93294813879 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 3aec68bd3c6af31d056e7fbc1652c06277554839..6a3833178a5896d765216fa97baf97455c815d23 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index e512b1407dbc946d124a6799c6fefe9a752917c5..bb05dd4e20adf21cb8c7acf0cbb7a2286feba23b 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index b4d937c6d85c14cc71df3e9da2f49fe4ab28eea7..54cfdc69a713fafddd55a79e0ad8039d49001c81 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 8dbd9286a9ec773ae2ebff06c11b62d49b71a2aa..3bdef8965b8f3b8f2f9552a4fd1126117c3bc422 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 84c20559077074480cea9873987da0e3f4eed73e..9cd3e0a1e76c2a143536fb7b70e137644677fbf1 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 3e2847162a40fe0a488615f9565b55c8a2e4cde3..ce908ddc40aeb418e9bef6174d5b7f9713134d39 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 45fa9d071ff26c6aca2d707314a428d72660900c..b75450447170ff1f336a75422bf72b2d08163ecf 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 0ef554a1205bcb2729daa0955adc60600a787b03..7cd55ca9402511a1f56b2672c8c892abc9366d12 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index bc5705b29dda45057faa88518d47e0bea803b853..81887ad796cbb28a71b0f29a14f6681e4fd94fc6 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 8d644460f03995cf167ef55996b7f870f5cdd888..14281d347331439824d5ca8bf4c3ac4438cd55af 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 43f57dddce86dfb9da2fe83052650ea8e88aed87..71f6be8fa4f6b844dd5dcc0f2c97ffbb1d50a093 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 7bc2148ea5cd3cbd37598ebfda63df5364a39a18..188bf8166ee2015ee32c92908bc07eb220a02719 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 15344ae664f07652ac0967f3397381556f64b632..826686db3afc03984c9af5708317a0a599458586 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 690bc54525563d7ffc736ba672ccecf841876b3a..3ddd612a08e2d0dd3058c04438009e1ac91f003d 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index c3417d9d82d5e298e7fef8e9b77d30e5f7703874..cd3efbdd00795e14271eb26dd315939d95f2af5b 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 543230fee556b05106f8a720c9a44e91d3642cff..d791d43273566066b472e32379ffc9dca8c7c89e 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index e0786fa5a172098722e5e06c87ecd8404a3aa8cf..c83d7740798345a4dfc695609ddf27a21c8e35ef 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 0a8805dd0cda771e6cb1f1d34a56775fdedd5372..90b8818dd5ec157d6e678a6bbbbe53d4d167fed3 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index a7050695d0741e767aa00a130877abc54ec644e2..b775303de998ca8358c6825ec31228a195f8f595 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 81cd667a04018db194ba03e39aebf1da52dad2f9..6e6a9e75675148f21e6b18dace698a42356a3630 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 65fb849e3829b78b2fa350b4a1e1e58b4e7c0a10..65782fde2733d6e8b4ce813880ec853681357eec 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index d122e1b3993e908ca11ab0cca0779955adca63b3..49ae19e5929c36683b8fb4e226a70731faafef57 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 3174d747b459e38f5641b4552a476a1d8378afb3..942f40b14b443dcf17e8540eb03d9e6d5b3dcb0c 100644 (file)
@@ -1,31 +1,30 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
-
 #include "pwm_spindle.h"
 
 #include "config.h"
index cd38bb1ed0e5ae19b81d68c0f4d39b56cc2ab267..13580624d95199c7d4f1238b80e86a356365d121 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index bb04f63ae479ad2a3c270f7879e98fcae9d175d5..11701c42263d80f5786d9e2756f15737d057e860 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index dd0106cb21da139975623741778dd15d4e89cb83..2833637c7f91fb16c1d433f9da73d8ad8abf7dfa 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index bb08720270fe3ec49d80fadd6e9353165735c2ca..96d1db1cd013c630ff77b572d5f379489bb5f283 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index d37f9e1ea1054759566253b2fba1f7767fb06169..00d8217cce0fe49788d28ef8fc18ff172c28b2a6 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index c25ebd07772b2c5a3d39fd40f1368a9e828f5b31..6313ae9b657fd1dd1ff7e649054205e3aa679c28 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 08efe8ec12c988dc651c22d19700a8102c875cd0..ff7f2479cf80a6225b31adb9309b1395a69c339d 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 58bc8364cfb9d81dd539ec80b1d465879930b6da..bb1c1964e93cc882fef0571c5c94dc2db725896d 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 34516a14acf5a28150e038ecf94946d86569d2d3..43b235af5477e1664c8a68b135bdbfe72ebf3f7d 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 8d20d890873be4f92fde57b4c2a7d106027247cb..7e97dd74549d1c97992ad7bc066beef49024a7ca 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 29c3e430c1cd97ad18d040bd13d0528bb52a0764..ee3730eb3ed054418fb6917e5395816170ebe623 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                           All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 2d55a300e734e010f00bb2f9af603fc3555ba60d..5473877c6e64d342e8a89cc5e6095119444f7c83 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 68fafb8a6e50cedbb4b828aa421215c74bca1023..ee6016e11b988df85ae793bc71a597105ecaa595 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index fd71da1dd5e0f3d38c9acad5552d2965c796953d..fcae437b1b88daa21ef7db04a5642e2b3aa360a2 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 8351b5db8d6d59da708361c71b51f63261a8e5e5..a4922092787d8ce9ce3581dc305738de662b921c 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                           All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 3cb5933729916e6afe472df468d59242766c7dec..4523804fcab7a60fbf6c1c38364ade978ca73110 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index abaa9c463d7dd715310e719bbd168b793c0cd4fc..4603a14cde758e5457b3f216ceb3ce831b45ebae 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 7fd52a001978669cd75fcdfca580ce9fe65e5315..424e69f692d3465102310606d1b9f80a0cfd3d5b 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 28a28672d22eca2d892fea2e0a6d13677e032f01..52cfbc49281eb63d76402b61f13dc7e70a76ea42 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 10906fad8468092da9f1172896f8e646c576e44c..929f327aa34b0be0d1301b631b6ba745d2e5df72 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                           All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 98ed175b82641bc1874c571faed2afff8ce4d1a5..d8b232662f9aa751a25f00d992bb922acf4a6dbd 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 3790b0887a95344aee739515668dabdf7f1598b4..68f8330fd5124c53e07822229028761df27e4247 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index d5684613a4082fbad61fc468169d8c05678ef141..8307c5acafc52004b7de6a5a8be6f9883ffcb3ed 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 89373fb47b99c2b2c1011bed48d42a79cda2a9e1..12aa002d47a2e7ac53fb7e9ac69401c926cf0f9e 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index d806a7d92262ed75f55c532157fcde6eb0e8f90f..9d5a272b53b34cd13dca8f4a7c15289fb2aef2a4 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index d6d55efdee2d3fd2b0c414c98ac3e8ac84752aa4..1a60669d74b82db26d50b7c109d26c3828ea2194 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 2a068df039cb6b98c06ff8afd4bf68094aad1f78..1a4ea42331de8f1514f302ce741af2bcc1352c3f 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index d7051d171ca9c64170a1bfc11ad06d2080af0a1d..f50ae7816f8dfb55a773f26fc23f7665137f716c 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index fe38672864e63e835d82d3fada2d5f580b4bf21e..b56c6a476b41c8a952759c483902314c8963dd59 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 1c8b8f3e6229d838572a6b2351d7a9f1857c4c70..b6ceffbd6ee4c1fb54ed3bef970c300087e77076 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index ad89f2515f09883a9135201437fde4a7c720e7df..8903759658672ebf802b58feb385cb46ac9837ea 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 8091ac1c25d2a1379a698fcd77e06e6f521e45ff..c5e78d9faf81897795417913a5717c5f4fc95e79 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
old mode 100755 (executable)
new mode 100644 (file)
index 28fc6c5..4db0aa2
@@ -1,5 +1,32 @@
 #!/usr/bin/env python3
 
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import sys
 import csv
 import matplotlib.pyplot as plt
index 2b6c54d04eaeba64f92a6d0917d427373103367f..51376178039387dfdddaf52be49fbf63387dd8b5 100644 (file)
@@ -1,28 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-          Copyright (c) 2010 Alex Forencich <alex@alexforencich.com>
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 2af4be1c8ed50d240a138587da7a49e65258bf8f..def2d06d1f222072d4d397ab12ca74bf71ad63a1 100644 (file)
@@ -1,28 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-          Copyright (c) 2010 Alex Forencich <alex@alexforencich.com>
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 01aeaee519fc1ae28a2917662777a73704117e84..0cb91808120274b9d178091f97784c61be7d1b7e 100644 (file)
@@ -1,3 +1,30 @@
+/******************************************************************************\
+
+                 This file is part of the Buildbotics firmware.
+
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
+
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
+
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
+
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
+
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
+
+\******************************************************************************/
+
 /*******************************************************************************
  * $Revision: 1691 $
  * $Date: 2008-07-29 13:25:40 +0200 (ti, 29 jul 2008) $  \n
index 1a2e637d50f5a2313ce26dd7e393ccd5a7b1dbb5..d79b422aabc5e7438d808cfa9a818a52b6927378 100644 (file)
@@ -1,3 +1,30 @@
+////////////////////////////////////////////////////////////////////////////////
+//                                                                            //
+//               This file is part of the Buildbotics firmware.               //
+//                                                                            //
+//                 Copyright (c) 2015 - 2018, Buildbotics LLC                 //
+//                            All rights reserved.                            //
+//                                                                            //
+//    This file ("the software") is free software: you can redistribute it    //
+//    and/or modify it under the terms of the GNU General Public License,     //
+//     version 2 as published by the Free Software Foundation. You should     //
+//     have received a copy of the GNU General Public License, version 2      //
+//    along with the software. If not, see <http://www.gnu.org/licenses/>.    //
+//                                                                            //
+//    The software is distributed in the hope that it will be useful, but     //
+//         WITHOUT ANY WARRANTY; without even the implied warranty of         //
+//     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU      //
+//              Lesser General Public License for more details.               //
+//                                                                            //
+//      You should have received a copy of the GNU Lesser General Public      //
+//               License along with the software.  If not, see                //
+//                      <http://www.gnu.org/licenses/>.                       //
+//                                                                            //
+//               For information regarding this software email:               //
+//                 "Joseph Coffland" <joseph@buildbotics.com>                 //
+//                                                                            //
+////////////////////////////////////////////////////////////////////////////////
+
 include ../../build/hashes.jade
 
 
index 42b48fe26c868deb97ad097a01c07a2bc92d66bd..6786923165fdf457d3fb63eb945545698139420c 100644 (file)
@@ -1,3 +1,30 @@
+////////////////////////////////////////////////////////////////////////////////
+//                                                                            //
+//               This file is part of the Buildbotics firmware.               //
+//                                                                            //
+//                 Copyright (c) 2015 - 2018, Buildbotics LLC                 //
+//                            All rights reserved.                            //
+//                                                                            //
+//    This file ("the software") is free software: you can redistribute it    //
+//    and/or modify it under the terms of the GNU General Public License,     //
+//     version 2 as published by the Free Software Foundation. You should     //
+//     have received a copy of the GNU General Public License, version 2      //
+//    along with the software. If not, see <http://www.gnu.org/licenses/>.    //
+//                                                                            //
+//    The software is distributed in the hope that it will be useful, but     //
+//         WITHOUT ANY WARRANTY; without even the implied warranty of         //
+//     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU      //
+//              Lesser General Public License for more details.               //
+//                                                                            //
+//      You should have received a copy of the GNU Lesser General Public      //
+//               License along with the software.  If not, see                //
+//                      <http://www.gnu.org/licenses/>.                       //
+//                                                                            //
+//               For information regarding this software email:               //
+//                 "Joseph Coffland" <joseph@buildbotics.com>                 //
+//                                                                            //
+////////////////////////////////////////////////////////////////////////////////
+
 script#admin-view-template(type="text/x-template")
   #admin
     h2 Hostname
index 8851e86eb989ac7e6f8c171a0bb0fed7e6cca18d..a498089feab78f92cf292894669e632be8abca1f 100644 (file)
@@ -1,3 +1,30 @@
+////////////////////////////////////////////////////////////////////////////////
+//                                                                            //
+//               This file is part of the Buildbotics firmware.               //
+//                                                                            //
+//                 Copyright (c) 2015 - 2018, Buildbotics LLC                 //
+//                            All rights reserved.                            //
+//                                                                            //
+//    This file ("the software") is free software: you can redistribute it    //
+//    and/or modify it under the terms of the GNU General Public License,     //
+//     version 2 as published by the Free Software Foundation. You should     //
+//     have received a copy of the GNU General Public License, version 2      //
+//    along with the software. If not, see <http://www.gnu.org/licenses/>.    //
+//                                                                            //
+//    The software is distributed in the hope that it will be useful, but     //
+//         WITHOUT ANY WARRANTY; without even the implied warranty of         //
+//     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU      //
+//              Lesser General Public License for more details.               //
+//                                                                            //
+//      You should have received a copy of the GNU Lesser General Public      //
+//               License along with the software.  If not, see                //
+//                      <http://www.gnu.org/licenses/>.                       //
+//                                                                            //
+//               For information regarding this software email:               //
+//                 "Joseph Coffland" <joseph@buildbotics.com>                 //
+//                                                                            //
+////////////////////////////////////////////////////////////////////////////////
+
 script#axis-control-template(type="text/x-template")
   svg(xmlns="http://www.w3.org/2000/svg",
     xmlns:xlink="http://www.w3.org/1999/xlink",
index 93bf3b3ec8d982ab96ceb755b8c61c22e0ee62ef..aa0ba5e98a8c9291c5db4b8a83c0d4ac8a8f4d7d 100644 (file)
@@ -1,3 +1,30 @@
+////////////////////////////////////////////////////////////////////////////////
+//                                                                            //
+//               This file is part of the Buildbotics firmware.               //
+//                                                                            //
+//                 Copyright (c) 2015 - 2018, Buildbotics LLC                 //
+//                            All rights reserved.                            //
+//                                                                            //
+//    This file ("the software") is free software: you can redistribute it    //
+//    and/or modify it under the terms of the GNU General Public License,     //
+//     version 2 as published by the Free Software Foundation. You should     //
+//     have received a copy of the GNU General Public License, version 2      //
+//    along with the software. If not, see <http://www.gnu.org/licenses/>.    //
+//                                                                            //
+//    The software is distributed in the hope that it will be useful, but     //
+//         WITHOUT ANY WARRANTY; without even the implied warranty of         //
+//     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU      //
+//              Lesser General Public License for more details.               //
+//                                                                            //
+//      You should have received a copy of the GNU Lesser General Public      //
+//               License along with the software.  If not, see                //
+//                      <http://www.gnu.org/licenses/>.                       //
+//                                                                            //
+//               For information regarding this software email:               //
+//                 "Joseph Coffland" <joseph@buildbotics.com>                 //
+//                                                                            //
+////////////////////////////////////////////////////////////////////////////////
+
 script#console-template(type="text/x-template")
   .console
     .toolbar
index 21338432afcf99929325a7d68dfc6ee32ab8efa2..fdacd5cfd1a26a93c0727f07b636909728d0622e 100644 (file)
@@ -1,3 +1,30 @@
+////////////////////////////////////////////////////////////////////////////////
+//                                                                            //
+//               This file is part of the Buildbotics firmware.               //
+//                                                                            //
+//                 Copyright (c) 2015 - 2018, Buildbotics LLC                 //
+//                            All rights reserved.                            //
+//                                                                            //
+//    This file ("the software") is free software: you can redistribute it    //
+//    and/or modify it under the terms of the GNU General Public License,     //
+//     version 2 as published by the Free Software Foundation. You should     //
+//     have received a copy of the GNU General Public License, version 2      //
+//    along with the software. If not, see <http://www.gnu.org/licenses/>.    //
+//                                                                            //
+//    The software is distributed in the hope that it will be useful, but     //
+//         WITHOUT ANY WARRANTY; without even the implied warranty of         //
+//     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU      //
+//              Lesser General Public License for more details.               //
+//                                                                            //
+//      You should have received a copy of the GNU Lesser General Public      //
+//               License along with the software.  If not, see                //
+//                      <http://www.gnu.org/licenses/>.                       //
+//                                                                            //
+//               For information regarding this software email:               //
+//                 "Joseph Coffland" <joseph@buildbotics.com>                 //
+//                                                                            //
+////////////////////////////////////////////////////////////////////////////////
+
 script#control-view-template(type="text/x-template")
   #control
     table.axes
index 0fc0f4548150d78fe99e2c8485f483184600a2b0..748eb9e98e073307321f032486cb480f2e2285c2 100644 (file)
@@ -1,3 +1,30 @@
+////////////////////////////////////////////////////////////////////////////////
+//                                                                            //
+//               This file is part of the Buildbotics firmware.               //
+//                                                                            //
+//                 Copyright (c) 2015 - 2018, Buildbotics LLC                 //
+//                            All rights reserved.                            //
+//                                                                            //
+//    This file ("the software") is free software: you can redistribute it    //
+//    and/or modify it under the terms of the GNU General Public License,     //
+//     version 2 as published by the Free Software Foundation. You should     //
+//     have received a copy of the GNU General Public License, version 2      //
+//    along with the software. If not, see <http://www.gnu.org/licenses/>.    //
+//                                                                            //
+//    The software is distributed in the hope that it will be useful, but     //
+//         WITHOUT ANY WARRANTY; without even the implied warranty of         //
+//     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU      //
+//              Lesser General Public License for more details.               //
+//                                                                            //
+//      You should have received a copy of the GNU Lesser General Public      //
+//               License along with the software.  If not, see                //
+//                      <http://www.gnu.org/licenses/>.                       //
+//                                                                            //
+//               For information regarding this software email:               //
+//                 "Joseph Coffland" <joseph@buildbotics.com>                 //
+//                                                                            //
+////////////////////////////////////////////////////////////////////////////////
+
 script#estop-template(type="text/x-template")
   svg(version="1.1", xmlns:svg="http://www.w3.org/2000/svg",
     xmlns="http://www.w3.org/2000/svg",
index 7941f2d8bbd5242ef1ae543c385131dbfffdf8dd..e40075616adbf57981246e77ea7ac4b57c7f631e 100644 (file)
@@ -1,3 +1,30 @@
+////////////////////////////////////////////////////////////////////////////////
+//                                                                            //
+//               This file is part of the Buildbotics firmware.               //
+//                                                                            //
+//                 Copyright (c) 2015 - 2018, Buildbotics LLC                 //
+//                            All rights reserved.                            //
+//                                                                            //
+//    This file ("the software") is free software: you can redistribute it    //
+//    and/or modify it under the terms of the GNU General Public License,     //
+//     version 2 as published by the Free Software Foundation. You should     //
+//     have received a copy of the GNU General Public License, version 2      //
+//    along with the software. If not, see <http://www.gnu.org/licenses/>.    //
+//                                                                            //
+//    The software is distributed in the hope that it will be useful, but     //
+//         WITHOUT ANY WARRANTY; without even the implied warranty of         //
+//     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU      //
+//              Lesser General Public License for more details.               //
+//                                                                            //
+//      You should have received a copy of the GNU Lesser General Public      //
+//               License along with the software.  If not, see                //
+//                      <http://www.gnu.org/licenses/>.                       //
+//                                                                            //
+//               For information regarding this software email:               //
+//                 "Joseph Coffland" <joseph@buildbotics.com>                 //
+//                                                                            //
+////////////////////////////////////////////////////////////////////////////////
+
 script#gcode-view-template(type="text/x-template")
   #gcode
     h1 GCode Configuration
index 36f9ea7b171ab6ef32429f98cee886dedb3af150..174e0cee50ac1ebd67dd1a0baa32e86fcf66e4c3 100644 (file)
@@ -1,3 +1,30 @@
+////////////////////////////////////////////////////////////////////////////////
+//                                                                            //
+//               This file is part of the Buildbotics firmware.               //
+//                                                                            //
+//                 Copyright (c) 2015 - 2018, Buildbotics LLC                 //
+//                            All rights reserved.                            //
+//                                                                            //
+//    This file ("the software") is free software: you can redistribute it    //
+//    and/or modify it under the terms of the GNU General Public License,     //
+//     version 2 as published by the Free Software Foundation. You should     //
+//     have received a copy of the GNU General Public License, version 2      //
+//    along with the software. If not, see <http://www.gnu.org/licenses/>.    //
+//                                                                            //
+//    The software is distributed in the hope that it will be useful, but     //
+//         WITHOUT ANY WARRANTY; without even the implied warranty of         //
+//     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU      //
+//              Lesser General Public License for more details.               //
+//                                                                            //
+//      You should have received a copy of the GNU Lesser General Public      //
+//               License along with the software.  If not, see                //
+//                      <http://www.gnu.org/licenses/>.                       //
+//                                                                            //
+//               For information regarding this software email:               //
+//                 "Joseph Coffland" <joseph@buildbotics.com>                 //
+//                                                                            //
+////////////////////////////////////////////////////////////////////////////////
+
 script#indicators-template(type="text/x-template")
   .indicators
     table.inputs
index b119082f475c1134a0c8b614a41be0a0945efa7c..60dc9be933bd0e64b74d798d758074209d656316 100644 (file)
@@ -1,3 +1,30 @@
+////////////////////////////////////////////////////////////////////////////////
+//                                                                            //
+//               This file is part of the Buildbotics firmware.               //
+//                                                                            //
+//                 Copyright (c) 2015 - 2018, Buildbotics LLC                 //
+//                            All rights reserved.                            //
+//                                                                            //
+//    This file ("the software") is free software: you can redistribute it    //
+//    and/or modify it under the terms of the GNU General Public License,     //
+//     version 2 as published by the Free Software Foundation. You should     //
+//     have received a copy of the GNU General Public License, version 2      //
+//    along with the software. If not, see <http://www.gnu.org/licenses/>.    //
+//                                                                            //
+//    The software is distributed in the hope that it will be useful, but     //
+//         WITHOUT ANY WARRANTY; without even the implied warranty of         //
+//     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU      //
+//              Lesser General Public License for more details.               //
+//                                                                            //
+//      You should have received a copy of the GNU Lesser General Public      //
+//               License along with the software.  If not, see                //
+//                      <http://www.gnu.org/licenses/>.                       //
+//                                                                            //
+//               For information regarding this software email:               //
+//                 "Joseph Coffland" <joseph@buildbotics.com>                 //
+//                                                                            //
+////////////////////////////////////////////////////////////////////////////////
+
 script#io-view-template(type="text/x-template")
   #io
     h1 I/O Configuration
index fdc3d135c9993630b627ad4a5429fe4a0837f4cd..c4f85956fa65d64c3fd055e859aad483ab78bbd9 100644 (file)
@@ -1,3 +1,30 @@
+////////////////////////////////////////////////////////////////////////////////
+//                                                                            //
+//               This file is part of the Buildbotics firmware.               //
+//                                                                            //
+//                 Copyright (c) 2015 - 2018, Buildbotics LLC                 //
+//                            All rights reserved.                            //
+//                                                                            //
+//    This file ("the software") is free software: you can redistribute it    //
+//    and/or modify it under the terms of the GNU General Public License,     //
+//     version 2 as published by the Free Software Foundation. You should     //
+//     have received a copy of the GNU General Public License, version 2      //
+//    along with the software. If not, see <http://www.gnu.org/licenses/>.    //
+//                                                                            //
+//    The software is distributed in the hope that it will be useful, but     //
+//         WITHOUT ANY WARRANTY; without even the implied warranty of         //
+//     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU      //
+//              Lesser General Public License for more details.               //
+//                                                                            //
+//      You should have received a copy of the GNU Lesser General Public      //
+//               License along with the software.  If not, see                //
+//                      <http://www.gnu.org/licenses/>.                       //
+//                                                                            //
+//               For information regarding this software email:               //
+//                 "Joseph Coffland" <joseph@buildbotics.com>                 //
+//                                                                            //
+////////////////////////////////////////////////////////////////////////////////
+
 script#message-template(type="text/x-template")
   .modal-mask(v-show="show", transition="modal")
     .modal-wrapper
index 2a5777d282f6d35067313855253dba5d3af421c1..0d117701107e69bdc4ba6f5a31439bd767903dac 100644 (file)
@@ -1,3 +1,30 @@
+////////////////////////////////////////////////////////////////////////////////
+//                                                                            //
+//               This file is part of the Buildbotics firmware.               //
+//                                                                            //
+//                 Copyright (c) 2015 - 2018, Buildbotics LLC                 //
+//                            All rights reserved.                            //
+//                                                                            //
+//    This file ("the software") is free software: you can redistribute it    //
+//    and/or modify it under the terms of the GNU General Public License,     //
+//     version 2 as published by the Free Software Foundation. You should     //
+//     have received a copy of the GNU General Public License, version 2      //
+//    along with the software. If not, see <http://www.gnu.org/licenses/>.    //
+//                                                                            //
+//    The software is distributed in the hope that it will be useful, but     //
+//         WITHOUT ANY WARRANTY; without even the implied warranty of         //
+//     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU      //
+//              Lesser General Public License for more details.               //
+//                                                                            //
+//      You should have received a copy of the GNU Lesser General Public      //
+//               License along with the software.  If not, see                //
+//                      <http://www.gnu.org/licenses/>.                       //
+//                                                                            //
+//               For information regarding this software email:               //
+//                 "Joseph Coffland" <joseph@buildbotics.com>                 //
+//                                                                            //
+////////////////////////////////////////////////////////////////////////////////
+
 script#motor-view-template(type="text/x-template")
   #motor
     h1 Motor {{index}} Configuration
index 85bdbdbf171d3f8386b33faeac1deca1a4b9f8a6..1fee3d10d4ee411a079a43f0ca22c8add4e5d81a 100644 (file)
@@ -1,3 +1,30 @@
+////////////////////////////////////////////////////////////////////////////////
+//                                                                            //
+//               This file is part of the Buildbotics firmware.               //
+//                                                                            //
+//                 Copyright (c) 2015 - 2018, Buildbotics LLC                 //
+//                            All rights reserved.                            //
+//                                                                            //
+//    This file ("the software") is free software: you can redistribute it    //
+//    and/or modify it under the terms of the GNU General Public License,     //
+//     version 2 as published by the Free Software Foundation. You should     //
+//     have received a copy of the GNU General Public License, version 2      //
+//    along with the software. If not, see <http://www.gnu.org/licenses/>.    //
+//                                                                            //
+//    The software is distributed in the hope that it will be useful, but     //
+//         WITHOUT ANY WARRANTY; without even the implied warranty of         //
+//     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU      //
+//              Lesser General Public License for more details.               //
+//                                                                            //
+//      You should have received a copy of the GNU Lesser General Public      //
+//               License along with the software.  If not, see                //
+//                      <http://www.gnu.org/licenses/>.                       //
+//                                                                            //
+//               For information regarding this software email:               //
+//                 "Joseph Coffland" <joseph@buildbotics.com>                 //
+//                                                                            //
+////////////////////////////////////////////////////////////////////////////////
+
 script#templated-input-template(type="text/x-template")
   .pure-control-group(class="tmpl-input-{{name}}",
     title="Default {{template.default}} {{template.unit}}")
index d92eb3a898985a810b7936064f12715fea7905cc..304d21a4267e0f74e6914173f5fbf1564a1bc3f5 100644 (file)
@@ -1,3 +1,30 @@
+////////////////////////////////////////////////////////////////////////////////
+//                                                                            //
+//               This file is part of the Buildbotics firmware.               //
+//                                                                            //
+//                 Copyright (c) 2015 - 2018, Buildbotics LLC                 //
+//                            All rights reserved.                            //
+//                                                                            //
+//    This file ("the software") is free software: you can redistribute it    //
+//    and/or modify it under the terms of the GNU General Public License,     //
+//     version 2 as published by the Free Software Foundation. You should     //
+//     have received a copy of the GNU General Public License, version 2      //
+//    along with the software. If not, see <http://www.gnu.org/licenses/>.    //
+//                                                                            //
+//    The software is distributed in the hope that it will be useful, but     //
+//         WITHOUT ANY WARRANTY; without even the implied warranty of         //
+//     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU      //
+//              Lesser General Public License for more details.               //
+//                                                                            //
+//      You should have received a copy of the GNU Lesser General Public      //
+//               License along with the software.  If not, see                //
+//                      <http://www.gnu.org/licenses/>.                       //
+//                                                                            //
+//               For information regarding this software email:               //
+//                 "Joseph Coffland" <joseph@buildbotics.com>                 //
+//                                                                            //
+////////////////////////////////////////////////////////////////////////////////
+
 script#tool-view-template(type="text/x-template")
   #tool
     h1 Spindle Configuration
index 69156532266c58987dd2cf8da3430c7ca0f80f91..ae699d0241c5970a60e8a482397ccb9dedb8bb04 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-           This file is part of the Buildbotics test jig firmware.
+                 This file is part of the Buildbotics firmware.
 
-                    Copyright (c) 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 3f98745751f6b96bdea9ce843be2b384b4161de2..3ef300444fe1248ef94eb777f5f4644354f3d236 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-           This file is part of the Buildbotics test jig firmware.
+                 This file is part of the Buildbotics firmware.
 
-                    Copyright (c) 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 48e54ff7cddcaf73eca918240ed02d9e7c6b591b..1153b7b994b4a745c797b58fb96b5280ba086fcd 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-           This file is part of the Buildbotics test jig firmware.
+                 This file is part of the Buildbotics firmware.
 
-                    Copyright (c) 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 02281f07e6f62e891fa01d6609ee8fa8ed88434e..33974754079257fc0d296ae44ea6ed58259e00be 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-           This file is part of the Buildbotics test jig firmware.
+                 This file is part of the Buildbotics firmware.
 
-                    Copyright (c) 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 65fb849e3829b78b2fa350b4a1e1e58b4e7c0a10..65782fde2733d6e8b4ce813880ec853681357eec 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index d122e1b3993e908ca11ab0cca0779955adca63b3..49ae19e5929c36683b8fb4e226a70731faafef57 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 5228fd06ba8e59e0fee0949ab708fdf0a249c34a..5717a6dfedad30645ab4a390fcf90848b15607c5 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index e954f806ece7e1103b76fa9cd0f4de8c3087c76d..9ec4d3cf09d95db11ec08f27f1fca0b1b1486e44 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index c25ebd07772b2c5a3d39fd40f1368a9e828f5b31..6313ae9b657fd1dd1ff7e649054205e3aa679c28 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 10a49fc473b6e574ca286cce56f16c2426c02488..38e723e8631d8c86b23a378bb132ea4d1f880a29 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-           This file is part of the Buildbotics test jig firmware.
+                 This file is part of the Buildbotics firmware.
 
-                    Copyright (c) 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 915d3622fd0027aaa42537aeeee87fe496a075f7..1c95f1cfe5a8b5b2b0ad33cdd8de770ba7831a33 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 658c511ed923e6698ba727bb97a4782e35a25929..3b117a987f628921fa6e0003731a977e1445926c 100644 (file)
@@ -1,3 +1,30 @@
+/******************************************************************************\
+
+                 This file is part of the Buildbotics firmware.
+
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
+
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
+
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
+
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
+
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
+
+\******************************************************************************/
+
 'use strict'
 
 
index ebfcf7aec2522c560afdfd75768f31c510592013..f5bb507b732c33e2760fdbcd8081ed1d47d497a2 100644 (file)
@@ -1,3 +1,30 @@
+/******************************************************************************\
+
+                 This file is part of the Buildbotics firmware.
+
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
+
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
+
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
+
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
+
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
+
+\******************************************************************************/
+
 'use strict'
 
 
index 94592646d0c3715b5b297f0e38fd8c3539e088d9..c3e25a869d605d207ffd0f4b4048a3ad78b29381 100644 (file)
@@ -1,3 +1,30 @@
+/******************************************************************************\
+
+                 This file is part of the Buildbotics firmware.
+
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
+
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
+
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
+
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
+
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
+
+\******************************************************************************/
+
 'use strict'
 
 var api = require('./api');
index 60d5979fd19d159812f045dff6bc06593aad4abe..059e6b0e9e899f70cd16a920787583deaea1d4e7 100644 (file)
@@ -1,3 +1,30 @@
+/******************************************************************************\
+
+                 This file is part of the Buildbotics firmware.
+
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
+
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
+
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
+
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
+
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
+
+\******************************************************************************/
+
 'use strict'
 
 
index e4bc5ed271eb8f0f3abfebce00dc97a0b7358e34..b29f738f69b3296927cc7c3b03cf153252ff9382 100644 (file)
@@ -1,3 +1,30 @@
+/******************************************************************************\
+
+                 This file is part of the Buildbotics firmware.
+
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
+
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
+
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
+
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
+
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
+
+\******************************************************************************/
+
 'use strict'
 
 
index 4e7005ea322680da5ab147461bfdacae15490899..fd08f0bb19c9e5ae464ba35f6f52fcf364d39f13 100644 (file)
@@ -1,3 +1,30 @@
+/******************************************************************************\
+
+                 This file is part of the Buildbotics firmware.
+
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
+
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
+
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
+
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
+
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
+
+\******************************************************************************/
+
 'use strict'
 
 var api = require('./api');
index 0b7cf7f1c531f3b971f3642ab7da230eb2aff9c9..b08b5aec72e2275f88472d672e041520c967a027 100644 (file)
@@ -1,3 +1,30 @@
+/******************************************************************************\
+
+                 This file is part of the Buildbotics firmware.
+
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
+
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
+
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
+
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
+
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
+
+\******************************************************************************/
+
 'use strict';
 
 
index bdd66f9dbe70b71a294f2c63707139ba93c1d7ac..cdafcd7e5dfc7d41835dc2592635e7be643390ea 100644 (file)
@@ -1,3 +1,30 @@
+/******************************************************************************\
+
+                 This file is part of the Buildbotics firmware.
+
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
+
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
+
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
+
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
+
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
+
+\******************************************************************************/
+
 'use strict'
 
 
index 1576d9cac30f7929c5508a7b54a98197691ebad6..25f8f35d4f74fc1563ba4ebf805288c2091969da 100644 (file)
@@ -1,3 +1,30 @@
+/******************************************************************************\
+
+                 This file is part of the Buildbotics firmware.
+
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
+
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
+
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
+
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
+
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
+
+\******************************************************************************/
+
 'use strict'
 
 
index 1b9cc477953c2f355481ad51b93ebac845ec9bec..f4f3465c7ce47a7cc463bc537e8316e4aef59270 100644 (file)
@@ -1,3 +1,30 @@
+/******************************************************************************\
+
+                 This file is part of the Buildbotics firmware.
+
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
+
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
+
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
+
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
+
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
+
+\******************************************************************************/
+
 'use strict'
 
 
index d36eb09b2796c644170b4fd85128776daaa2d8aa..db409fe5a334e4e434907d25ebabfa1a0f29b940 100644 (file)
@@ -1,3 +1,30 @@
+/******************************************************************************\
+
+                 This file is part of the Buildbotics firmware.
+
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
+
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
+
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
+
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
+
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
+
+\******************************************************************************/
+
 'use strict';
 
 
index a8cbfdde47c3de96aa43453a466e3ef993d8d03a..a720511c848dd308a081fb9d5e7117c84262231a 100644 (file)
@@ -1,3 +1,30 @@
+/******************************************************************************\
+
+                 This file is part of the Buildbotics firmware.
+
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
+
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
+
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
+
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
+
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
+
+\******************************************************************************/
+
 'use strict'
 
 
index fb1623f0aeef23925aba5240bb0f5b50814f9a00..08a4763e17d9623b844bd09db9591c6f5f8c4b65 100644 (file)
@@ -1,3 +1,30 @@
+/******************************************************************************\
+
+                 This file is part of the Buildbotics firmware.
+
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
+
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
+
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
+
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
+
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
+
+\******************************************************************************/
+
 'use strict'
 
 
index 908d53da84bf296a255e44338f53f0944e9f4f31..7700b9c2c6936ba831993bb27e394cb97247df71 100644 (file)
@@ -1,3 +1,30 @@
+/******************************************************************************\
+
+                 This file is part of the Buildbotics firmware.
+
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
+
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
+
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
+
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
+
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
+
+\******************************************************************************/
+
 'use strict'
 
 
index 84548820b8a0e4eb7faa620cf5717ede6a3460ce..db0ce8cc19aa0d09f8f0bc834b753d57c9bca948 100644 (file)
@@ -1,3 +1,30 @@
+/******************************************************************************\
+
+                 This file is part of the Buildbotics firmware.
+
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
+
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
+
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
+
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
+
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
+
+\******************************************************************************/
+
 'use strict'
 
 
index 5a00006d5e7e0f093305c7425956baa75d1849d0..2df05e42e741594c04ff81105241e69bac14b1d5 100644 (file)
@@ -1,3 +1,30 @@
+/******************************************************************************\
+
+                 This file is part of the Buildbotics firmware.
+
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
+
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
+
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
+
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
+
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
+
+\******************************************************************************/
+
 'use strict';
 
 
index fa2d8ceb174894d0aed9a72b8fec0a0d4e691953..f17a78fbe9b1a65a5e22becccb94737a06f3adf5 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 9a81ae2167a093849c3acda6859f75947a3d761d..3323281a21510063474f964ad6157870aabf0a5b 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 4c20bbb4fb25f70d7beb037b7a5b99dc4ba51497..7d3f51abbfa0e0634bd3d4804c8c657d0f059425 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index e486403873a12bc7534831272d50fd4b7688d96e..3852aa90e54d8744cf6af606f4aa2453db477f03 100644 (file)
@@ -1,27 +1,27 @@
 /******************************************************************************\
 
-                This file is part of the Buildbotics firmware.
+                 This file is part of the Buildbotics firmware.
 
-                  Copyright (c) 2015 - 2017 Buildbotics LLC
-                            All rights reserved.
+                   Copyright (c) 2015 - 2018, Buildbotics LLC
+                              All rights reserved.
 
-     This file ("the software") is free software: you can redistribute it
-     and/or modify it under the terms of the GNU General Public License,
-      version 2 as published by the Free Software Foundation. You should
-      have received a copy of the GNU General Public License, version 2
-     along with the software. If not, see <http://www.gnu.org/licenses/>.
+      This file ("the software") is free software: you can redistribute it
+      and/or modify it under the terms of the GNU General Public License,
+       version 2 as published by the Free Software Foundation. You should
+       have received a copy of the GNU General Public License, version 2
+      along with the software. If not, see <http://www.gnu.org/licenses/>.
 
-     The software is distributed in the hope that it will be useful, but
-          WITHOUT ANY WARRANTY; without even the implied warranty of
-      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-               Lesser General Public License for more details.
+      The software is distributed in the hope that it will be useful, but
+           WITHOUT ANY WARRANTY; without even the implied warranty of
+       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+                Lesser General Public License for more details.
 
-       You should have received a copy of the GNU Lesser General Public
-                License along with the software.  If not, see
-                       <http://www.gnu.org/licenses/>.
+        You should have received a copy of the GNU Lesser General Public
+                 License along with the software.  If not, see
+                        <http://www.gnu.org/licenses/>.
 
-                For information regarding this software email:
-                  "Joseph Coffland" <joseph@buildbotics.com>
+                 For information regarding this software email:
+                   "Joseph Coffland" <joseph@buildbotics.com>
 
 \******************************************************************************/
 
index 77c2081483f94faf377061c4ca61bb862a6d9c19..4f2f0b54f3a4ff0cdc65259521e16bdd194bcd1d 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import json
 from tornado.web import RequestHandler, HTTPError
 import tornado.httpclient
index 34bc64e98bbc2c8a72e40aa01ea951fa948cffaf..a82bb1cb5cd7e44e298681730e456a402ec94bce 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import re
 import serial
 import json
old mode 100755 (executable)
new mode 100644 (file)
index 43c87b9..d502b30
@@ -1,5 +1,32 @@
 #!/usr/bin/env python3
 
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import struct
 import base64
 import json
index 11e8239f19f79eaaf762c8fa0a410ef633e43eca..71c605a7f20849f6a2cf69a0701ccaa4b3c2f664 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import os
 import json
 import logging
index 94bb9bbc0f995ab3d98acc242f774d8ea73fd322..9a1ca5881575bad473f1a2aa8bbb587abcb24187 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import logging
 import subprocess
 
index 576f9590357cb7ab4bfe249899f5816492de93ab..9c96a6de3d089c0e033aec54daef43c846512ab0 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import os
 import bbctrl
 
index 5beb15b1ac2056fce48c6e8e8e5f5f29e2a34829..e09b2d029ea40aac0b84ab5f23945bc3c96efe31 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import re
 import logging
 
index 530e87e7a142cdd70659b75c89ebc38eaa2615c3..d485d09116e70ab4ccddb93b892e588dc5acf3a8 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import logging
 
 try:
index c3818534f195f83940d3e34e40f6e367775cd419..dbcdd6ce6030c9c2b9248601389e24b34c66dc55 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import inevent
 from inevent.Constants import *
 import logging
index 7c86305ed9f63d5679d47fd099ed0f81b979dbe7..4cbd408651fbce13710d140b3c5a991f0194e0a8 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import lcd
 import atexit
 import logging
index 4ce5e647686650c5ed74335f86c899ec42393f12..9ae1bf7f23547f211dd40ffe8dc9cfda8b34af6c 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import os
 import logging
 import bbctrl
index a383e6e6d890041278a89ad6b938270584b0dae0..20a1408f723b634609948e7c2c904382faf43614 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import json
 import re
 import logging
index 35927adc6f00d79d47776a35905103fc1f98d061..ff55298cc45279da2929d84f4d41ca5710a1eab1 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import logging
 
 import bbctrl
index 523e4889adf6fa611b0ffdf2d896463b8d241a2a..64478e38f594b37b446cfa9c7a2f2ac5b5e24706 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import logging
 import traceback
 import bbctrl
index 8eb44f44a91480b6a4f9e28c6916ce05b84656dd..2d358d9c9c0178ee720f6c35955600c95dc03dcf 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import os
 import sys
 import json
old mode 100755 (executable)
new mode 100644 (file)
index d33cb1c..c850668
@@ -1,5 +1,32 @@
 #!/usr/bin/env python3
 
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import os
 import sys
 import signal
index c5ddcf5f68e18180a7d1cc6a71bed13d2d5d7c6f..4b00721e06d9bcfbecc508b5fbb543967430e06f 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 # The inevent Python module was adapted from pi3d.event from the pi3d
 # project.
 #
index 00be4cb8c80d05daa6a99c56e09415d989ec89b4..0f3a2eda253cce3f22ef29cb91c4a6b58abbe933 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 # The inevent Python module was adapted from pi3d.event from the pi3d
 # project.
 #
index 5603185f58f6bf885727bf0fe15a0030637c50f1..bf8f2e12f2e5d89e05e68b74b56bfbaaac11559d 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 # The inevent Python module was adapted from pi3d.event from the pi3d
 # project.
 #
index 699c80b0662ec96ae215e9a6b2f466874523e369..ccc9d7c5e642f26aee6c185bff73f753777a445b 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 # The inevent Python module was adapted from pi3d.event from the pi3d
 # project.
 #
index a87ae7b1a463f0d40fef652090b075a7ddea6ff6..25e221dc8b6620e63fadacb371cd6032431150cb 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 # The inevent Python module was adapted from pi3d.event from the pi3d
 # project.
 #
index 90fb8b2810f3186dd72df039d5cae8a2fb7a1a5c..aac648d294a3a5c1156c67dc7714022941495f07 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 # The inevent Python module was adapted from pi3d.event from the pi3d
 # project.
 #
index 90cce2e28c1fc9ed9853ff924683bc572569fe70..2f3970a2c1b9cef3b6842e635ac2ab329c549391 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 # The inevent Python module was adapted from pi3d.event from the pi3d
 # project.
 #
index df0822a0d445c34d2e0987a6a13d1893c3799d03..a85ea4425f720a7c918e40e70db2365638729044 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 # The inevent Python module was adapted from pi3d.event from the pi3d
 # project.
 #
index 47d9f2518b8e1a11a9fba6d8c80c5b7c7a22d07f..93e63483e865f60cb7a3b8c06b064f72d01086b9 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import logging
 
 from inevent.Constants import *
index 52b85430be229ff0e5092c0e940102f6a6abbd43..449aa97c9befd231b64c9e134387fda6817c7936 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 # The inevent Python module was adapted from pi3d.event from the pi3d
 # project.
 #
index 6ab19288ce57368c7d940aad3d2cea49efa33921..5e6780d4245004f5af7fd1202eb5b73e133bb947 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 # The inevent Python module was adapted from pi3d.event from the pi3d
 # project.
 #
index 6e91b40daf58472749e8eedc0b5c327baa51eaae..652ef68a45d6dbe2c2148db19e46051081b7a45c 100644 (file)
@@ -1,3 +1,30 @@
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 # The inevent Python module was adapted from pi3d.event from the pi3d
 # project.
 #
old mode 100755 (executable)
new mode 100644 (file)
index ab446ba..238a6e1
@@ -1,5 +1,32 @@
 #!/usr/bin/env python3
 
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import time
 import logging
 
old mode 100755 (executable)
new mode 100644 (file)
index d4277c1..203f60a
@@ -1,5 +1,32 @@
 #!/usr/bin/env python3
 
+################################################################################
+#                                                                              #
+#                This file is part of the Buildbotics firmware.                #
+#                                                                              #
+#                  Copyright (c) 2015 - 2018, Buildbotics LLC                  #
+#                             All rights reserved.                             #
+#                                                                              #
+#     This file ("the software") is free software: you can redistribute it     #
+#     and/or modify it under the terms of the GNU General Public License,      #
+#      version 2 as published by the Free Software Foundation. You should      #
+#      have received a copy of the GNU General Public License, version 2       #
+#     along with the software. If not, see <http://www.gnu.org/licenses/>.     #
+#                                                                              #
+#     The software is distributed in the hope that it will be useful, but      #
+#          WITHOUT ANY WARRANTY; without even the implied warranty of          #
+#      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       #
+#               Lesser General Public License for more details.                #
+#                                                                              #
+#       You should have received a copy of the GNU Lesser General Public       #
+#                License along with the software.  If not, see                 #
+#                       <http://www.gnu.org/licenses/>.                        #
+#                                                                              #
+#                For information regarding this software email:                #
+#                  "Joseph Coffland" <joseph@buildbotics.com>                  #
+#                                                                              #
+################################################################################
+
 import lcd
 
 if __name__ == "__main__":