Software license information

This page gathers license information about the various software made available by 3devo B.V. Select your software below.

DevoVision License Information

The core of the DevoVision software is copyrighted by 3devo B.V. and the software as a whole is licensed under a propietary end-user license agreement (EULA), which is shown to the user when the application is first opened. However, the software consists of multiple parts and includes various third-party libraries, which are licensed under different terms. This document provides more information about all the different licenses that apply. The DevoVision software roughly consists of two pieces: The connector program that runs on a computer and manages access to the hardware, and the frontend that runs in a browser and forms the actual application interface. These two components are bundled together to form DevoVision, but are considered separate programs governed under different licenses.

DvConnector

DvConnector is based on the  Chilipeppr serial-port-json-server project, which is licensed under the GPL license. Hence the connector binary as well as the sources, are licensed under the GPL as well. Note that the original project does not clearly specify the GPL versions that can be used, but it includes version 2 of the GPL, so DvConnector is licensed under GPL v2-only to be sure. In particular, the following terms apply to the whole:

Copyright (C) John Lauer and various contributors Copyright (C) 2018-2019 3devo B.V. 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; version 2 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.

The full license text and the source code for DvConnector can be found online at  https://github.com/3devo/DvConnector or can be requested via contact support.

DvConnector libraries

The compiled version of DvConnector bundled with DevoVision includes various third-party libraries under various licenses. A listing of these will be added here later. Until then, see the DvConnector sources for more info.

DvFrontend

DvFrontend is based on the  Vue Admin Panel Framework project, which is licensed under the MIT license as shown below. The resulting work (DvFrontend) is licensed under the license stated in the DevoVision EULA. The Vue Admin Panel Framework is licensed under the following terms:

Copyright (c) Fangdun Cai  cfddream@gmail.com (fundon.me) 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.

DvFrontend libraries

The compiled version of DvFrontend bundled with DevoVision includes various third-party libraries under various licenses. A listing of these will be added here later.

DevoVision Privacy Policy

3devo B.V. built the DevoVision application as a Free application. This SERVICE is provided by 3devo B.V. at no cost and is intended for use as is. This page is used to inform users regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. If you choose to Allow sending statistics, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at DevoVision unless otherwise defined in this Privacy Policy.

Information Collection and Use

For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information, including but not limited to Application activities, connected machines, machine motor hours, product serial number, . The information that we request will be retained by us and used as described in this privacy policy. The application does use third party services that may collect information used to identify you. Link to privacy policy of third party service providers used by the application https://policies.google.com/privacy

Service Providers

We may employ third-party companies and individuals due to the following reasons:

  • To facilitate our Service;
  • To provide the Service on our behalf;
  • To perform Service-related services; or
  • To assist us in analyzing how our Service is used.

We want to inform users of this Service that these third parties have access to your Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose.

Security

We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and we cannot guarantee its absolute security.

Changes to This Privacy Policy

We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately after they are posted on this page.

Filament Extruder/Maker License information

The Filament Extruder/Maker contains compiled versions of some third-party software. This file is intended to be distributed along with new machines and compiled software updates, and contains information regarding the copyright and licensing of this software. For more details about the terms applied to the software as a whole, see the 3Devo general terms and conditions.

Arduino AVR core

The main firmware makes use of the Arduino AVR core "library" from https://github.com/arduino/ArduinoCore-avr/tree/master/cores/arduino. It is licensed under the following conditions:

Copyright held various authors and contributors, see the source files for details. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY 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 full license terms can be found at  https://github.com/arduino/Arduino/blob/master/license.txt. The Arduino AVR core contains files with other licenses, but those are not used by the main firmware. To allow using a modified version of this library with the main firmware (as meant in article 6 of the license) you can send a request to support to receive the sources and object files needed to relink a modified copy of the firmware.

Arduino SPI library

The main firmware makes use of the Arduino SPI library from https://github.com/arduino/ArduinoCore-avr/tree/master/libraries/SPI. It is licensed under the following conditions:

Copyright (c) 2010 by Cristian Maglie  c.maglie@arduino.cc Copyright (c) 2014 by Paul Stoffregen  paul@pjrc.com (Transaction API) Copyright (c) 2014 by Matthijs Kooijman  matthijs@stdin.nl (SPISettings AVR) Copyright (c) 2014 by Andrew J. Kroll  xxxajk@gmail.com (atomicity fixes) SPI Master library for arduino. This file is free software; you can redistribute it and/or modify it under the terms of either the GNU General Public License version 2 or the GNU Lesser General Public License version 2.1, both as published by the Free Software Foundation.

The full license terms can be found at  https://github.com/arduino/Arduino/blob/master/license.txt. To allow using a modified version of this library with the main firmware (as meant in article 6 of the license) you can send a request to support to receive the sources and object files needed to relink a modified copy of the firmware.

Arduino Wire library

