From: Joseph Coffland Date: Thu, 22 Apr 2021 22:53:58 +0000 (-0700) Subject: Updated copyright X-Git-Url: https://git.buildbotics.com/?a=commitdiff_plain;h=502f2e3f72ecea3a2fe9b7d3d4ad184af22add49;p=bbctrl-firmware Updated copyright --- diff --git a/scripts/setup_rpi.sh b/scripts/setup_rpi.sh index d65c834..8da1b88 100755 --- a/scripts/setup_rpi.sh +++ b/scripts/setup_rpi.sh @@ -10,8 +10,8 @@ apt-get dist-upgrade -y # Install packages apt-get install -y avahi-daemon avrdude minicom python3-pip python3-smbus \ i2c-tools python3-rpi.gpio libjpeg8 wiringpi dnsmasq hostapd \ - iptables-persistent chromium-browser xorg rpd-plym-splash samba ratpoison \ - libpython3.5 + iptables-persistent chromium-browser xorg rpd-plym-splash samba \ + samba-common-bin smbclient cifs-utils ratpoison libpython3.5 pip3 install --upgrade tornado sockjs-tornado pyserial # Clean diff --git a/src/avr/data_usage.py b/src/avr/data_usage.py index 508c396..0b813b7 100644 --- a/src/avr/data_usage.py +++ b/src/avr/data_usage.py @@ -4,7 +4,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/avr/emu/src/avr/eeprom.h b/src/avr/emu/src/avr/eeprom.h index 7ccd159..09d4f30 100644 --- a/src/avr/emu/src/avr/eeprom.h +++ b/src/avr/emu/src/avr/eeprom.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/emu/src/avr/interrupt.h b/src/avr/emu/src/avr/interrupt.h index 88b6f21..8b397f3 100644 --- a/src/avr/emu/src/avr/interrupt.h +++ b/src/avr/emu/src/avr/interrupt.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/emu/src/avr/io.h b/src/avr/emu/src/avr/io.h index e065259..b100105 100644 --- a/src/avr/emu/src/avr/io.h +++ b/src/avr/emu/src/avr/io.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/emu/src/avr/pgmspace.h b/src/avr/emu/src/avr/pgmspace.h index 4f7e025..b59dc78 100644 --- a/src/avr/emu/src/avr/pgmspace.h +++ b/src/avr/emu/src/avr/pgmspace.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/emu/src/avr/wdt.h b/src/avr/emu/src/avr/wdt.h index 814bfa5..31f57de 100644 --- a/src/avr/emu/src/avr/wdt.h +++ b/src/avr/emu/src/avr/wdt.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/emu/src/emu.c b/src/avr/emu/src/emu.c index 6f9a76d..cc5dce0 100644 --- a/src/avr/emu/src/emu.c +++ b/src/avr/emu/src/emu.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/emu/src/util/atomic.h b/src/avr/emu/src/util/atomic.h index cfab012..f2db486 100644 --- a/src/avr/emu/src/util/atomic.h +++ b/src/avr/emu/src/util/atomic.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/emu/src/util/crc16.h b/src/avr/emu/src/util/crc16.h index ba38083..a9ff861 100644 --- a/src/avr/emu/src/util/crc16.h +++ b/src/avr/emu/src/util/crc16.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/emu/src/util/delay.h b/src/avr/emu/src/util/delay.h index 0891384..2ce8261 100644 --- a/src/avr/emu/src/util/delay.h +++ b/src/avr/emu/src/util/delay.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/SCurve.cpp b/src/avr/src/SCurve.cpp index 2e63896..c5e8f62 100644 --- a/src/avr/src/SCurve.cpp +++ b/src/avr/src/SCurve.cpp @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/SCurve.h b/src/avr/src/SCurve.h index d59688e..b6c86f8 100644 --- a/src/avr/src/SCurve.h +++ b/src/avr/src/SCurve.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/analog.c b/src/avr/src/analog.c index 6300a0b..cc91db3 100644 --- a/src/avr/src/analog.c +++ b/src/avr/src/analog.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/analog.h b/src/avr/src/analog.h index 365d20e..c534e39 100644 --- a/src/avr/src/analog.h +++ b/src/avr/src/analog.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/axis.c b/src/avr/src/axis.c index 9757d40..f120cef 100644 --- a/src/avr/src/axis.c +++ b/src/avr/src/axis.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/axis.h b/src/avr/src/axis.h index 0c36dc9..c6e8e5b 100644 --- a/src/avr/src/axis.h +++ b/src/avr/src/axis.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/base64.c b/src/avr/src/base64.c index 722910c..1728838 100644 --- a/src/avr/src/base64.c +++ b/src/avr/src/base64.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/base64.h b/src/avr/src/base64.h index d6a9ce2..80e454b 100644 --- a/src/avr/src/base64.h +++ b/src/avr/src/base64.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/command.c b/src/avr/src/command.c index 212de99..1642f19 100644 --- a/src/avr/src/command.c +++ b/src/avr/src/command.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/command.def b/src/avr/src/command.def index d6d301d..f1b689f 100644 --- a/src/avr/src/command.def +++ b/src/avr/src/command.def @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/command.h b/src/avr/src/command.h index bdfe806..d93e48c 100644 --- a/src/avr/src/command.h +++ b/src/avr/src/command.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/commands.c b/src/avr/src/commands.c index 2339b94..418747b 100644 --- a/src/avr/src/commands.c +++ b/src/avr/src/commands.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/config.h b/src/avr/src/config.h index ca41557..db28047 100644 --- a/src/avr/src/config.h +++ b/src/avr/src/config.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/cpp_magic.h b/src/avr/src/cpp_magic.h index 33674cd..133b8a1 100644 --- a/src/avr/src/cpp_magic.h +++ b/src/avr/src/cpp_magic.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/drv8711.c b/src/avr/src/drv8711.c index a24661c..6600abb 100644 --- a/src/avr/src/drv8711.c +++ b/src/avr/src/drv8711.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/drv8711.h b/src/avr/src/drv8711.h index 4c82418..74697b4 100644 --- a/src/avr/src/drv8711.h +++ b/src/avr/src/drv8711.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/emu.h b/src/avr/src/emu.h index ad8dfd8..5059970 100644 --- a/src/avr/src/emu.h +++ b/src/avr/src/emu.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/estop.c b/src/avr/src/estop.c index 94ded19..37d07d2 100644 --- a/src/avr/src/estop.c +++ b/src/avr/src/estop.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/estop.h b/src/avr/src/estop.h index 7ba8d50..e76d573 100644 --- a/src/avr/src/estop.h +++ b/src/avr/src/estop.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/exec.c b/src/avr/src/exec.c index e43c73f..cea5a69 100644 --- a/src/avr/src/exec.c +++ b/src/avr/src/exec.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/exec.h b/src/avr/src/exec.h index e6f139a..602d7af 100644 --- a/src/avr/src/exec.h +++ b/src/avr/src/exec.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/hardware.c b/src/avr/src/hardware.c index f79dffa..111a373 100644 --- a/src/avr/src/hardware.c +++ b/src/avr/src/hardware.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/hardware.h b/src/avr/src/hardware.h index f2a4672..0400bd3 100644 --- a/src/avr/src/hardware.h +++ b/src/avr/src/hardware.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/huanyang.c b/src/avr/src/huanyang.c index bcdc526..71177eb 100644 --- a/src/avr/src/huanyang.c +++ b/src/avr/src/huanyang.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/huanyang.h b/src/avr/src/huanyang.h index 73d3856..452fc9c 100644 --- a/src/avr/src/huanyang.h +++ b/src/avr/src/huanyang.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/i2c.c b/src/avr/src/i2c.c index eefc736..a520915 100644 --- a/src/avr/src/i2c.c +++ b/src/avr/src/i2c.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/i2c.h b/src/avr/src/i2c.h index f9c7bdf..fc8145e 100644 --- a/src/avr/src/i2c.h +++ b/src/avr/src/i2c.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/io.c b/src/avr/src/io.c index d24120f..4411230 100644 --- a/src/avr/src/io.c +++ b/src/avr/src/io.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/io.h b/src/avr/src/io.h index cf18a6e..3778f79 100644 --- a/src/avr/src/io.h +++ b/src/avr/src/io.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/jog.c b/src/avr/src/jog.c index cfd84c7..7c25af3 100644 --- a/src/avr/src/jog.c +++ b/src/avr/src/jog.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/jog.h b/src/avr/src/jog.h index ee6b510..2fc91e5 100644 --- a/src/avr/src/jog.h +++ b/src/avr/src/jog.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/lcd.c b/src/avr/src/lcd.c index 5e8f71d..8edbb0e 100644 --- a/src/avr/src/lcd.c +++ b/src/avr/src/lcd.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/lcd.h b/src/avr/src/lcd.h index 3d092d3..6b57fe7 100644 --- a/src/avr/src/lcd.h +++ b/src/avr/src/lcd.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/line.c b/src/avr/src/line.c index 159a0a2..99fe0a0 100644 --- a/src/avr/src/line.c +++ b/src/avr/src/line.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/main.c b/src/avr/src/main.c index 76a845c..9c7130b 100644 --- a/src/avr/src/main.c +++ b/src/avr/src/main.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/messages.def b/src/avr/src/messages.def index 7323514..d332f24 100644 --- a/src/avr/src/messages.def +++ b/src/avr/src/messages.def @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/modbus.c b/src/avr/src/modbus.c index a9bbd0b..c024a1d 100644 --- a/src/avr/src/modbus.c +++ b/src/avr/src/modbus.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/modbus.h b/src/avr/src/modbus.h index 1b41800..01060c0 100644 --- a/src/avr/src/modbus.h +++ b/src/avr/src/modbus.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/motor.c b/src/avr/src/motor.c index ec29875..8509c24 100644 --- a/src/avr/src/motor.c +++ b/src/avr/src/motor.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/motor.h b/src/avr/src/motor.h index 4c78516..b11a023 100644 --- a/src/avr/src/motor.h +++ b/src/avr/src/motor.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/outputs.c b/src/avr/src/outputs.c index cc2605f..c0332a9 100644 --- a/src/avr/src/outputs.c +++ b/src/avr/src/outputs.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/outputs.h b/src/avr/src/outputs.h index 4b39aed..cd747d2 100644 --- a/src/avr/src/outputs.h +++ b/src/avr/src/outputs.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/pgmspace.h b/src/avr/src/pgmspace.h index 3ca71da..62a2d7b 100644 --- a/src/avr/src/pgmspace.h +++ b/src/avr/src/pgmspace.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/pins.c b/src/avr/src/pins.c index f68afdd..72d778b 100644 --- a/src/avr/src/pins.c +++ b/src/avr/src/pins.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/pins.h b/src/avr/src/pins.h index 3841666..43252e2 100644 --- a/src/avr/src/pins.h +++ b/src/avr/src/pins.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/pwm.c b/src/avr/src/pwm.c index 64818de..ecebb89 100644 --- a/src/avr/src/pwm.c +++ b/src/avr/src/pwm.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/pwm.h b/src/avr/src/pwm.h index 3d8200e..9a3119b 100644 --- a/src/avr/src/pwm.h +++ b/src/avr/src/pwm.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/report.c b/src/avr/src/report.c index 3306a16..936ac79 100644 --- a/src/avr/src/report.c +++ b/src/avr/src/report.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/report.h b/src/avr/src/report.h index 3d42559..5412169 100644 --- a/src/avr/src/report.h +++ b/src/avr/src/report.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/ringbuf.def b/src/avr/src/ringbuf.def index ca8b159..5ad5e89 100644 --- a/src/avr/src/ringbuf.def +++ b/src/avr/src/ringbuf.def @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/rtc.c b/src/avr/src/rtc.c index 1b1faf6..e51f334 100644 --- a/src/avr/src/rtc.c +++ b/src/avr/src/rtc.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/rtc.h b/src/avr/src/rtc.h index 98e0774..df00ac7 100644 --- a/src/avr/src/rtc.h +++ b/src/avr/src/rtc.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/seek.c b/src/avr/src/seek.c index fd61217..4c67e4b 100644 --- a/src/avr/src/seek.c +++ b/src/avr/src/seek.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/seek.h b/src/avr/src/seek.h index c54501f..7cf0e14 100644 --- a/src/avr/src/seek.h +++ b/src/avr/src/seek.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/spindle.c b/src/avr/src/spindle.c index 1684fe0..0627a7f 100644 --- a/src/avr/src/spindle.c +++ b/src/avr/src/spindle.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/spindle.h b/src/avr/src/spindle.h index 90e24f0..9513802 100644 --- a/src/avr/src/spindle.h +++ b/src/avr/src/spindle.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/state.c b/src/avr/src/state.c index 946cae3..a8a6f8c 100644 --- a/src/avr/src/state.c +++ b/src/avr/src/state.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/state.h b/src/avr/src/state.h index d5f5cfd..5d53723 100644 --- a/src/avr/src/state.h +++ b/src/avr/src/state.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/status.c b/src/avr/src/status.c index 9891eb5..74b3c66 100644 --- a/src/avr/src/status.c +++ b/src/avr/src/status.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/status.h b/src/avr/src/status.h index c487e19..977a8b8 100644 --- a/src/avr/src/status.h +++ b/src/avr/src/status.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/stepper.c b/src/avr/src/stepper.c index 79af77d..cc4a470 100644 --- a/src/avr/src/stepper.c +++ b/src/avr/src/stepper.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/stepper.h b/src/avr/src/stepper.h index 43afe29..b464647 100644 --- a/src/avr/src/stepper.h +++ b/src/avr/src/stepper.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/switch.c b/src/avr/src/switch.c index b54cfc6..c8a0417 100644 --- a/src/avr/src/switch.c +++ b/src/avr/src/switch.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/switch.h b/src/avr/src/switch.h index dcce456..2491a07 100644 --- a/src/avr/src/switch.h +++ b/src/avr/src/switch.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/type.c b/src/avr/src/type.c index 9b701c8..6ea7940 100644 --- a/src/avr/src/type.c +++ b/src/avr/src/type.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/type.def b/src/avr/src/type.def index 08ae821..a683952 100644 --- a/src/avr/src/type.def +++ b/src/avr/src/type.def @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/type.h b/src/avr/src/type.h index e2af695..1390813 100644 --- a/src/avr/src/type.h +++ b/src/avr/src/type.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/usart.c b/src/avr/src/usart.c index 0838c0c..4198bc1 100644 --- a/src/avr/src/usart.c +++ b/src/avr/src/usart.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/usart.h b/src/avr/src/usart.h index 384ce32..be1b87a 100644 --- a/src/avr/src/usart.h +++ b/src/avr/src/usart.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/util.c b/src/avr/src/util.c index 56b8292..747a52e 100644 --- a/src/avr/src/util.c +++ b/src/avr/src/util.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/util.h b/src/avr/src/util.h index 58142db..d724f5b 100644 --- a/src/avr/src/util.h +++ b/src/avr/src/util.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/vars.c b/src/avr/src/vars.c index 49edef4..1d20632 100644 --- a/src/avr/src/vars.c +++ b/src/avr/src/vars.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/vars.def b/src/avr/src/vars.def index a462cb7..e204c25 100644 --- a/src/avr/src/vars.def +++ b/src/avr/src/vars.def @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/vars.h b/src/avr/src/vars.h index b55210e..4e7d72a 100644 --- a/src/avr/src/vars.h +++ b/src/avr/src/vars.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/vfd_spindle.c b/src/avr/src/vfd_spindle.c index 7849c56..8d63537 100644 --- a/src/avr/src/vfd_spindle.c +++ b/src/avr/src/vfd_spindle.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/src/vfd_spindle.h b/src/avr/src/vfd_spindle.h index 978b539..a13f7a0 100644 --- a/src/avr/src/vfd_spindle.h +++ b/src/avr/src/vfd_spindle.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/avr/step-test/plot_velocity.py b/src/avr/step-test/plot_velocity.py index 40279e8..7b10f39 100644 --- a/src/avr/step-test/plot_velocity.py +++ b/src/avr/step-test/plot_velocity.py @@ -4,7 +4,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/avr/step-test/step-test.c b/src/avr/step-test/step-test.c index 837f41d..0fb8a7a 100644 --- a/src/avr/step-test/step-test.c +++ b/src/avr/step-test/step-test.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/api.js b/src/js/api.js index 903226d..a2d0db1 100644 --- a/src/js/api.js +++ b/src/js/api.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/app.js b/src/js/app.js index da57e2a..f63df4f 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/axis-control.js b/src/js/axis-control.js index 0f17b40..f611303 100644 --- a/src/js/axis-control.js +++ b/src/js/axis-control.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/axis-vars.js b/src/js/axis-vars.js index 17e5a23..58f5dbf 100644 --- a/src/js/axis-vars.js +++ b/src/js/axis-vars.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/chart-view.js b/src/js/chart-view.js index de0ee16..1d3c997 100644 --- a/src/js/chart-view.js +++ b/src/js/chart-view.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/cm-gcode.js b/src/js/cm-gcode.js index 3b6ae02..ec04929 100644 --- a/src/js/cm-gcode.js +++ b/src/js/cm-gcode.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/console.js b/src/js/console.js index 7867f71..cb9d28c 100644 --- a/src/js/console.js +++ b/src/js/console.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/cookie.js b/src/js/cookie.js index 75f7c4f..f65dcfc 100644 --- a/src/js/cookie.js +++ b/src/js/cookie.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/dialog.js b/src/js/dialog.js index 12a309f..8d801fc 100644 --- a/src/js/dialog.js +++ b/src/js/dialog.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/dragbar.js b/src/js/dragbar.js index 2417de1..cc1b552 100644 --- a/src/js/dragbar.js +++ b/src/js/dragbar.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/file-dialog.js b/src/js/file-dialog.js index 5e44f99..07b2a04 100644 --- a/src/js/file-dialog.js +++ b/src/js/file-dialog.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/files.js b/src/js/files.js index 3e61c7a..306533a 100644 --- a/src/js/files.js +++ b/src/js/files.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/filters.js b/src/js/filters.js index 3ebd9b6..1afc75b 100644 --- a/src/js/filters.js +++ b/src/js/filters.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/indicators.js b/src/js/indicators.js index a9882a7..96e9048 100644 --- a/src/js/indicators.js +++ b/src/js/indicators.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/io-indicator.js b/src/js/io-indicator.js index aa72ee0..a115f36 100644 --- a/src/js/io-indicator.js +++ b/src/js/io-indicator.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/loading-message.js b/src/js/loading-message.js index b253eeb..d18d321 100644 --- a/src/js/loading-message.js +++ b/src/js/loading-message.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/main.js b/src/js/main.js index d59b9f6..b30d229 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/message.js b/src/js/message.js index e98ab50..c43e2f4 100644 --- a/src/js/message.js +++ b/src/js/message.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/modbus-reg.js b/src/js/modbus-reg.js index 547ca70..f7c2a25 100644 --- a/src/js/modbus-reg.js +++ b/src/js/modbus-reg.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/modbus.js b/src/js/modbus.js index 75a3e43..ecaadca 100644 --- a/src/js/modbus.js +++ b/src/js/modbus.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/nav-item.js b/src/js/nav-item.js index c0489f7..3426d83 100644 --- a/src/js/nav-item.js +++ b/src/js/nav-item.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/nav-menu.js b/src/js/nav-menu.js index 1c959bb..dbcb5c6 100644 --- a/src/js/nav-menu.js +++ b/src/js/nav-menu.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/orbit.js b/src/js/orbit.js index a95bcaf..3ad5e34 100644 --- a/src/js/orbit.js +++ b/src/js/orbit.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/path-viewer.js b/src/js/path-viewer.js index 9469148..477e29e 100644 --- a/src/js/path-viewer.js +++ b/src/js/path-viewer.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/settings-admin.js b/src/js/settings-admin.js index 522421f..7afa92d 100644 --- a/src/js/settings-admin.js +++ b/src/js/settings-admin.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/settings-general.js b/src/js/settings-general.js index f292049..f02508d 100644 --- a/src/js/settings-general.js +++ b/src/js/settings-general.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/settings-io.js b/src/js/settings-io.js index 92bd280..bdb8e40 100644 --- a/src/js/settings-io.js +++ b/src/js/settings-io.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/settings-motor.js b/src/js/settings-motor.js index db56e2e..37861b1 100644 --- a/src/js/settings-motor.js +++ b/src/js/settings-motor.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/settings-network.js b/src/js/settings-network.js index 739f306..c613c20 100644 --- a/src/js/settings-network.js +++ b/src/js/settings-network.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/settings-tool.js b/src/js/settings-tool.js index f596789..3c145fe 100644 --- a/src/js/settings-tool.js +++ b/src/js/settings-tool.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/sock.js b/src/js/sock.js index eae2ab6..e5f008a 100644 --- a/src/js/sock.js +++ b/src/js/sock.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/templated-input.js b/src/js/templated-input.js index 350cb79..945d2e1 100644 --- a/src/js/templated-input.js +++ b/src/js/templated-input.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/unit-value.js b/src/js/unit-value.js index d064eaa..b189551 100644 --- a/src/js/unit-value.js +++ b/src/js/unit-value.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/upload-dialog.js b/src/js/upload-dialog.js index c3d7c4c..6756c47 100644 --- a/src/js/upload-dialog.js +++ b/src/js/upload-dialog.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/util.js b/src/js/util.js index 517c6d9..14917e8 100644 --- a/src/js/util.js +++ b/src/js/util.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/video.js b/src/js/video.js index 060f8e1..7ca061e 100644 --- a/src/js/video.js +++ b/src/js/video.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/view-control.js b/src/js/view-control.js index 95dd54c..5fe1f73 100644 --- a/src/js/view-control.js +++ b/src/js/view-control.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/view-docs.js b/src/js/view-docs.js index 1d2be91..4ed559b 100644 --- a/src/js/view-docs.js +++ b/src/js/view-docs.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/view-editor.js b/src/js/view-editor.js index c82330e..4aa1ee9 100644 --- a/src/js/view-editor.js +++ b/src/js/view-editor.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/view-files.js b/src/js/view-files.js index 6586851..30938b5 100644 --- a/src/js/view-files.js +++ b/src/js/view-files.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/view-settings.js b/src/js/view-settings.js index aa335f0..6f36d29 100644 --- a/src/js/view-settings.js +++ b/src/js/view-settings.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/view-viewer.js b/src/js/view-viewer.js index 505a373..f184183 100644 --- a/src/js/view-viewer.js +++ b/src/js/view-viewer.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/js/viewer-help-dialog.js b/src/js/viewer-help-dialog.js index 2d6259f..e0291cc 100644 --- a/src/js/viewer-help-dialog.js +++ b/src/js/viewer-help-dialog.js @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/pug/index.pug b/src/pug/index.pug index 7b0d2f9..a0d8e75 100644 --- a/src/pug/index.pug +++ b/src/pug/index.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/axis-control.pug b/src/pug/templates/axis-control.pug index 639db19..c79b23e 100644 --- a/src/pug/templates/axis-control.pug +++ b/src/pug/templates/axis-control.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/chart-view.pug b/src/pug/templates/chart-view.pug index b909b03..0cfe7c9 100644 --- a/src/pug/templates/chart-view.pug +++ b/src/pug/templates/chart-view.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/color-picker.pug b/src/pug/templates/color-picker.pug index 2238687..ed6d571 100644 --- a/src/pug/templates/color-picker.pug +++ b/src/pug/templates/color-picker.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/console.pug b/src/pug/templates/console.pug index b899dd1..29562c1 100644 --- a/src/pug/templates/console.pug +++ b/src/pug/templates/console.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/dialog.pug b/src/pug/templates/dialog.pug index 1eaa931..6575a70 100644 --- a/src/pug/templates/dialog.pug +++ b/src/pug/templates/dialog.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/docs-gcode.pug b/src/pug/templates/docs-gcode.pug index 713b325..298d6ee 100644 --- a/src/pug/templates/docs-gcode.pug +++ b/src/pug/templates/docs-gcode.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/docs-help.pug b/src/pug/templates/docs-help.pug index 8ae6b33..30871a2 100644 --- a/src/pug/templates/docs-help.pug +++ b/src/pug/templates/docs-help.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // @@ -32,8 +32,8 @@ script#docs-help-template(type="text/x-template") p | You can find a detailed user manual at | - a(href="http://buildbotics.com/docs", target="_blank") - | buildbotics.com/docs + a(href="http://buildbotics.com/manual-v1-0", target="_blank") + | buildbotics.com/manual-v1-0 |. h2 Discussion Forum diff --git a/src/pug/templates/docs-license.pug b/src/pug/templates/docs-license.pug index 561129b..0d18b7f 100644 --- a/src/pug/templates/docs-license.pug +++ b/src/pug/templates/docs-license.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/dragbar.pug b/src/pug/templates/dragbar.pug index b6c9ae0..eb0b86a 100644 --- a/src/pug/templates/dragbar.pug +++ b/src/pug/templates/dragbar.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/estop.pug b/src/pug/templates/estop.pug index 350d55e..bd85025 100644 --- a/src/pug/templates/estop.pug +++ b/src/pug/templates/estop.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/file-dialog.pug b/src/pug/templates/file-dialog.pug index e75fba9..2564ea7 100644 --- a/src/pug/templates/file-dialog.pug +++ b/src/pug/templates/file-dialog.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/files.pug b/src/pug/templates/files.pug index 6870ce7..95b4575 100644 --- a/src/pug/templates/files.pug +++ b/src/pug/templates/files.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/indicators.pug b/src/pug/templates/indicators.pug index f23b944..edbd38d 100644 --- a/src/pug/templates/indicators.pug +++ b/src/pug/templates/indicators.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/io-indicator.pug b/src/pug/templates/io-indicator.pug index 5f4016b..948a75d 100644 --- a/src/pug/templates/io-indicator.pug +++ b/src/pug/templates/io-indicator.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/loading-message.pug b/src/pug/templates/loading-message.pug index ff3cd22..a97f6c7 100644 --- a/src/pug/templates/loading-message.pug +++ b/src/pug/templates/loading-message.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/message.pug b/src/pug/templates/message.pug index fe32c34..8a64197 100644 --- a/src/pug/templates/message.pug +++ b/src/pug/templates/message.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/modbus-reg.pug b/src/pug/templates/modbus-reg.pug index f121e7d..3877379 100644 --- a/src/pug/templates/modbus-reg.pug +++ b/src/pug/templates/modbus-reg.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/path-viewer.pug b/src/pug/templates/path-viewer.pug index d7d8da7..074332d 100644 --- a/src/pug/templates/path-viewer.pug +++ b/src/pug/templates/path-viewer.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/settings-admin.pug b/src/pug/templates/settings-admin.pug index 51e07eb..dc57984 100644 --- a/src/pug/templates/settings-admin.pug +++ b/src/pug/templates/settings-admin.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/settings-general.pug b/src/pug/templates/settings-general.pug index 127ae09..fd28ccf 100644 --- a/src/pug/templates/settings-general.pug +++ b/src/pug/templates/settings-general.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/settings-io.pug b/src/pug/templates/settings-io.pug index 344f55e..576c860 100644 --- a/src/pug/templates/settings-io.pug +++ b/src/pug/templates/settings-io.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/settings-macros.pug b/src/pug/templates/settings-macros.pug index 7dd37a6..b5903ba 100644 --- a/src/pug/templates/settings-macros.pug +++ b/src/pug/templates/settings-macros.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/settings-motor.pug b/src/pug/templates/settings-motor.pug index b97450e..741a395 100644 --- a/src/pug/templates/settings-motor.pug +++ b/src/pug/templates/settings-motor.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/settings-network.pug b/src/pug/templates/settings-network.pug index 8c095b0..e09c9b2 100644 --- a/src/pug/templates/settings-network.pug +++ b/src/pug/templates/settings-network.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/settings-tool.pug b/src/pug/templates/settings-tool.pug index 6c69018..ae2ffb7 100644 --- a/src/pug/templates/settings-tool.pug +++ b/src/pug/templates/settings-tool.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/templated-input.pug b/src/pug/templates/templated-input.pug index 75d94d3..bc0efbe 100644 --- a/src/pug/templates/templated-input.pug +++ b/src/pug/templates/templated-input.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/upload-dialog.pug b/src/pug/templates/upload-dialog.pug index 5f5b447..d3b1f1b 100644 --- a/src/pug/templates/upload-dialog.pug +++ b/src/pug/templates/upload-dialog.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/video.pug b/src/pug/templates/video.pug index 3d76433..91425a1 100644 --- a/src/pug/templates/video.pug +++ b/src/pug/templates/video.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/view-camera.pug b/src/pug/templates/view-camera.pug index 2b8b784..9ae5fcd 100644 --- a/src/pug/templates/view-camera.pug +++ b/src/pug/templates/view-camera.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/view-control.pug b/src/pug/templates/view-control.pug index 669b4e3..0f6e1bb 100644 --- a/src/pug/templates/view-control.pug +++ b/src/pug/templates/view-control.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/view-docs.pug b/src/pug/templates/view-docs.pug index 1964c77..9170e50 100644 --- a/src/pug/templates/view-docs.pug +++ b/src/pug/templates/view-docs.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/view-editor.pug b/src/pug/templates/view-editor.pug index 1824183..ec18402 100644 --- a/src/pug/templates/view-editor.pug +++ b/src/pug/templates/view-editor.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/view-files.pug b/src/pug/templates/view-files.pug index 3d15b85..f0f8c0b 100644 --- a/src/pug/templates/view-files.pug +++ b/src/pug/templates/view-files.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/view-settings.pug b/src/pug/templates/view-settings.pug index 674c2ee..3909b72 100644 --- a/src/pug/templates/view-settings.pug +++ b/src/pug/templates/view-settings.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/view-viewer.pug b/src/pug/templates/view-viewer.pug index eab578b..900595a 100644 --- a/src/pug/templates/view-viewer.pug +++ b/src/pug/templates/view-viewer.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pug/templates/viewer-help-dialog.pug b/src/pug/templates/viewer-help-dialog.pug index 661baf7..0807a98 100644 --- a/src/pug/templates/viewer-help-dialog.pug +++ b/src/pug/templates/viewer-help-dialog.pug @@ -2,7 +2,7 @@ //- // //- This file is part of the Buildbotics firmware. // //- // -//- Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. // +//- Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. // //- // //- This Source describes Open Hardware and is licensed under the // //- CERN-OHL-S v2. // diff --git a/src/pwr/config.h b/src/pwr/config.h index c732722..ce46943 100644 --- a/src/pwr/config.h +++ b/src/pwr/config.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/pwr/main.c b/src/pwr/main.c index c9f56c5..e310680 100644 --- a/src/pwr/main.c +++ b/src/pwr/main.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/pwr/pins.c b/src/pwr/pins.c index 3737265..09ac446 100644 --- a/src/pwr/pins.c +++ b/src/pwr/pins.c @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/pwr/pins.h b/src/pwr/pins.h index 9684e85..7bbea36 100644 --- a/src/pwr/pins.h +++ b/src/pwr/pins.h @@ -2,7 +2,7 @@ This file is part of the Buildbotics firmware. - Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. This Source describes Open Hardware and is licensed under the CERN-OHL-S v2. diff --git a/src/py/bbctrl/APIHandler.py b/src/py/bbctrl/APIHandler.py index d5c816c..24f0c8b 100644 --- a/src/py/bbctrl/APIHandler.py +++ b/src/py/bbctrl/APIHandler.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/AVR.py b/src/py/bbctrl/AVR.py index 61a8484..bfd4f31 100644 --- a/src/py/bbctrl/AVR.py +++ b/src/py/bbctrl/AVR.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/AVREmu.py b/src/py/bbctrl/AVREmu.py index 76f9575..e2c8e25 100644 --- a/src/py/bbctrl/AVREmu.py +++ b/src/py/bbctrl/AVREmu.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/Camera.py b/src/py/bbctrl/Camera.py index 76cfb51..ad8489c 100644 --- a/src/py/bbctrl/Camera.py +++ b/src/py/bbctrl/Camera.py @@ -4,7 +4,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/Cmd.py b/src/py/bbctrl/Cmd.py index e0de8b9..515be50 100644 --- a/src/py/bbctrl/Cmd.py +++ b/src/py/bbctrl/Cmd.py @@ -4,7 +4,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/Comm.py b/src/py/bbctrl/Comm.py index 23868ed..c709138 100644 --- a/src/py/bbctrl/Comm.py +++ b/src/py/bbctrl/Comm.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/CommandQueue.py b/src/py/bbctrl/CommandQueue.py index 4967a17..40fbb70 100644 --- a/src/py/bbctrl/CommandQueue.py +++ b/src/py/bbctrl/CommandQueue.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/Config.py b/src/py/bbctrl/Config.py index 4346e65..5a92840 100644 --- a/src/py/bbctrl/Config.py +++ b/src/py/bbctrl/Config.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/Ctrl.py b/src/py/bbctrl/Ctrl.py index d1dc823..463e3e6 100644 --- a/src/py/bbctrl/Ctrl.py +++ b/src/py/bbctrl/Ctrl.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/Events.py b/src/py/bbctrl/Events.py index b9582c3..4c82b8b 100644 --- a/src/py/bbctrl/Events.py +++ b/src/py/bbctrl/Events.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/FileSystem.py b/src/py/bbctrl/FileSystem.py index 3b281a8..0e91dcf 100644 --- a/src/py/bbctrl/FileSystem.py +++ b/src/py/bbctrl/FileSystem.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/FileSystemHandler.py b/src/py/bbctrl/FileSystemHandler.py index 29c35f6..d6bac55 100644 --- a/src/py/bbctrl/FileSystemHandler.py +++ b/src/py/bbctrl/FileSystemHandler.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/I2C.py b/src/py/bbctrl/I2C.py index a943cdc..4101b11 100644 --- a/src/py/bbctrl/I2C.py +++ b/src/py/bbctrl/I2C.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/IOLoop.py b/src/py/bbctrl/IOLoop.py index b87442d..f07e8f5 100644 --- a/src/py/bbctrl/IOLoop.py +++ b/src/py/bbctrl/IOLoop.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/IPLCDPage.py b/src/py/bbctrl/IPLCDPage.py index 2b0a4f3..8ae7971 100644 --- a/src/py/bbctrl/IPLCDPage.py +++ b/src/py/bbctrl/IPLCDPage.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/Jog.py b/src/py/bbctrl/Jog.py index 4c97967..4b11647 100644 --- a/src/py/bbctrl/Jog.py +++ b/src/py/bbctrl/Jog.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/LCD.py b/src/py/bbctrl/LCD.py index 9285542..7eb02f4 100644 --- a/src/py/bbctrl/LCD.py +++ b/src/py/bbctrl/LCD.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/Log.py b/src/py/bbctrl/Log.py index 5870f3d..bcb9f50 100644 --- a/src/py/bbctrl/Log.py +++ b/src/py/bbctrl/Log.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/Mach.py b/src/py/bbctrl/Mach.py index 9a248ae..8061a36 100644 --- a/src/py/bbctrl/Mach.py +++ b/src/py/bbctrl/Mach.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/MainLCDPage.py b/src/py/bbctrl/MainLCDPage.py index 7039ea0..40ccf34 100644 --- a/src/py/bbctrl/MainLCDPage.py +++ b/src/py/bbctrl/MainLCDPage.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/MonitorTemp.py b/src/py/bbctrl/MonitorTemp.py index 6766d37..247c4fb 100644 --- a/src/py/bbctrl/MonitorTemp.py +++ b/src/py/bbctrl/MonitorTemp.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/ObjGraph.py b/src/py/bbctrl/ObjGraph.py index 982bc7f..4d51cd6 100644 --- a/src/py/bbctrl/ObjGraph.py +++ b/src/py/bbctrl/ObjGraph.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/Planner.py b/src/py/bbctrl/Planner.py index b700faf..39025e5 100644 --- a/src/py/bbctrl/Planner.py +++ b/src/py/bbctrl/Planner.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/Preplanner.py b/src/py/bbctrl/Preplanner.py index b447ef4..3dff300 100644 --- a/src/py/bbctrl/Preplanner.py +++ b/src/py/bbctrl/Preplanner.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/Pwr.py b/src/py/bbctrl/Pwr.py index 09c2e90..e05ee6b 100644 --- a/src/py/bbctrl/Pwr.py +++ b/src/py/bbctrl/Pwr.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/RequestHandler.py b/src/py/bbctrl/RequestHandler.py index 59c18f3..bcf2632 100644 --- a/src/py/bbctrl/RequestHandler.py +++ b/src/py/bbctrl/RequestHandler.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/State.py b/src/py/bbctrl/State.py index 364eab2..55dd6fc 100644 --- a/src/py/bbctrl/State.py +++ b/src/py/bbctrl/State.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/Web.py b/src/py/bbctrl/Web.py index 7af074b..e868a16 100644 --- a/src/py/bbctrl/Web.py +++ b/src/py/bbctrl/Web.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/__init__.py b/src/py/bbctrl/__init__.py index 4e4fb63..c82526e 100644 --- a/src/py/bbctrl/__init__.py +++ b/src/py/bbctrl/__init__.py @@ -4,7 +4,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/plan.py b/src/py/bbctrl/plan.py index f1580f2..5bb61a5 100644 --- a/src/py/bbctrl/plan.py +++ b/src/py/bbctrl/plan.py @@ -4,7 +4,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/bbctrl/v4l2.py b/src/py/bbctrl/v4l2.py index aad96e6..22fbfaf 100644 --- a/src/py/bbctrl/v4l2.py +++ b/src/py/bbctrl/v4l2.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/inevent/AbsAxisScaling.py b/src/py/inevent/AbsAxisScaling.py index 1d94aab..5d59acb 100644 --- a/src/py/inevent/AbsAxisScaling.py +++ b/src/py/inevent/AbsAxisScaling.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/inevent/Constants.py b/src/py/inevent/Constants.py index 08e29a6..0eca11e 100644 --- a/src/py/inevent/Constants.py +++ b/src/py/inevent/Constants.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/inevent/Event.py b/src/py/inevent/Event.py index 47ccbbd..d8ac032 100644 --- a/src/py/inevent/Event.py +++ b/src/py/inevent/Event.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/inevent/EventHandler.py b/src/py/inevent/EventHandler.py index 83e3b73..1603c8f 100644 --- a/src/py/inevent/EventHandler.py +++ b/src/py/inevent/EventHandler.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/inevent/EventState.py b/src/py/inevent/EventState.py index 605ed64..ba35f84 100644 --- a/src/py/inevent/EventState.py +++ b/src/py/inevent/EventState.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/inevent/EventStream.py b/src/py/inevent/EventStream.py index 91c7417..776192f 100644 --- a/src/py/inevent/EventStream.py +++ b/src/py/inevent/EventStream.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/inevent/InEvent.py b/src/py/inevent/InEvent.py index 27390a0..24b4932 100644 --- a/src/py/inevent/InEvent.py +++ b/src/py/inevent/InEvent.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/inevent/JogHandler.py b/src/py/inevent/JogHandler.py index 909b5d2..13e5e2b 100644 --- a/src/py/inevent/JogHandler.py +++ b/src/py/inevent/JogHandler.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/inevent/Keys.py b/src/py/inevent/Keys.py index 8377f1e..7358b18 100644 --- a/src/py/inevent/Keys.py +++ b/src/py/inevent/Keys.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/inevent/__init__.py b/src/py/inevent/__init__.py index b4e4ae7..6572977 100644 --- a/src/py/inevent/__init__.py +++ b/src/py/inevent/__init__.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/inevent/ioctl.py b/src/py/inevent/ioctl.py index 4418884..2a96901 100644 --- a/src/py/inevent/ioctl.py +++ b/src/py/inevent/ioctl.py @@ -2,7 +2,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/lcd/__init__.py b/src/py/lcd/__init__.py index b21f3ce..8bafff9 100644 --- a/src/py/lcd/__init__.py +++ b/src/py/lcd/__init__.py @@ -4,7 +4,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/py/lcd/splash.py b/src/py/lcd/splash.py index 0e99662..9286a20 100644 --- a/src/py/lcd/splash.py +++ b/src/py/lcd/splash.py @@ -4,7 +4,7 @@ # # # This file is part of the Buildbotics firmware. # # # -# Copyright (c) 2015 - 2020, Buildbotics LLC, All rights reserved. # +# Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. # # # # This Source describes Open Hardware and is licensed under the # # CERN-OHL-S v2. # diff --git a/src/splash/buildbotics.script b/src/splash/buildbotics.script index 3f75ae6..e8c7283 100644 --- a/src/splash/buildbotics.script +++ b/src/splash/buildbotics.script @@ -1,6 +1,12 @@ screenW = Window.GetWidth(); screenH = Window.GetHeight(); +text = Image.Text("Copyright © 2015 - 2021", 1, 1, 1); +textSprite = Sprite(text); +textSprite.SetX((screenW - text.GetWidth()) / 2); +textSprite.SetY(screenH - text.GetHeight()); +textSprite.SetZ(20); + image = Image("splash.png"); imageW = image.GetWidth(); imageH = image.GetHeight(); @@ -14,3 +20,7 @@ else image = image.Scale(imageW / scaleY, screenH); sprite = Sprite(image); sprite.SetX((screenW - image.GetWidth()) / 2); sprite.SetY((screenH - image.GetHeight()) / 2); +sprite.SetZ(10); + +Window.SetBackgroundTopColor(0, 0, 0); +Window.SetBackgroundBottomColor(0, 0, 0); diff --git a/src/stylus/attention.styl b/src/stylus/attention.styl index f44f9cd..61f6587 100644 --- a/src/stylus/attention.styl +++ b/src/stylus/attention.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + @keyframes attention 50% opacity 0.5 diff --git a/src/stylus/cheat-sheet.styl b/src/stylus/cheat-sheet.styl index d1e2e03..3eb5aeb 100644 --- a/src/stylus/cheat-sheet.styl +++ b/src/stylus/cheat-sheet.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .cheat-sheet table width 100% diff --git a/src/stylus/code-mirror.styl b/src/stylus/code-mirror.styl index 2b36d3f..1a80983 100644 --- a/src/stylus/code-mirror.styl +++ b/src/stylus/code-mirror.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .CodeMirror-code > :nth-child(odd) background-color #fafafa diff --git a/src/stylus/color-picker.styl b/src/stylus/color-picker.styl index 388a976..f6b80fa 100644 --- a/src/stylus/color-picker.styl +++ b/src/stylus/color-picker.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .color-picker height 1.5em width 1.5em diff --git a/src/stylus/console.styl b/src/stylus/console.styl index 4593bb4..7ac4e2b 100644 --- a/src/stylus/console.styl +++ b/src/stylus/console.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .console .console-wrapper max-height 400px diff --git a/src/stylus/dragbar.styl b/src/stylus/dragbar.styl index d652550..ab1b7fd 100644 --- a/src/stylus/dragbar.styl +++ b/src/stylus/dragbar.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .dragbar position absolute background #aaa diff --git a/src/stylus/error-message.styl b/src/stylus/error-message.styl index 7994405..44db9f3 100644 --- a/src/stylus/error-message.styl +++ b/src/stylus/error-message.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .error-message &.modal-mask .modal-wrapper .modal-container width auto diff --git a/src/stylus/estop.styl b/src/stylus/estop.styl index 90c4786..9ed0665 100644 --- a/src/stylus/estop.styl +++ b/src/stylus/estop.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + @keyframes blink 50% fill #ff9d00 diff --git a/src/stylus/files.styl b/src/stylus/files.styl index 11d2b63..5beebe8 100644 --- a/src/stylus/files.styl +++ b/src/stylus/files.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .files .new-folder input width calc(100% - 8px) diff --git a/src/stylus/header.styl b/src/stylus/header.styl index 0b36af3..93e7ac2 100644 --- a/src/stylus/header.styl +++ b/src/stylus/header.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .header width calc(100% - 2em) padding 0 1em diff --git a/src/stylus/indicators.styl b/src/stylus/indicators.styl index 70a731c..e202135 100644 --- a/src/stylus/indicators.styl +++ b/src/stylus/indicators.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .indicators padding 1em 0 text-align center diff --git a/src/stylus/io.styl b/src/stylus/io.styl index 279e539..f21f12e 100644 --- a/src/stylus/io.styl +++ b/src/stylus/io.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .io &.active color green diff --git a/src/stylus/loading-message.styl b/src/stylus/loading-message.styl index c51193c..3ac1ff9 100644 --- a/src/stylus/loading-message.styl +++ b/src/stylus/loading-message.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .loading-message position fixed z-index 50 diff --git a/src/stylus/log.styl b/src/stylus/log.styl index b40a8ef..199a37d 100644 --- a/src/stylus/log.styl +++ b/src/stylus/log.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + tr.log-error td color red diff --git a/src/stylus/macros.styl b/src/stylus/macros.styl index 4022d18..62f5d5f 100644 --- a/src/stylus/macros.styl +++ b/src/stylus/macros.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + #settings-macros .toolbar text-align right diff --git a/src/stylus/main.styl b/src/stylus/main.styl index 7608aa3..473e3bd 100644 --- a/src/stylus/main.styl +++ b/src/stylus/main.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + #main overflow-y scroll display flex diff --git a/src/stylus/menu.styl b/src/stylus/menu.styl index f9bd487..fe4ada2 100644 --- a/src/stylus/menu.styl +++ b/src/stylus/menu.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + #menu, #menuLink transition: all 0.2s ease-out; diff --git a/src/stylus/modal.styl b/src/stylus/modal.styl index 05f2b29..a3193ee 100644 --- a/src/stylus/modal.styl +++ b/src/stylus/modal.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .modal-mask position fixed z-index 1000 diff --git a/src/stylus/modbus.styl b/src/stylus/modbus.styl index 24c5f78..527a481 100644 --- a/src/stylus/modbus.styl +++ b/src/stylus/modbus.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .modbus-program button margin 0.25em 0 diff --git a/src/stylus/motor-slave.styl b/src/stylus/motor-slave.styl index 798c766..34d7af5 100644 --- a/src/stylus/motor-slave.styl +++ b/src/stylus/motor-slave.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .motor.slave .tmpl-input-axis .units::after content "(slave motor)" diff --git a/src/stylus/navbar.styl b/src/stylus/navbar.styl index 15f0cc1..dcd59b3 100644 --- a/src/stylus/navbar.styl +++ b/src/stylus/navbar.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .navbar display flex align-items center diff --git a/src/stylus/overlay.styl b/src/stylus/overlay.styl index 1744f6c..caf6435 100644 --- a/src/stylus/overlay.styl +++ b/src/stylus/overlay.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + #overlay position fixed top 0 diff --git a/src/stylus/path-viewer.styl b/src/stylus/path-viewer.styl index 4c6e0c2..89b3763 100644 --- a/src/stylus/path-viewer.styl +++ b/src/stylus/path-viewer.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .path-viewer display flex flex-direction column diff --git a/src/stylus/save.styl b/src/stylus/save.styl index e658dce..457a1bd 100644 --- a/src/stylus/save.styl +++ b/src/stylus/save.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + tt.save display inline-block border-radius 2px diff --git a/src/stylus/status-colors.styl b/src/stylus/status-colors.styl index b155bdd..c5bdbe6 100644 --- a/src/stylus/status-colors.styl +++ b/src/stylus/status-colors.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .button-success:not([disabled]) background-color #1cb841 diff --git a/src/stylus/status.styl b/src/stylus/status.styl index 7be14a8..6aaee24 100644 --- a/src/stylus/status.styl +++ b/src/stylus/status.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .status color #eee text-align center diff --git a/src/stylus/tabs.styl b/src/stylus/tabs.styl index c5017d2..e024844 100644 --- a/src/stylus/tabs.styl +++ b/src/stylus/tabs.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .tabs clear both diff --git a/src/stylus/upgrade-version.styl b/src/stylus/upgrade-version.styl index fb56bb3..6e9f4fa 100644 --- a/src/stylus/upgrade-version.styl +++ b/src/stylus/upgrade-version.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .upgrade-version display inline-block border-radius 4px diff --git a/src/stylus/upload-dialog.styl b/src/stylus/upload-dialog.styl index c6cc47d..2a6efd2 100644 --- a/src/stylus/upload-dialog.styl +++ b/src/stylus/upload-dialog.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .upload-dialog > form display none diff --git a/src/stylus/video.styl b/src/stylus/video.styl index 38e6b47..62b02cd 100644 --- a/src/stylus/video.styl +++ b/src/stylus/video.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .video margin auto text-align center diff --git a/src/stylus/view-camera.styl b/src/stylus/view-camera.styl index edcfb85..033e543 100644 --- a/src/stylus/view-camera.styl +++ b/src/stylus/view-camera.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .view-camera-page #main > .header .video display none diff --git a/src/stylus/view-control.styl b/src/stylus/view-control.styl index cd274bd..de61970 100644 --- a/src/stylus/view-control.styl +++ b/src/stylus/view-control.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .view-control max-width limit-width margin auto diff --git a/src/stylus/view-docs.styl b/src/stylus/view-docs.styl index 75d014a..87dad62 100644 --- a/src/stylus/view-docs.styl +++ b/src/stylus/view-docs.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .view-docs .docs-view padding 0 1em diff --git a/src/stylus/view-editor.styl b/src/stylus/view-editor.styl index ae0689d..d33f2c7 100644 --- a/src/stylus/view-editor.styl +++ b/src/stylus/view-editor.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .view-editor margin-bottom 0 diff --git a/src/stylus/view-files.styl b/src/stylus/view-files.styl index 676b3a9..86c9cbf 100644 --- a/src/stylus/view-files.styl +++ b/src/stylus/view-files.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .view-files margin-bottom 0 diff --git a/src/stylus/view-settings.styl b/src/stylus/view-settings.styl index f0839bd..9066d8c 100644 --- a/src/stylus/view-settings.styl +++ b/src/stylus/view-settings.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .view-settings margin-bottom 0 diff --git a/src/stylus/view-viewer.styl b/src/stylus/view-viewer.styl index 1c22668..6845aa8 100644 --- a/src/stylus/view-viewer.styl +++ b/src/stylus/view-viewer.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .view-viewer-page #main height 100vh diff --git a/src/stylus/wifi.styl b/src/stylus/wifi.styl index 9e4fcee..4c6b011 100644 --- a/src/stylus/wifi.styl +++ b/src/stylus/wifi.styl @@ -1,3 +1,30 @@ +/******************************************************************************\ + + This file is part of the Buildbotics firmware. + + Copyright (c) 2015 - 2021, Buildbotics LLC, All rights reserved. + + This Source describes Open Hardware and is licensed under the + CERN-OHL-S v2. + + You may redistribute and modify this Source and make products + using it under the terms of the CERN-OHL-S v2 (https:/cern.ch/cern-ohl). + This Source is distributed WITHOUT ANY EXPRESS OR IMPLIED + WARRANTY, INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS + FOR A PARTICULAR PURPOSE. Please see the CERN-OHL-S v2 for applicable + conditions. + + Source location: https://github.com/buildbotics + + As per CERN-OHL-S v2 section 4, should You produce hardware based on + these sources, You must maintain the Source Location clearly visible on + the external case of the CNC Controller or other product you make using + this Source. + + For more information, email info@buildbotics.com + +\******************************************************************************/ + .wifi-confirm table th text-align right