From 6e01d683e6c7c1b8569141b3960838ebafbca559 Mon Sep 17 00:00:00 2001 From: Chadwick Stryker Date: Thu, 25 Jan 2024 10:47:08 -0800 Subject: [PATCH] Added BSD license file --- LICENSE.md | 24 ++++++++++++++++ flywheel_falcon500_sim/requirements.txt | 38 ------------------------- 2 files changed, 24 insertions(+), 38 deletions(-) create mode 100644 LICENSE.md delete mode 100644 flywheel_falcon500_sim/requirements.txt diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..412c22c --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,24 @@ +Copyright (c) 2009-2024 FIRST and other WPILib contributors +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of FIRST, WPILib, nor the names of other WPILib + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY FIRST AND OTHER WPILIB CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY NONINFRINGEMENT AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL FIRST OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/flywheel_falcon500_sim/requirements.txt b/flywheel_falcon500_sim/requirements.txt deleted file mode 100644 index adef06c..0000000 --- a/flywheel_falcon500_sim/requirements.txt +++ /dev/null @@ -1,38 +0,0 @@ -bcrypt==4.1.2 -black==23.12.1 -cffi==1.16.0 -click==8.1.7 -colorama==0.4.6 -cryptography==41.0.7 -iniconfig==2.0.0 -isort==5.13.2 -mypy==1.8.0 -mypy-extensions==1.0.0 -packaging==23.2 -paramiko==3.4.0 -pathspec==0.12.1 -phoenix6==24.1.0 -Pint==0.23 -platformdirs==4.1.0 -pluggy==1.3.0 -pycparser==2.21 -pyfrc==2024.0.1 -PyNaCl==1.5.0 -pynetconsole==2.0.4 -pyntcore==2024.2.1.2 -pytest==7.4.4 -pytest-reraise==2.1.2 -robotpy==2024.2.1.1 -robotpy-cli==2024.0.0 -robotpy-commands-v2==2024.2.1 -robotpy-ctre==2024.1.1 -robotpy-hal==2024.2.1.2 -robotpy-halsim-gui==2024.2.1.2 -robotpy-installer==2024.1.3 -robotpy-wpilib-utilities==2024.0.0 -robotpy-wpimath==2024.2.1.2 -robotpy-wpinet==2024.2.1.2 -robotpy-wpiutil==2024.2.1.2 -tomli==2.0.1 -typing_extensions==4.9.0 -wpilib==2024.2.1.2