Starting with version 1.1.0, the main firmware makes use of the Arduino Wire library from https://github.com/arduino/ArduinoCore-avr/tree/master/libraries/Wire. It is licensed under the following conditions:

Copyright (c) 2006 Nicholas Zambetti. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY 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 full license terms can be found at  https://github.com/arduino/Arduino/blob/master/license.txt. To allow using a modified version of this library with the main firmware (as meant in article 6 of the license) you can send a request to support to receive the sources and object files needed to relink a modified copy of the firmware.

uclibc++ library

The main firmware makes use of the uclibc++ library from  https://github.com/mike-matera/ArduinoSTL. It is licensed under the following conditions:

Copyright (C) 2006 Garrett A. Kajmowicz This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY 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 full license terms can be found at  https://opensource.org/licenses/LGPL-2.1. The library contains files with other licenses, but those are not used by the main firmware. To allow using a modified version of this library with the main firmware (as meant in article 6 of the license) you can send a request to support to receive the sources and object files needed to relink a modified copy of the firmware.

TaskScheduler library

The main firmware makes use of the TaskScheduler library. It is licensed under the following conditions:

Copyright (c) 2015, Anatoli Arkhipenko. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

MAX31855 library

The main firmware makes use of code from the MAX31855 library from  https://github.com/adafruit/Adafruit-MAX31855-library. It is licensed under the following conditions:

Copyright (c) 2012, Adafruit Industries All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of the copyright holders nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

U8glib library

Until version 1.1.0, the main firmware makes use of the U8glib library from  https://github.com/olikraus/U8glib_Arduino. It is licensed under the following conditions:

Copyright (c) 2011,  olikraus@gmail.com All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

U8g2 library

Starting with version 1.1.0, the main firmware makes use of the U8g2 library from  https://github.com/olikraus/U8g2_Arduino. It is licensed under the following conditions:

Copyright (c) 2016,  olikraus@gmail.com All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

"baby" font

The main firmware makes use of the "baby" font from  https://fontstruct.com/fontstructions/show/35496/baby_4 created by "mrsbarrett". It is licensed under the terms of the Creative Commons Attribution-ShareAlike 3.0 license. See  https://creativecommons.org/licenses/by-sa/3.0/legalcode for the full license.

Boost library

Starting with version 1.1.0, the main firmware makes use of the "Boost for Arduino" library from  https://github.com/vancegroup/arduino-boost. It is licensed under the following conditions:

Copyright held various authors and contributors, see the source files for details. Use, modification, and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at  https://www.boost.org/LICENSE_1_0.txt)

This library contains files with other licenses, but those are not used by the main firmware.

SipHash library

Starting with version 1.3.0, the main firmware makes use of the "SipHash" library from  https://www.forward.com.au/pfod/SipHashLibrary/. It is licensed under the following conditions:

(c) 2013 Forward Computing and Control Pty. Ltd.  www.forward.com.au This code may be freely used for both private and commercial use. Provide this copyright is maintained.

LUFA USB firmware

The USB firmware is based on the LUFA library, and licensed under the following conditions.

Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that the copyright notice and this permission notice and warranty disclaimer appear in supporting documentation, and that the name of the author not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. The author disclaim all warranties with regard to this software, including all implied warranties of merchantability and fitness. In no event shall the author be liable for any special, indirect or consequential damages or any damages whatsoever resulting from loss of use, data or profits, whether in an action of contract, negligence or other tortious action, arising out of or in connection with the use or performance of this software.

Optiboot Bootloader

The bootloader running on the devoboard is a version on Optiboot and licensed under the following conditions:

Copyright 2013-2015 by Bill Westfield. Copyright 2010 by Peter Knight. 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.

The full license terms can be found at  https://opensource.org/licenses/GPL-2.0 The sources for this bootloader can be found online at  https://github.com/3devo/optiboot or can be requested via contact support.

AtTinyBootloader

The bootloader running on the interfaceboard (version 1.3 and above) is licensed under the following conditions:

Copyright (C) 2015-2017 Erin Tomson  erin@rgba.net Copyright (C) 2017 3devo. 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 3 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, see  https://www.gnu.org/licenses/.

The full license terms can be found at  https://opensource.org/licenses/GPL-3.0 The sources for this bootloader can be found online at  https://github.com/3devo/AtTinyBootloader or can be requested via contact support.

Interface board firmware

Starting with version 1.1.0, the main firmware includes a secondary firmware for the interface board. It is licensed under the following conditions:

Copyright (C) 2015-2017 Erin Tomson  erin@rgba.net Copyright (C) 2017 3devo. 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 3 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, see  https://www.gnu.org/licenses/.
The full license terms can be found at  https://opensource.org/licenses/GPL-3.0 The sources for this bootloader can be found online at  https://github.com/3devo/InterfaceBoardFirmware or can be requested via contact support.