From: Joseph Coffland Date: Thu, 15 Feb 2018 06:49:09 +0000 (-0800) Subject: Added license tags X-Git-Url: https://git.buildbotics.com/?a=commitdiff_plain;h=93a033b316022afc0b5727f7494d5c86edd42911;p=bbctrl-firmware Added license tags --- diff --git a/CODE_TAG b/CODE_TAG new file mode 100644 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 . + + 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 + . + + For information regarding this software email: + "Joseph Coffland" diff --git a/LICENSE b/LICENSE new file mode 100644 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 +. + +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. + + + Copyright (C) + + 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. + + , 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 index a0a7364..0000000 --- a/src/avr/CODE_TAG +++ /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 . - - 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 - . - - For information regarding this software email: - "Joseph Coffland" diff --git a/src/avr/LICENSE b/src/avr/LICENSE deleted file mode 100644 index ac86d6d..0000000 --- a/src/avr/LICENSE +++ /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 -. - -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. - - - Copyright (C) - - 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. - - , 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/data_usage.py b/src/avr/data_usage.py old mode 100755 new mode 100644 index 8ba92f0..27863ec --- a/src/avr/data_usage.py +++ b/src/avr/data_usage.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import os import re import shlex diff --git a/src/avr/src/axis.c b/src/avr/src/axis.c index 77bccaa..5248978 100644 --- a/src/avr/src/axis.c +++ b/src/avr/src/axis.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ - #include "axis.h" #include "motor.h" #include "switch.h" diff --git a/src/avr/src/axis.h b/src/avr/src/axis.h index 5658cf1..706d072 100644 --- a/src/avr/src/axis.h +++ b/src/avr/src/axis.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/base64.c b/src/avr/src/base64.c index 545e670..e6bbe99 100644 --- a/src/avr/src/base64.c +++ b/src/avr/src/base64.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/base64.h b/src/avr/src/base64.h index feaaa7b..ed6e6a6 100644 --- a/src/avr/src/base64.h +++ b/src/avr/src/base64.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/command.c b/src/avr/src/command.c index ed446c4..2b5ca0d 100644 --- a/src/avr/src/command.c +++ b/src/avr/src/command.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/command.def b/src/avr/src/command.def index 8cd94dd..e9de9b9 100644 --- a/src/avr/src/command.def +++ b/src/avr/src/command.def @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ - CMD('$', var, 0, "Set or get variable") CMD('#', sync_var, 1, "Set variable synchronous") CMD('s', seek, 1, "[switch][flags:active|error]") diff --git a/src/avr/src/command.h b/src/avr/src/command.h index 03f0b88..f6c8a3f 100644 --- a/src/avr/src/command.h +++ b/src/avr/src/command.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/commands.c b/src/avr/src/commands.c index aa6670c..3d5f092 100644 --- a/src/avr/src/commands.c +++ b/src/avr/src/commands.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/config.h b/src/avr/src/config.h index eb2dbfe..c9d6717 100644 --- a/src/avr/src/config.h +++ b/src/avr/src/config.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/cpp_magic.h b/src/avr/src/cpp_magic.h index f5f2918..f677c1a 100644 --- a/src/avr/src/cpp_magic.h +++ b/src/avr/src/cpp_magic.h @@ -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 . + + 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 + . + + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/drv8711.c b/src/avr/src/drv8711.c index 88ebff6..ba8cea2 100644 --- a/src/avr/src/drv8711.c +++ b/src/avr/src/drv8711.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/drv8711.h b/src/avr/src/drv8711.h index 8356322..3119eb3 100644 --- a/src/avr/src/drv8711.h +++ b/src/avr/src/drv8711.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/estop.c b/src/avr/src/estop.c index 4d8f9e9..943ce38 100644 --- a/src/avr/src/estop.c +++ b/src/avr/src/estop.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/estop.h b/src/avr/src/estop.h index 757e03f..6d139f0 100644 --- a/src/avr/src/estop.h +++ b/src/avr/src/estop.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/exec.c b/src/avr/src/exec.c index 3aec68b..6a38331 100644 --- a/src/avr/src/exec.c +++ b/src/avr/src/exec.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/exec.h b/src/avr/src/exec.h index e512b14..bb05dd4 100644 --- a/src/avr/src/exec.h +++ b/src/avr/src/exec.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/hardware.c b/src/avr/src/hardware.c index b4d937c..54cfdc6 100644 --- a/src/avr/src/hardware.c +++ b/src/avr/src/hardware.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/hardware.h b/src/avr/src/hardware.h index 8dbd928..3bdef89 100644 --- a/src/avr/src/hardware.h +++ b/src/avr/src/hardware.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/huanyang.c b/src/avr/src/huanyang.c index 84c2055..9cd3e0a 100644 --- a/src/avr/src/huanyang.c +++ b/src/avr/src/huanyang.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/huanyang.h b/src/avr/src/huanyang.h index 3e28471..ce908dd 100644 --- a/src/avr/src/huanyang.h +++ b/src/avr/src/huanyang.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/i2c.c b/src/avr/src/i2c.c index 45fa9d0..b754504 100644 --- a/src/avr/src/i2c.c +++ b/src/avr/src/i2c.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/i2c.h b/src/avr/src/i2c.h index 0ef554a..7cd55ca 100644 --- a/src/avr/src/i2c.h +++ b/src/avr/src/i2c.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/jog.c b/src/avr/src/jog.c index bc5705b..81887ad 100644 --- a/src/avr/src/jog.c +++ b/src/avr/src/jog.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/jog.h b/src/avr/src/jog.h index 8d64446..14281d3 100644 --- a/src/avr/src/jog.h +++ b/src/avr/src/jog.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/lcd.c b/src/avr/src/lcd.c index 43f57dd..71f6be8 100644 --- a/src/avr/src/lcd.c +++ b/src/avr/src/lcd.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/lcd.h b/src/avr/src/lcd.h index 7bc2148..188bf81 100644 --- a/src/avr/src/lcd.h +++ b/src/avr/src/lcd.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/line.c b/src/avr/src/line.c index 15344ae..826686d 100644 --- a/src/avr/src/line.c +++ b/src/avr/src/line.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/main.c b/src/avr/src/main.c index 690bc54..3ddd612 100644 --- a/src/avr/src/main.c +++ b/src/avr/src/main.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/messages.def b/src/avr/src/messages.def index c3417d9..cd3efbd 100644 --- a/src/avr/src/messages.def +++ b/src/avr/src/messages.def @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/motor.c b/src/avr/src/motor.c index 543230f..d791d43 100644 --- a/src/avr/src/motor.c +++ b/src/avr/src/motor.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/motor.h b/src/avr/src/motor.h index e0786fa..c83d774 100644 --- a/src/avr/src/motor.h +++ b/src/avr/src/motor.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/outputs.c b/src/avr/src/outputs.c index 0a8805d..90b8818 100644 --- a/src/avr/src/outputs.c +++ b/src/avr/src/outputs.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/outputs.h b/src/avr/src/outputs.h index a705069..b775303 100644 --- a/src/avr/src/outputs.h +++ b/src/avr/src/outputs.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/pgmspace.h b/src/avr/src/pgmspace.h index 81cd667..6e6a9e7 100644 --- a/src/avr/src/pgmspace.h +++ b/src/avr/src/pgmspace.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/pins.c b/src/avr/src/pins.c index 65fb849..65782fd 100644 --- a/src/avr/src/pins.c +++ b/src/avr/src/pins.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/pins.h b/src/avr/src/pins.h index d122e1b..49ae19e 100644 --- a/src/avr/src/pins.h +++ b/src/avr/src/pins.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/pwm_spindle.c b/src/avr/src/pwm_spindle.c index 3174d74..942f40b 100644 --- a/src/avr/src/pwm_spindle.c +++ b/src/avr/src/pwm_spindle.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ - #include "pwm_spindle.h" #include "config.h" diff --git a/src/avr/src/pwm_spindle.h b/src/avr/src/pwm_spindle.h index cd38bb1..1358062 100644 --- a/src/avr/src/pwm_spindle.h +++ b/src/avr/src/pwm_spindle.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/report.c b/src/avr/src/report.c index bb04f63..11701c4 100644 --- a/src/avr/src/report.c +++ b/src/avr/src/report.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/report.h b/src/avr/src/report.h index dd0106c..2833637 100644 --- a/src/avr/src/report.h +++ b/src/avr/src/report.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/ringbuf.def b/src/avr/src/ringbuf.def index bb08720..96d1db1 100644 --- a/src/avr/src/ringbuf.def +++ b/src/avr/src/ringbuf.def @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/rtc.c b/src/avr/src/rtc.c index d37f9e1..00d8217 100644 --- a/src/avr/src/rtc.c +++ b/src/avr/src/rtc.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/rtc.h b/src/avr/src/rtc.h index c25ebd0..6313ae9 100644 --- a/src/avr/src/rtc.h +++ b/src/avr/src/rtc.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/scurve.c b/src/avr/src/scurve.c index 08efe8e..ff7f247 100644 --- a/src/avr/src/scurve.c +++ b/src/avr/src/scurve.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/scurve.h b/src/avr/src/scurve.h index 58bc836..bb1c196 100644 --- a/src/avr/src/scurve.h +++ b/src/avr/src/scurve.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/seek.c b/src/avr/src/seek.c index 34516a1..43b235a 100644 --- a/src/avr/src/seek.c +++ b/src/avr/src/seek.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/seek.h b/src/avr/src/seek.h index 8d20d89..7e97dd7 100644 --- a/src/avr/src/seek.h +++ b/src/avr/src/seek.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/spindle.c b/src/avr/src/spindle.c index 29c3e43..ee3730e 100644 --- a/src/avr/src/spindle.c +++ b/src/avr/src/spindle.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/spindle.h b/src/avr/src/spindle.h index 2d55a30..5473877 100644 --- a/src/avr/src/spindle.h +++ b/src/avr/src/spindle.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/state.c b/src/avr/src/state.c index 68fafb8..ee6016e 100644 --- a/src/avr/src/state.c +++ b/src/avr/src/state.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/state.h b/src/avr/src/state.h index fd71da1..fcae437 100644 --- a/src/avr/src/state.h +++ b/src/avr/src/state.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/status.c b/src/avr/src/status.c index 8351b5d..a492209 100644 --- a/src/avr/src/status.c +++ b/src/avr/src/status.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/status.h b/src/avr/src/status.h index 3cb5933..4523804 100644 --- a/src/avr/src/status.h +++ b/src/avr/src/status.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/stepper.c b/src/avr/src/stepper.c index abaa9c4..4603a14 100644 --- a/src/avr/src/stepper.c +++ b/src/avr/src/stepper.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/stepper.h b/src/avr/src/stepper.h index 7fd52a0..424e69f 100644 --- a/src/avr/src/stepper.h +++ b/src/avr/src/stepper.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/switch.c b/src/avr/src/switch.c index 28a2867..52cfbc4 100644 --- a/src/avr/src/switch.c +++ b/src/avr/src/switch.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/switch.h b/src/avr/src/switch.h index 10906fa..929f327 100644 --- a/src/avr/src/switch.h +++ b/src/avr/src/switch.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/type.c b/src/avr/src/type.c index 98ed175..d8b2326 100644 --- a/src/avr/src/type.c +++ b/src/avr/src/type.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/type.def b/src/avr/src/type.def index 3790b08..68f8330 100644 --- a/src/avr/src/type.def +++ b/src/avr/src/type.def @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/type.h b/src/avr/src/type.h index d568461..8307c5a 100644 --- a/src/avr/src/type.h +++ b/src/avr/src/type.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/usart.c b/src/avr/src/usart.c index 89373fb..12aa002 100644 --- a/src/avr/src/usart.c +++ b/src/avr/src/usart.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/usart.h b/src/avr/src/usart.h index d806a7d..9d5a272 100644 --- a/src/avr/src/usart.h +++ b/src/avr/src/usart.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/util.c b/src/avr/src/util.c index d6d55ef..1a60669 100644 --- a/src/avr/src/util.c +++ b/src/avr/src/util.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/util.h b/src/avr/src/util.h index 2a068df..1a4ea42 100644 --- a/src/avr/src/util.h +++ b/src/avr/src/util.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/vars.c b/src/avr/src/vars.c index d7051d1..f50ae78 100644 --- a/src/avr/src/vars.c +++ b/src/avr/src/vars.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/vars.def b/src/avr/src/vars.def index fe38672..b56c6a4 100644 --- a/src/avr/src/vars.def +++ b/src/avr/src/vars.def @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/src/vars.h b/src/avr/src/vars.h index 1c8b8f3..b6ceffb 100644 --- a/src/avr/src/vars.h +++ b/src/avr/src/vars.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/test/hal.c b/src/avr/test/hal.c index ad89f25..8903759 100644 --- a/src/avr/test/hal.c +++ b/src/avr/test/hal.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/test/planner-test.c b/src/avr/test/planner-test.c index 8091ac1..c5e78d9 100644 --- a/src/avr/test/planner-test.c +++ b/src/avr/test/planner-test.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/avr/test/plot.py b/src/avr/test/plot.py old mode 100755 new mode 100644 index 28fc6c5..4db0aa2 --- a/src/avr/test/plot.py +++ b/src/avr/test/plot.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import sys import csv import matplotlib.pyplot as plt diff --git a/src/boot/src/boot.c b/src/boot/src/boot.c index 2b6c54d..5137617 100644 --- a/src/boot/src/boot.c +++ b/src/boot/src/boot.c @@ -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 - 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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/boot/src/boot.h b/src/boot/src/boot.h index 2af4be1..def2d06 100644 --- a/src/boot/src/boot.h +++ b/src/boot/src/boot.h @@ -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 - 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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/boot/src/sp_driver.h b/src/boot/src/sp_driver.h index 01aeaee..0cb9180 100644 --- a/src/boot/src/sp_driver.h +++ b/src/boot/src/sp_driver.h @@ -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 . + + 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 + . + + For information regarding this software email: + "Joseph Coffland" + +\******************************************************************************/ + /******************************************************************************* * $Revision: 1691 $ * $Date: 2008-07-29 13:25:40 +0200 (ti, 29 jul 2008) $ \n diff --git a/src/jade/index.jade b/src/jade/index.jade index 1a2e637..d79b422 100644 --- a/src/jade/index.jade +++ b/src/jade/index.jade @@ -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 . // +// // +// 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 // +// . // +// // +// For information regarding this software email: // +// "Joseph Coffland" // +// // +//////////////////////////////////////////////////////////////////////////////// + include ../../build/hashes.jade diff --git a/src/jade/templates/admin-view.jade b/src/jade/templates/admin-view.jade index 42b48fe..6786923 100644 --- a/src/jade/templates/admin-view.jade +++ b/src/jade/templates/admin-view.jade @@ -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 . // +// // +// 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 // +// . // +// // +// For information regarding this software email: // +// "Joseph Coffland" // +// // +//////////////////////////////////////////////////////////////////////////////// + script#admin-view-template(type="text/x-template") #admin h2 Hostname diff --git a/src/jade/templates/axis-control.jade b/src/jade/templates/axis-control.jade index 8851e86..a498089 100644 --- a/src/jade/templates/axis-control.jade +++ b/src/jade/templates/axis-control.jade @@ -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 . // +// // +// 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 // +// . // +// // +// For information regarding this software email: // +// "Joseph Coffland" // +// // +//////////////////////////////////////////////////////////////////////////////// + script#axis-control-template(type="text/x-template") svg(xmlns="http://www.w3.org/2000/svg", xmlns:xlink="http://www.w3.org/1999/xlink", diff --git a/src/jade/templates/console.jade b/src/jade/templates/console.jade index 93bf3b3..aa0ba5e 100644 --- a/src/jade/templates/console.jade +++ b/src/jade/templates/console.jade @@ -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 . // +// // +// 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 // +// . // +// // +// For information regarding this software email: // +// "Joseph Coffland" // +// // +//////////////////////////////////////////////////////////////////////////////// + script#console-template(type="text/x-template") .console .toolbar diff --git a/src/jade/templates/control-view.jade b/src/jade/templates/control-view.jade index 2133843..fdacd5c 100644 --- a/src/jade/templates/control-view.jade +++ b/src/jade/templates/control-view.jade @@ -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 . // +// // +// 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 // +// . // +// // +// For information regarding this software email: // +// "Joseph Coffland" // +// // +//////////////////////////////////////////////////////////////////////////////// + script#control-view-template(type="text/x-template") #control table.axes diff --git a/src/jade/templates/estop.jade b/src/jade/templates/estop.jade index 0fc0f45..748eb9e 100644 --- a/src/jade/templates/estop.jade +++ b/src/jade/templates/estop.jade @@ -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 . // +// // +// 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 // +// . // +// // +// For information regarding this software email: // +// "Joseph Coffland" // +// // +//////////////////////////////////////////////////////////////////////////////// + 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", diff --git a/src/jade/templates/gcode-view.jade b/src/jade/templates/gcode-view.jade index 7941f2d..e400756 100644 --- a/src/jade/templates/gcode-view.jade +++ b/src/jade/templates/gcode-view.jade @@ -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 . // +// // +// 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 // +// . // +// // +// For information regarding this software email: // +// "Joseph Coffland" // +// // +//////////////////////////////////////////////////////////////////////////////// + script#gcode-view-template(type="text/x-template") #gcode h1 GCode Configuration diff --git a/src/jade/templates/indicators.jade b/src/jade/templates/indicators.jade index 36f9ea7..174e0ce 100644 --- a/src/jade/templates/indicators.jade +++ b/src/jade/templates/indicators.jade @@ -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 . // +// // +// 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 // +// . // +// // +// For information regarding this software email: // +// "Joseph Coffland" // +// // +//////////////////////////////////////////////////////////////////////////////// + script#indicators-template(type="text/x-template") .indicators table.inputs diff --git a/src/jade/templates/io-view.jade b/src/jade/templates/io-view.jade index b119082..60dc9be 100644 --- a/src/jade/templates/io-view.jade +++ b/src/jade/templates/io-view.jade @@ -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 . // +// // +// 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 // +// . // +// // +// For information regarding this software email: // +// "Joseph Coffland" // +// // +//////////////////////////////////////////////////////////////////////////////// + script#io-view-template(type="text/x-template") #io h1 I/O Configuration diff --git a/src/jade/templates/message.jade b/src/jade/templates/message.jade index fdc3d13..c4f8595 100644 --- a/src/jade/templates/message.jade +++ b/src/jade/templates/message.jade @@ -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 . // +// // +// 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 // +// . // +// // +// For information regarding this software email: // +// "Joseph Coffland" // +// // +//////////////////////////////////////////////////////////////////////////////// + script#message-template(type="text/x-template") .modal-mask(v-show="show", transition="modal") .modal-wrapper diff --git a/src/jade/templates/motor-view.jade b/src/jade/templates/motor-view.jade index 2a5777d..0d11770 100644 --- a/src/jade/templates/motor-view.jade +++ b/src/jade/templates/motor-view.jade @@ -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 . // +// // +// 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 // +// . // +// // +// For information regarding this software email: // +// "Joseph Coffland" // +// // +//////////////////////////////////////////////////////////////////////////////// + script#motor-view-template(type="text/x-template") #motor h1 Motor {{index}} Configuration diff --git a/src/jade/templates/templated-input.jade b/src/jade/templates/templated-input.jade index 85bdbdb..1fee3d1 100644 --- a/src/jade/templates/templated-input.jade +++ b/src/jade/templates/templated-input.jade @@ -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 . // +// // +// 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 // +// . // +// // +// For information regarding this software email: // +// "Joseph Coffland" // +// // +//////////////////////////////////////////////////////////////////////////////// + script#templated-input-template(type="text/x-template") .pure-control-group(class="tmpl-input-{{name}}", title="Default {{template.default}} {{template.unit}}") diff --git a/src/jade/templates/tool-view.jade b/src/jade/templates/tool-view.jade index d92eb3a..304d21a 100644 --- a/src/jade/templates/tool-view.jade +++ b/src/jade/templates/tool-view.jade @@ -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 . // +// // +// 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 // +// . // +// // +// For information regarding this software email: // +// "Joseph Coffland" // +// // +//////////////////////////////////////////////////////////////////////////////// + script#tool-view-template(type="text/x-template") #tool h1 Spindle Configuration diff --git a/src/jig/src/config.h b/src/jig/src/config.h index 6915653..ae699d0 100644 --- a/src/jig/src/config.h +++ b/src/jig/src/config.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/jig/src/encoder.c b/src/jig/src/encoder.c index 3f98745..3ef3004 100644 --- a/src/jig/src/encoder.c +++ b/src/jig/src/encoder.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/jig/src/encoder.h b/src/jig/src/encoder.h index 48e54ff..1153b7b 100644 --- a/src/jig/src/encoder.h +++ b/src/jig/src/encoder.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/jig/src/main.c b/src/jig/src/main.c index 02281f0..3397475 100644 --- a/src/jig/src/main.c +++ b/src/jig/src/main.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/jig/src/pins.c b/src/jig/src/pins.c index 65fb849..65782fd 100644 --- a/src/jig/src/pins.c +++ b/src/jig/src/pins.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/jig/src/pins.h b/src/jig/src/pins.h index d122e1b..49ae19e 100644 --- a/src/jig/src/pins.h +++ b/src/jig/src/pins.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/jig/src/ringbuf.def b/src/jig/src/ringbuf.def index 5228fd0..5717a6d 100644 --- a/src/jig/src/ringbuf.def +++ b/src/jig/src/ringbuf.def @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/jig/src/rtc.c b/src/jig/src/rtc.c index e954f80..9ec4d3c 100644 --- a/src/jig/src/rtc.c +++ b/src/jig/src/rtc.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/jig/src/rtc.h b/src/jig/src/rtc.h index c25ebd0..6313ae9 100644 --- a/src/jig/src/rtc.h +++ b/src/jig/src/rtc.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/jig/src/usart.c b/src/jig/src/usart.c index 10a49fc..38e723e 100644 --- a/src/jig/src/usart.c +++ b/src/jig/src/usart.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/jig/src/usart.h b/src/jig/src/usart.h index 915d362..1c95f1c 100644 --- a/src/jig/src/usart.h +++ b/src/jig/src/usart.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/js/admin-view.js b/src/js/admin-view.js index 658c511..3b117a9 100644 --- a/src/js/admin-view.js +++ b/src/js/admin-view.js @@ -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 . + + 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 + . + + For information regarding this software email: + "Joseph Coffland" + +\******************************************************************************/ + 'use strict' diff --git a/src/js/api.js b/src/js/api.js index ebfcf7a..f5bb507 100644 --- a/src/js/api.js +++ b/src/js/api.js @@ -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 . + + 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 + . + + For information regarding this software email: + "Joseph Coffland" + +\******************************************************************************/ + 'use strict' diff --git a/src/js/app.js b/src/js/app.js index 9459264..c3e25a8 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -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 . + + 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 + . + + For information regarding this software email: + "Joseph Coffland" + +\******************************************************************************/ + 'use strict' var api = require('./api'); diff --git a/src/js/axis-control.js b/src/js/axis-control.js index 60d5979..059e6b0 100644 --- a/src/js/axis-control.js +++ b/src/js/axis-control.js @@ -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 . + + 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 + . + + For information regarding this software email: + "Joseph Coffland" + +\******************************************************************************/ + 'use strict' diff --git a/src/js/console.js b/src/js/console.js index e4bc5ed..b29f738 100644 --- a/src/js/console.js +++ b/src/js/console.js @@ -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 . + + 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 + . + + For information regarding this software email: + "Joseph Coffland" + +\******************************************************************************/ + 'use strict' diff --git a/src/js/control-view.js b/src/js/control-view.js index 4e7005e..fd08f0b 100644 --- a/src/js/control-view.js +++ b/src/js/control-view.js @@ -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 . + + 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 + . + + For information regarding this software email: + "Joseph Coffland" + +\******************************************************************************/ + 'use strict' var api = require('./api'); diff --git a/src/js/gauge.js b/src/js/gauge.js index 0b7cf7f..b08b5ae 100644 --- a/src/js/gauge.js +++ b/src/js/gauge.js @@ -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 . + + 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 + . + + For information regarding this software email: + "Joseph Coffland" + +\******************************************************************************/ + 'use strict'; diff --git a/src/js/gcode-view.js b/src/js/gcode-view.js index bdd66f9..cdafcd7 100644 --- a/src/js/gcode-view.js +++ b/src/js/gcode-view.js @@ -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 . + + 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 + . + + For information regarding this software email: + "Joseph Coffland" + +\******************************************************************************/ + 'use strict' diff --git a/src/js/indicators.js b/src/js/indicators.js index 1576d9c..25f8f35 100644 --- a/src/js/indicators.js +++ b/src/js/indicators.js @@ -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 . + + 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 + . + + For information regarding this software email: + "Joseph Coffland" + +\******************************************************************************/ + 'use strict' diff --git a/src/js/io-view.js b/src/js/io-view.js index 1b9cc47..f4f3465 100644 --- a/src/js/io-view.js +++ b/src/js/io-view.js @@ -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 . + + 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 + . + + For information regarding this software email: + "Joseph Coffland" + +\******************************************************************************/ + 'use strict' diff --git a/src/js/main.js b/src/js/main.js index d36eb09..db409fe 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -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 . + + 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 + . + + For information regarding this software email: + "Joseph Coffland" + +\******************************************************************************/ + 'use strict'; diff --git a/src/js/message.js b/src/js/message.js index a8cbfdd..a720511 100644 --- a/src/js/message.js +++ b/src/js/message.js @@ -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 . + + 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 + . + + For information regarding this software email: + "Joseph Coffland" + +\******************************************************************************/ + 'use strict' diff --git a/src/js/motor-view.js b/src/js/motor-view.js index fb1623f..08a4763 100644 --- a/src/js/motor-view.js +++ b/src/js/motor-view.js @@ -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 . + + 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 + . + + For information regarding this software email: + "Joseph Coffland" + +\******************************************************************************/ + 'use strict' diff --git a/src/js/sock.js b/src/js/sock.js index 908d53d..7700b9c 100644 --- a/src/js/sock.js +++ b/src/js/sock.js @@ -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 . + + 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 + . + + For information regarding this software email: + "Joseph Coffland" + +\******************************************************************************/ + 'use strict' diff --git a/src/js/templated-input.js b/src/js/templated-input.js index 8454882..db0ce8c 100644 --- a/src/js/templated-input.js +++ b/src/js/templated-input.js @@ -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 . + + 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 + . + + For information regarding this software email: + "Joseph Coffland" + +\******************************************************************************/ + 'use strict' diff --git a/src/js/tool-view.js b/src/js/tool-view.js index 5a00006..2df05e4 100644 --- a/src/js/tool-view.js +++ b/src/js/tool-view.js @@ -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 . + + 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 + . + + For information regarding this software email: + "Joseph Coffland" + +\******************************************************************************/ + 'use strict'; diff --git a/src/pwr/config.h b/src/pwr/config.h index fa2d8ce..f17a78f 100644 --- a/src/pwr/config.h +++ b/src/pwr/config.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/pwr/main.c b/src/pwr/main.c index 9a81ae2..3323281 100644 --- a/src/pwr/main.c +++ b/src/pwr/main.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/pwr/pins.c b/src/pwr/pins.c index 4c20bbb..7d3f51a 100644 --- a/src/pwr/pins.c +++ b/src/pwr/pins.c @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/pwr/pins.h b/src/pwr/pins.h index e486403..3852aa9 100644 --- a/src/pwr/pins.h +++ b/src/pwr/pins.h @@ -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 . + 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 . - 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 - . + You should have received a copy of the GNU Lesser General Public + License along with the software. If not, see + . - For information regarding this software email: - "Joseph Coffland" + For information regarding this software email: + "Joseph Coffland" \******************************************************************************/ diff --git a/src/py/bbctrl/APIHandler.py b/src/py/bbctrl/APIHandler.py index 77c2081..4f2f0b5 100644 --- a/src/py/bbctrl/APIHandler.py +++ b/src/py/bbctrl/APIHandler.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import json from tornado.web import RequestHandler, HTTPError import tornado.httpclient diff --git a/src/py/bbctrl/AVR.py b/src/py/bbctrl/AVR.py index 34bc64e..a82bb1c 100644 --- a/src/py/bbctrl/AVR.py +++ b/src/py/bbctrl/AVR.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import re import serial import json diff --git a/src/py/bbctrl/Cmd.py b/src/py/bbctrl/Cmd.py old mode 100755 new mode 100644 index 43c87b9..d502b30 --- a/src/py/bbctrl/Cmd.py +++ b/src/py/bbctrl/Cmd.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import struct import base64 import json diff --git a/src/py/bbctrl/Config.py b/src/py/bbctrl/Config.py index 11e8239..71c605a 100644 --- a/src/py/bbctrl/Config.py +++ b/src/py/bbctrl/Config.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import os import json import logging diff --git a/src/py/bbctrl/Ctrl.py b/src/py/bbctrl/Ctrl.py index 94bb9bb..9a1ca58 100644 --- a/src/py/bbctrl/Ctrl.py +++ b/src/py/bbctrl/Ctrl.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import logging import subprocess diff --git a/src/py/bbctrl/FileHandler.py b/src/py/bbctrl/FileHandler.py index 576f959..9c96a6d 100644 --- a/src/py/bbctrl/FileHandler.py +++ b/src/py/bbctrl/FileHandler.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import os import bbctrl diff --git a/src/py/bbctrl/GCodeStream.py b/src/py/bbctrl/GCodeStream.py index 5beb15b..e09b2d0 100644 --- a/src/py/bbctrl/GCodeStream.py +++ b/src/py/bbctrl/GCodeStream.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import re import logging diff --git a/src/py/bbctrl/I2C.py b/src/py/bbctrl/I2C.py index 530e87e..d485d09 100644 --- a/src/py/bbctrl/I2C.py +++ b/src/py/bbctrl/I2C.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import logging try: diff --git a/src/py/bbctrl/Jog.py b/src/py/bbctrl/Jog.py index c381853..dbcdd6c 100644 --- a/src/py/bbctrl/Jog.py +++ b/src/py/bbctrl/Jog.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import inevent from inevent.Constants import * import logging diff --git a/src/py/bbctrl/LCD.py b/src/py/bbctrl/LCD.py index 7c86305..4cbd408 100644 --- a/src/py/bbctrl/LCD.py +++ b/src/py/bbctrl/LCD.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import lcd import atexit import logging diff --git a/src/py/bbctrl/Messages.py b/src/py/bbctrl/Messages.py index 4ce5e64..9ae1bf7 100644 --- a/src/py/bbctrl/Messages.py +++ b/src/py/bbctrl/Messages.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import os import logging import bbctrl diff --git a/src/py/bbctrl/Planner.py b/src/py/bbctrl/Planner.py index a383e6e..20a1408 100644 --- a/src/py/bbctrl/Planner.py +++ b/src/py/bbctrl/Planner.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import json import re import logging diff --git a/src/py/bbctrl/Pwr.py b/src/py/bbctrl/Pwr.py index 35927ad..ff55298 100644 --- a/src/py/bbctrl/Pwr.py +++ b/src/py/bbctrl/Pwr.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import logging import bbctrl diff --git a/src/py/bbctrl/State.py b/src/py/bbctrl/State.py index 523e488..64478e3 100644 --- a/src/py/bbctrl/State.py +++ b/src/py/bbctrl/State.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import logging import traceback import bbctrl diff --git a/src/py/bbctrl/Web.py b/src/py/bbctrl/Web.py index 8eb44f4..2d358d9 100644 --- a/src/py/bbctrl/Web.py +++ b/src/py/bbctrl/Web.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import os import sys import json diff --git a/src/py/bbctrl/__init__.py b/src/py/bbctrl/__init__.py old mode 100755 new mode 100644 index d33cb1c..c850668 --- a/src/py/bbctrl/__init__.py +++ b/src/py/bbctrl/__init__.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import os import sys import signal diff --git a/src/py/inevent/AbsAxisScaling.py b/src/py/inevent/AbsAxisScaling.py index c5ddcf5..4b00721 100644 --- a/src/py/inevent/AbsAxisScaling.py +++ b/src/py/inevent/AbsAxisScaling.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + # The inevent Python module was adapted from pi3d.event from the pi3d # project. # diff --git a/src/py/inevent/Constants.py b/src/py/inevent/Constants.py index 00be4cb..0f3a2ed 100644 --- a/src/py/inevent/Constants.py +++ b/src/py/inevent/Constants.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + # The inevent Python module was adapted from pi3d.event from the pi3d # project. # diff --git a/src/py/inevent/Event.py b/src/py/inevent/Event.py index 5603185..bf8f2e1 100644 --- a/src/py/inevent/Event.py +++ b/src/py/inevent/Event.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + # The inevent Python module was adapted from pi3d.event from the pi3d # project. # diff --git a/src/py/inevent/EventHandler.py b/src/py/inevent/EventHandler.py index 699c80b..ccc9d7c 100644 --- a/src/py/inevent/EventHandler.py +++ b/src/py/inevent/EventHandler.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + # The inevent Python module was adapted from pi3d.event from the pi3d # project. # diff --git a/src/py/inevent/EventState.py b/src/py/inevent/EventState.py index a87ae7b..25e221d 100644 --- a/src/py/inevent/EventState.py +++ b/src/py/inevent/EventState.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + # The inevent Python module was adapted from pi3d.event from the pi3d # project. # diff --git a/src/py/inevent/EventStream.py b/src/py/inevent/EventStream.py index 90fb8b2..aac648d 100644 --- a/src/py/inevent/EventStream.py +++ b/src/py/inevent/EventStream.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + # The inevent Python module was adapted from pi3d.event from the pi3d # project. # diff --git a/src/py/inevent/FindDevices.py b/src/py/inevent/FindDevices.py index 90cce2e..2f3970a 100644 --- a/src/py/inevent/FindDevices.py +++ b/src/py/inevent/FindDevices.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + # The inevent Python module was adapted from pi3d.event from the pi3d # project. # diff --git a/src/py/inevent/InEvent.py b/src/py/inevent/InEvent.py index df0822a..a85ea44 100644 --- a/src/py/inevent/InEvent.py +++ b/src/py/inevent/InEvent.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + # The inevent Python module was adapted from pi3d.event from the pi3d # project. # diff --git a/src/py/inevent/JogHandler.py b/src/py/inevent/JogHandler.py index 47d9f25..93e6348 100644 --- a/src/py/inevent/JogHandler.py +++ b/src/py/inevent/JogHandler.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import logging from inevent.Constants import * diff --git a/src/py/inevent/Keys.py b/src/py/inevent/Keys.py index 52b8543..449aa97 100644 --- a/src/py/inevent/Keys.py +++ b/src/py/inevent/Keys.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + # The inevent Python module was adapted from pi3d.event from the pi3d # project. # diff --git a/src/py/inevent/__init__.py b/src/py/inevent/__init__.py index 6ab1928..5e6780d 100644 --- a/src/py/inevent/__init__.py +++ b/src/py/inevent/__init__.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + # The inevent Python module was adapted from pi3d.event from the pi3d # project. # diff --git a/src/py/inevent/ioctl.py b/src/py/inevent/ioctl.py index 6e91b40..652ef68 100644 --- a/src/py/inevent/ioctl.py +++ b/src/py/inevent/ioctl.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + # The inevent Python module was adapted from pi3d.event from the pi3d # project. # diff --git a/src/py/lcd/__init__.py b/src/py/lcd/__init__.py old mode 100755 new mode 100644 index ab446ba..238a6e1 --- a/src/py/lcd/__init__.py +++ b/src/py/lcd/__init__.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import time import logging diff --git a/src/py/lcd/splash.py b/src/py/lcd/splash.py old mode 100755 new mode 100644 index d4277c1..203f60a --- a/src/py/lcd/splash.py +++ b/src/py/lcd/splash.py @@ -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 . # +# # +# 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 # +# . # +# # +# For information regarding this software email: # +# "Joseph Coffland" # +# # +################################################################################ + import lcd if __name__ == "__main__":