Updated copyright
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Thu, 22 Apr 2021 22:53:58 +0000 (15:53 -0700)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Thu, 22 Apr 2021 22:53:58 +0000 (15:53 -0700)
commit502f2e3f72ecea3a2fe9b7d3d4ad184af22add49
treeebc1ad533e264804cc382353bbcace40ad46336d
parent9e468b1045bed7427bfbd20cac26ff579f983044
Updated copyright
256 files changed:
scripts/setup_rpi.sh
src/avr/data_usage.py
src/avr/emu/src/avr/eeprom.h
src/avr/emu/src/avr/interrupt.h
src/avr/emu/src/avr/io.h
src/avr/emu/src/avr/pgmspace.h
src/avr/emu/src/avr/wdt.h
src/avr/emu/src/emu.c
src/avr/emu/src/util/atomic.h
src/avr/emu/src/util/crc16.h
src/avr/emu/src/util/delay.h
src/avr/src/SCurve.cpp
src/avr/src/SCurve.h
src/avr/src/analog.c
src/avr/src/analog.h
src/avr/src/axis.c
src/avr/src/axis.h
src/avr/src/base64.c
src/avr/src/base64.h
src/avr/src/command.c
src/avr/src/command.def
src/avr/src/command.h
src/avr/src/commands.c
src/avr/src/config.h
src/avr/src/cpp_magic.h
src/avr/src/drv8711.c
src/avr/src/drv8711.h
src/avr/src/emu.h
src/avr/src/estop.c
src/avr/src/estop.h
src/avr/src/exec.c
src/avr/src/exec.h
src/avr/src/hardware.c
src/avr/src/hardware.h
src/avr/src/huanyang.c
src/avr/src/huanyang.h
src/avr/src/i2c.c
src/avr/src/i2c.h
src/avr/src/io.c
src/avr/src/io.h
src/avr/src/jog.c
src/avr/src/jog.h
src/avr/src/lcd.c
src/avr/src/lcd.h
src/avr/src/line.c
src/avr/src/main.c
src/avr/src/messages.def
src/avr/src/modbus.c
src/avr/src/modbus.h
src/avr/src/motor.c
src/avr/src/motor.h
src/avr/src/outputs.c
src/avr/src/outputs.h
src/avr/src/pgmspace.h
src/avr/src/pins.c
src/avr/src/pins.h
src/avr/src/pwm.c
src/avr/src/pwm.h
src/avr/src/report.c
src/avr/src/report.h
src/avr/src/ringbuf.def
src/avr/src/rtc.c
src/avr/src/rtc.h
src/avr/src/seek.c
src/avr/src/seek.h
src/avr/src/spindle.c
src/avr/src/spindle.h
src/avr/src/state.c
src/avr/src/state.h
src/avr/src/status.c
src/avr/src/status.h
src/avr/src/stepper.c
src/avr/src/stepper.h
src/avr/src/switch.c
src/avr/src/switch.h
src/avr/src/type.c
src/avr/src/type.def
src/avr/src/type.h
src/avr/src/usart.c
src/avr/src/usart.h
src/avr/src/util.c
src/avr/src/util.h
src/avr/src/vars.c
src/avr/src/vars.def
src/avr/src/vars.h
src/avr/src/vfd_spindle.c
src/avr/src/vfd_spindle.h
src/avr/step-test/plot_velocity.py
src/avr/step-test/step-test.c
src/js/api.js
src/js/app.js
src/js/axis-control.js
src/js/axis-vars.js
src/js/chart-view.js
src/js/cm-gcode.js
src/js/console.js
src/js/cookie.js
src/js/dialog.js
src/js/dragbar.js
src/js/file-dialog.js
src/js/files.js
src/js/filters.js
src/js/indicators.js
src/js/io-indicator.js
src/js/loading-message.js
src/js/main.js
src/js/message.js
src/js/modbus-reg.js
src/js/modbus.js
src/js/nav-item.js
src/js/nav-menu.js
src/js/orbit.js
src/js/path-viewer.js
src/js/settings-admin.js
src/js/settings-general.js
src/js/settings-io.js
src/js/settings-motor.js
src/js/settings-network.js
src/js/settings-tool.js
src/js/sock.js
src/js/templated-input.js
src/js/unit-value.js
src/js/upload-dialog.js
src/js/util.js
src/js/video.js
src/js/view-control.js
src/js/view-docs.js
src/js/view-editor.js
src/js/view-files.js
src/js/view-settings.js
src/js/view-viewer.js
src/js/viewer-help-dialog.js
src/pug/index.pug
src/pug/templates/axis-control.pug
src/pug/templates/chart-view.pug
src/pug/templates/color-picker.pug
src/pug/templates/console.pug
src/pug/templates/dialog.pug
src/pug/templates/docs-gcode.pug
src/pug/templates/docs-help.pug
src/pug/templates/docs-license.pug
src/pug/templates/dragbar.pug
src/pug/templates/estop.pug
src/pug/templates/file-dialog.pug
src/pug/templates/files.pug
src/pug/templates/indicators.pug
src/pug/templates/io-indicator.pug
src/pug/templates/loading-message.pug
src/pug/templates/message.pug
src/pug/templates/modbus-reg.pug
src/pug/templates/path-viewer.pug
src/pug/templates/settings-admin.pug
src/pug/templates/settings-general.pug
src/pug/templates/settings-io.pug
src/pug/templates/settings-macros.pug
src/pug/templates/settings-motor.pug
src/pug/templates/settings-network.pug
src/pug/templates/settings-tool.pug
src/pug/templates/templated-input.pug
src/pug/templates/upload-dialog.pug
src/pug/templates/video.pug
src/pug/templates/view-camera.pug
src/pug/templates/view-control.pug
src/pug/templates/view-docs.pug
src/pug/templates/view-editor.pug
src/pug/templates/view-files.pug
src/pug/templates/view-settings.pug
src/pug/templates/view-viewer.pug
src/pug/templates/viewer-help-dialog.pug
src/pwr/config.h
src/pwr/main.c
src/pwr/pins.c
src/pwr/pins.h
src/py/bbctrl/APIHandler.py
src/py/bbctrl/AVR.py
src/py/bbctrl/AVREmu.py
src/py/bbctrl/Camera.py
src/py/bbctrl/Cmd.py
src/py/bbctrl/Comm.py
src/py/bbctrl/CommandQueue.py
src/py/bbctrl/Config.py
src/py/bbctrl/Ctrl.py
src/py/bbctrl/Events.py
src/py/bbctrl/FileSystem.py
src/py/bbctrl/FileSystemHandler.py
src/py/bbctrl/I2C.py
src/py/bbctrl/IOLoop.py
src/py/bbctrl/IPLCDPage.py
src/py/bbctrl/Jog.py
src/py/bbctrl/LCD.py
src/py/bbctrl/Log.py
src/py/bbctrl/Mach.py
src/py/bbctrl/MainLCDPage.py
src/py/bbctrl/MonitorTemp.py
src/py/bbctrl/ObjGraph.py
src/py/bbctrl/Planner.py
src/py/bbctrl/Preplanner.py
src/py/bbctrl/Pwr.py
src/py/bbctrl/RequestHandler.py
src/py/bbctrl/State.py
src/py/bbctrl/Web.py
src/py/bbctrl/__init__.py
src/py/bbctrl/plan.py
src/py/bbctrl/v4l2.py
src/py/inevent/AbsAxisScaling.py
src/py/inevent/Constants.py
src/py/inevent/Event.py
src/py/inevent/EventHandler.py
src/py/inevent/EventState.py
src/py/inevent/EventStream.py
src/py/inevent/InEvent.py
src/py/inevent/JogHandler.py
src/py/inevent/Keys.py
src/py/inevent/__init__.py
src/py/inevent/ioctl.py
src/py/lcd/__init__.py
src/py/lcd/splash.py
src/splash/buildbotics.script
src/stylus/attention.styl
src/stylus/cheat-sheet.styl
src/stylus/code-mirror.styl
src/stylus/color-picker.styl
src/stylus/console.styl
src/stylus/dragbar.styl
src/stylus/error-message.styl
src/stylus/estop.styl
src/stylus/files.styl
src/stylus/header.styl
src/stylus/indicators.styl
src/stylus/io.styl
src/stylus/loading-message.styl
src/stylus/log.styl
src/stylus/macros.styl
src/stylus/main.styl
src/stylus/menu.styl
src/stylus/modal.styl
src/stylus/modbus.styl
src/stylus/motor-slave.styl
src/stylus/navbar.styl
src/stylus/overlay.styl
src/stylus/path-viewer.styl
src/stylus/save.styl
src/stylus/status-colors.styl
src/stylus/status.styl
src/stylus/tabs.styl
src/stylus/upgrade-version.styl
src/stylus/upload-dialog.styl
src/stylus/video.styl
src/stylus/view-camera.styl
src/stylus/view-control.styl
src/stylus/view-docs.styl
src/stylus/view-editor.styl
src/stylus/view-files.styl
src/stylus/view-settings.styl
src/stylus/view-viewer.styl
src/stylus/wifi.styl