From 3cd125397776385349fdefea26a13703f3a674c6 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Sat, 2 Jan 2016 03:02:34 -0800 Subject: [PATCH] artf2612: Update license in source files. Years update, references to WIND_BASE were removed, and WPILib license was moved to the root directory of the project. If there was already a comment block, a year range through 2016 was created using the first year in the comment. If there was no comment block, a block with just the year 2016 was added. Comments were not added to files from external sources (NI, CTRE). Change-Id: Iff4f098ab908b90b8d929902dea903de2f596acc --- ...ILib_code.txt => BSD_License_for_WPILib_code.txt | 2 +- hal/include/HAL/Port.h | 7 +++++++ hal/include/HAL/cpp/priority_condition_variable.h | 7 +++++++ hal/include/HAL/cpp/priority_mutex.h | 7 +++++++ hal/lib/Athena/Accelerometer.cpp | 7 +++++++ hal/lib/Athena/Analog.cpp | 6 ++++++ hal/lib/Athena/ChipObject.h | 6 ++++-- hal/lib/Athena/Compressor.cpp | 7 +++++++ hal/lib/Athena/Digital.cpp | 6 ++++++ hal/lib/Athena/HALAthena.cpp | 7 +++++++ hal/lib/Athena/Interrupts.cpp | 7 +++++++ hal/lib/Athena/Notifier.cpp | 7 +++++++ hal/lib/Athena/PDP.cpp | 7 +++++++ hal/lib/Athena/Power.cpp | 7 +++++++ hal/lib/Athena/Semaphore.cpp | 7 +++++++ hal/lib/Athena/SerialPort.cpp | 7 +++++++ hal/lib/Athena/Solenoid.cpp | 6 ++++++ hal/lib/Athena/Task.cpp | 7 +++++++ hal/lib/Athena/Utilities.cpp | 7 +++++++ hal/lib/Athena/cpp/Resource.cpp | 5 +++-- hal/lib/Athena/cpp/Semaphore.cpp | 5 +++-- hal/lib/Athena/cpp/priority_mutex.cpp | 7 +++++++ .../java/org/gazebosim/transport/Connection.java | 7 +++++++ .../src/main/java/org/gazebosim/transport/Msgs.java | 7 +++++++ .../src/main/java/org/gazebosim/transport/Node.java | 7 +++++++ .../java/org/gazebosim/transport/Publisher.java | 7 +++++++ .../org/gazebosim/transport/PublisherRecord.java | 7 +++++++ .../gazebosim/transport/RemotePublisherRecord.java | 7 +++++++ .../org/gazebosim/transport/ServerCallback.java | 7 +++++++ .../java/org/gazebosim/transport/Subscriber.java | 7 +++++++ .../org/gazebosim/transport/SubscriberCallback.java | 7 +++++++ .../edu/wpi/first/wpilibj/simulation/ds/DS.java | 7 +++++++ .../first/wpilibj/simulation/ds/EnableAction.java | 7 +++++++ .../first/wpilibj/simulation/ds/FakeJoystick.java | 7 +++++++ .../first/wpilibj/simulation/ds/ISimJoystick.java | 7 +++++++ .../first/wpilibj/simulation/ds/JoystickList.java | 7 +++++++ .../wpilibj/simulation/ds/JoystickProvider.java | 7 +++++++ .../edu/wpi/first/wpilibj/simulation/ds/Main.java | 7 +++++++ .../wpi/first/wpilibj/simulation/ds/ModeAction.java | 7 +++++++ .../first/wpilibj/simulation/ds/RefreshAction.java | 7 +++++++ .../first/wpilibj/simulation/ds/SimJoystick.java | 7 +++++++ simulation/frc_gazebo_plugins/clock/src/clock.cpp | 7 +++++++ simulation/frc_gazebo_plugins/clock/src/clock.h | 7 +++++++ .../frc_gazebo_plugins/dc_motor/src/dc_motor.cpp | 7 +++++++ .../frc_gazebo_plugins/dc_motor/src/dc_motor.h | 7 +++++++ .../frc_gazebo_plugins/encoder/src/encoder.cpp | 7 +++++++ simulation/frc_gazebo_plugins/encoder/src/encoder.h | 7 +++++++ simulation/frc_gazebo_plugins/gyro/src/gyro.cpp | 7 +++++++ simulation/frc_gazebo_plugins/gyro/src/gyro.h | 7 +++++++ .../limit_switch/src/external_limit_switch.cpp | 7 +++++++ .../limit_switch/src/external_limit_switch.h | 7 +++++++ .../limit_switch/src/internal_limit_switch.cpp | 7 +++++++ .../limit_switch/src/internal_limit_switch.h | 7 +++++++ .../limit_switch/src/limit_switch.cpp | 7 +++++++ .../limit_switch/src/limit_switch.h | 7 +++++++ .../frc_gazebo_plugins/limit_switch/src/switch.h | 7 +++++++ .../pneumatic_piston/src/pneumatic_piston.cpp | 7 +++++++ .../pneumatic_piston/src/pneumatic_piston.h | 7 +++++++ .../potentiometer/src/potentiometer.cpp | 7 +++++++ .../potentiometer/src/potentiometer.h | 7 +++++++ .../rangefinder/src/rangefinder.cpp | 7 +++++++ .../rangefinder/src/rangefinder.h | 7 +++++++ simulation/frc_gazebo_plugins/servo/src/servo.cpp | 7 +++++++ simulation/frc_gazebo_plugins/servo/src/servo.h | 7 +++++++ wpilibc/Athena/include/ADXL345_I2C.h | 7 ++++--- wpilibc/Athena/include/ADXL345_SPI.h | 7 ++++--- wpilibc/Athena/include/ADXL362.h | 7 ++++--- wpilibc/Athena/include/ADXRS450_Gyro.h | 3 ++- wpilibc/Athena/include/AnalogAccelerometer.h | 7 ++++--- wpilibc/Athena/include/AnalogGyro.h | 7 ++++--- wpilibc/Athena/include/AnalogInput.h | 6 ++++-- wpilibc/Athena/include/AnalogOutput.h | 2 +- wpilibc/Athena/include/AnalogPotentiometer.h | 7 +++++++ wpilibc/Athena/include/AnalogTrigger.h | 7 ++++--- wpilibc/Athena/include/AnalogTriggerOutput.h | 7 ++++--- wpilibc/Athena/include/BuiltInAccelerometer.h | 6 ++++-- wpilibc/Athena/include/CANJaguar.h | 6 ++++-- wpilibc/Athena/include/CANSpeedController.h | 6 ++++-- wpilibc/Athena/include/CANTalon.h | 6 ++++-- wpilibc/Athena/include/CameraServer.h | 3 ++- wpilibc/Athena/include/Compressor.h | 5 +++-- wpilibc/Athena/include/ControllerPower.h | 6 +++--- wpilibc/Athena/include/Counter.h | 7 ++++--- wpilibc/Athena/include/CounterBase.h | 7 ++++--- wpilibc/Athena/include/DigitalGlitchFilter.h | 6 ++++-- wpilibc/Athena/include/DigitalInput.h | 7 ++++--- wpilibc/Athena/include/DigitalOutput.h | 7 ++++--- wpilibc/Athena/include/DigitalSource.h | 7 ++++--- wpilibc/Athena/include/DoubleSolenoid.h | 7 ++++--- wpilibc/Athena/include/DriverStation.h | 6 ++++-- wpilibc/Athena/include/Encoder.h | 7 ++++--- wpilibc/Athena/include/GearTooth.h | 7 ++++--- wpilibc/Athena/include/GyroBase.h | 7 ++++--- wpilibc/Athena/include/I2C.h | 7 ++++--- .../Athena/include/Internal/HardwareHLReporting.h | 6 ++++++ wpilibc/Athena/include/InterruptableSensorBase.h | 7 ++++--- wpilibc/Athena/include/IterativeRobot.h | 7 ++++--- wpilibc/Athena/include/Jaguar.h | 7 ++++--- wpilibc/Athena/include/Joystick.h | 6 +++--- wpilibc/Athena/include/MotorSafety.h | 7 ++++--- wpilibc/Athena/include/MotorSafetyHelper.h | 7 ++++--- wpilibc/Athena/include/Notifier.h | 6 ++++-- wpilibc/Athena/include/PWM.h | 7 ++++--- wpilibc/Athena/include/PowerDistributionPanel.h | 6 +++--- wpilibc/Athena/include/Preferences.h | 7 ++++--- wpilibc/Athena/include/Relay.h | 7 ++++--- wpilibc/Athena/include/RobotBase.h | 7 ++++--- wpilibc/Athena/include/RobotDrive.h | 7 ++++--- wpilibc/Athena/include/SD540.h | 7 ++++--- wpilibc/Athena/include/SPI.h | 7 ++++--- wpilibc/Athena/include/SafePWM.h | 7 ++++--- wpilibc/Athena/include/SampleRobot.h | 7 ++++--- wpilibc/Athena/include/SerialPort.h | 7 ++++--- wpilibc/Athena/include/Servo.h | 7 ++++--- wpilibc/Athena/include/Solenoid.h | 7 ++++--- wpilibc/Athena/include/SolenoidBase.h | 7 ++++--- wpilibc/Athena/include/Spark.h | 7 ++++--- wpilibc/Athena/include/SpeedController.h | 7 ++++--- wpilibc/Athena/include/Talon.h | 7 ++++--- wpilibc/Athena/include/TalonSRX.h | 7 ++++--- wpilibc/Athena/include/USBCamera.h | 3 ++- wpilibc/Athena/include/Ultrasonic.h | 7 ++++--- wpilibc/Athena/include/Victor.h | 7 ++++--- wpilibc/Athena/include/VictorSP.h | 7 ++++--- wpilibc/Athena/include/Vision/AxisCamera.h | 5 +++-- wpilibc/Athena/include/Vision/BaeUtilities.h | 5 +++-- wpilibc/Athena/include/Vision/BinaryImage.h | 5 +++-- wpilibc/Athena/include/Vision/ColorImage.h | 5 +++-- wpilibc/Athena/include/Vision/FrcError.h | 5 +++-- wpilibc/Athena/include/Vision/HSLImage.h | 5 +++-- wpilibc/Athena/include/Vision/ImageBase.h | 5 +++-- wpilibc/Athena/include/Vision/MonoImage.h | 5 +++-- wpilibc/Athena/include/Vision/RGBImage.h | 5 +++-- wpilibc/Athena/include/Vision/Threshold.h | 5 +++-- wpilibc/Athena/include/Vision/VisionAPI.h | 5 +++-- wpilibc/Athena/include/WPILib.h | 7 ++++--- wpilibc/Athena/src/ADXL345_I2C.cpp | 6 +++--- wpilibc/Athena/src/ADXL345_SPI.cpp | 6 +++--- wpilibc/Athena/src/ADXL362.cpp | 6 +++--- wpilibc/Athena/src/ADXRS450_Gyro.cpp | 2 +- wpilibc/Athena/src/AnalogAccelerometer.cpp | 6 +++--- wpilibc/Athena/src/AnalogGyro.cpp | 6 +++--- wpilibc/Athena/src/AnalogInput.cpp | 5 +++-- wpilibc/Athena/src/AnalogOutput.cpp | 2 +- wpilibc/Athena/src/AnalogPotentiometer.cpp | 7 +++++++ wpilibc/Athena/src/AnalogTrigger.cpp | 6 +++--- wpilibc/Athena/src/AnalogTriggerOutput.cpp | 6 +++--- wpilibc/Athena/src/BuiltInAccelerometer.cpp | 5 +++-- wpilibc/Athena/src/CANJaguar.cpp | 5 +++-- wpilibc/Athena/src/CANTalon.cpp | 5 +++-- wpilibc/Athena/src/CameraServer.cpp | 7 +++++++ wpilibc/Athena/src/ControllerPower.cpp | 6 +++--- wpilibc/Athena/src/Counter.cpp | 6 +++--- wpilibc/Athena/src/DigitalGlitchFilter.cpp | 5 +++-- wpilibc/Athena/src/DigitalInput.cpp | 6 +++--- wpilibc/Athena/src/DigitalOutput.cpp | 5 +++-- wpilibc/Athena/src/DoubleSolenoid.cpp | 5 +++-- wpilibc/Athena/src/DriverStation.cpp | 6 +++--- wpilibc/Athena/src/Encoder.cpp | 6 +++--- wpilibc/Athena/src/GearTooth.cpp | 6 +++--- wpilibc/Athena/src/GyroBase.cpp | 6 +++--- wpilibc/Athena/src/I2C.cpp | 6 +++--- wpilibc/Athena/src/Internal/HardwareHLReporting.cpp | 6 ++++++ wpilibc/Athena/src/InterruptableSensorBase.cpp | 6 +++--- wpilibc/Athena/src/IterativeRobot.cpp | 6 +++--- wpilibc/Athena/src/Jaguar.cpp | 6 +++--- wpilibc/Athena/src/Joystick.cpp | 6 +++--- wpilibc/Athena/src/MotorSafetyHelper.cpp | 6 +++--- wpilibc/Athena/src/Notifier.cpp | 6 +++--- wpilibc/Athena/src/PIDController.cpp | 6 +++--- wpilibc/Athena/src/PWM.cpp | 6 +++--- wpilibc/Athena/src/PowerDistributionPanel.cpp | 6 +++--- wpilibc/Athena/src/Preferences.cpp | 5 +++-- wpilibc/Athena/src/Relay.cpp | 9 ++++----- wpilibc/Athena/src/RobotBase.cpp | 6 +++--- wpilibc/Athena/src/RobotDrive.cpp | 6 +++--- wpilibc/Athena/src/SD540.cpp | 6 +++--- wpilibc/Athena/src/SPI.cpp | 6 +++--- wpilibc/Athena/src/SafePWM.cpp | 6 +++--- wpilibc/Athena/src/SampleRobot.cpp | 6 +++--- wpilibc/Athena/src/SensorBase.cpp | 6 +++--- wpilibc/Athena/src/SerialPort.cpp | 6 +++--- wpilibc/Athena/src/Servo.cpp | 6 +++--- wpilibc/Athena/src/Solenoid.cpp | 6 +++--- wpilibc/Athena/src/SolenoidBase.cpp | 6 +++--- wpilibc/Athena/src/Spark.cpp | 6 +++--- wpilibc/Athena/src/Talon.cpp | 6 +++--- wpilibc/Athena/src/TalonSRX.cpp | 6 +++--- wpilibc/Athena/src/Task.cpp | 6 +++--- wpilibc/Athena/src/Timer.cpp | 6 +++--- wpilibc/Athena/src/USBCamera.cpp | 7 +++++++ wpilibc/Athena/src/Ultrasonic.cpp | 6 +++--- wpilibc/Athena/src/Utility.cpp | 6 +++--- wpilibc/Athena/src/Victor.cpp | 6 +++--- wpilibc/Athena/src/VictorSP.cpp | 6 +++--- wpilibc/Athena/src/Vision/AxisCamera.cpp | 5 +++-- wpilibc/Athena/src/Vision/BaeUtilities.cpp | 7 ++++--- wpilibc/Athena/src/Vision/BinaryImage.cpp | 6 +++--- wpilibc/Athena/src/Vision/ColorImage.cpp | 5 +++-- wpilibc/Athena/src/Vision/FrcError.cpp | 5 +++-- wpilibc/Athena/src/Vision/HSLImage.cpp | 5 +++-- wpilibc/Athena/src/Vision/ImageBase.cpp | 5 +++-- wpilibc/Athena/src/Vision/MonoImage.cpp | 5 +++-- wpilibc/Athena/src/Vision/RGBImage.cpp | 5 +++-- wpilibc/Athena/src/Vision/Threshold.cpp | 5 +++-- wpilibc/Athena/src/Vision/VisionAPI.cpp | 5 +++-- wpilibc/shared/include/Base.h | 6 ++++-- wpilibc/shared/include/Buttons/Button.h | 6 +++--- wpilibc/shared/include/Buttons/ButtonScheduler.h | 6 +++--- .../shared/include/Buttons/CancelButtonScheduler.h | 6 +++--- .../shared/include/Buttons/HeldButtonScheduler.h | 6 +++--- wpilibc/shared/include/Buttons/InternalButton.h | 6 +++--- wpilibc/shared/include/Buttons/JoystickButton.h | 6 +++--- wpilibc/shared/include/Buttons/NetworkButton.h | 6 +++--- .../shared/include/Buttons/PressedButtonScheduler.h | 6 +++--- .../include/Buttons/ReleasedButtonScheduler.h | 6 +++--- .../shared/include/Buttons/ToggleButtonScheduler.h | 6 +++--- wpilibc/shared/include/Buttons/Trigger.h | 6 +++--- wpilibc/shared/include/CircularBuffer.h | 2 +- wpilibc/shared/include/CircularBuffer.inc | 2 +- wpilibc/shared/include/Commands/Command.h | 6 +++--- wpilibc/shared/include/Commands/CommandGroup.h | 6 +++--- wpilibc/shared/include/Commands/CommandGroupEntry.h | 6 +++--- wpilibc/shared/include/Commands/PIDCommand.h | 6 +++--- wpilibc/shared/include/Commands/PIDSubsystem.h | 6 +++--- wpilibc/shared/include/Commands/PrintCommand.h | 6 +++--- wpilibc/shared/include/Commands/Scheduler.h | 6 +++--- wpilibc/shared/include/Commands/StartCommand.h | 6 +++--- wpilibc/shared/include/Commands/Subsystem.h | 6 +++--- wpilibc/shared/include/Commands/WaitCommand.h | 6 +++--- wpilibc/shared/include/Commands/WaitForChildren.h | 6 +++--- wpilibc/shared/include/Commands/WaitUntilCommand.h | 6 +++--- wpilibc/shared/include/Controller.h | 6 ++++-- wpilibc/shared/include/Error.h | 7 ++++--- wpilibc/shared/include/ErrorBase.h | 7 ++++--- wpilibc/shared/include/Filters/Filter.h | 2 +- .../shared/include/Filters/LinearDigitalFilter.h | 2 +- wpilibc/shared/include/GenericHID.h | 7 ++++--- wpilibc/shared/include/HLUsageReporting.h | 6 ++++-- wpilibc/shared/include/LiveWindow/LiveWindow.h | 7 +++++++ .../shared/include/LiveWindow/LiveWindowSendable.h | 5 +++-- .../include/LiveWindow/LiveWindowStatusListener.h | 7 +++++++ wpilibc/shared/include/PIDController.h | 7 ++++--- wpilibc/shared/include/PIDInterface.h | 7 +++++++ wpilibc/shared/include/PIDOutput.h | 7 ++++--- wpilibc/shared/include/PIDSource.h | 7 ++++--- wpilibc/shared/include/Resource.h | 7 ++++--- wpilibc/shared/include/RobotState.h | 6 ++++-- wpilibc/shared/include/SensorBase.h | 7 ++++--- wpilibc/shared/include/SmartDashboard/Sendable.h | 6 +++--- .../shared/include/SmartDashboard/SendableChooser.h | 6 +++--- .../shared/include/SmartDashboard/SmartDashboard.h | 6 +++--- wpilibc/shared/include/Task.h | 7 ++++--- wpilibc/shared/include/Task.inc | 7 +++++++ wpilibc/shared/include/Timer.h | 7 ++++--- wpilibc/shared/include/Utility.h | 13 +++++++------ wpilibc/shared/include/WPIErrors.h | 7 ++++--- wpilibc/shared/include/interfaces/Accelerometer.h | 6 ++++-- wpilibc/shared/include/interfaces/Gyro.h | 6 ++++-- wpilibc/shared/include/interfaces/Potentiometer.h | 6 +++--- wpilibc/shared/src/Buttons/Button.cpp | 6 +++--- wpilibc/shared/src/Buttons/ButtonScheduler.cpp | 6 +++--- .../shared/src/Buttons/CancelButtonScheduler.cpp | 6 +++--- wpilibc/shared/src/Buttons/HeldButtonScheduler.cpp | 6 +++--- wpilibc/shared/src/Buttons/InternalButton.cpp | 6 +++--- wpilibc/shared/src/Buttons/JoystickButton.cpp | 6 +++--- wpilibc/shared/src/Buttons/NetworkButton.cpp | 6 +++--- .../shared/src/Buttons/PressedButtonScheduler.cpp | 6 +++--- .../shared/src/Buttons/ReleasedButtonScheduler.cpp | 6 +++--- .../shared/src/Buttons/ToggleButtonScheduler.cpp | 6 +++--- wpilibc/shared/src/Buttons/Trigger.cpp | 6 +++--- wpilibc/shared/src/Commands/Command.cpp | 6 +++--- wpilibc/shared/src/Commands/CommandGroup.cpp | 6 +++--- wpilibc/shared/src/Commands/CommandGroupEntry.cpp | 6 +++--- wpilibc/shared/src/Commands/PIDCommand.cpp | 6 +++--- wpilibc/shared/src/Commands/PIDSubsystem.cpp | 6 +++--- wpilibc/shared/src/Commands/PrintCommand.cpp | 6 +++--- wpilibc/shared/src/Commands/Scheduler.cpp | 6 +++--- wpilibc/shared/src/Commands/StartCommand.cpp | 6 +++--- wpilibc/shared/src/Commands/Subsystem.cpp | 6 +++--- wpilibc/shared/src/Commands/WaitCommand.cpp | 6 +++--- wpilibc/shared/src/Commands/WaitForChildren.cpp | 6 +++--- wpilibc/shared/src/Commands/WaitUntilCommand.cpp | 6 +++--- wpilibc/shared/src/Error.cpp | 6 +++--- wpilibc/shared/src/ErrorBase.cpp | 6 +++--- wpilibc/shared/src/Filters/Filter.cpp | 2 +- wpilibc/shared/src/Filters/LinearDigitalFilter.cpp | 2 +- wpilibc/shared/src/HLUsageReporting.cpp | 6 ++++++ wpilibc/shared/src/LiveWindow/LiveWindow.cpp | 7 +++++++ .../src/LiveWindow/LiveWindowStatusListener.cpp | 7 +++++++ wpilibc/shared/src/PIDSource.cpp | 6 +++--- wpilibc/shared/src/Resource.cpp | 6 +++--- wpilibc/shared/src/RobotState.cpp | 7 +++++++ .../shared/src/SmartDashboard/SendableChooser.cpp | 6 +++--- .../shared/src/SmartDashboard/SmartDashboard.cpp | 6 +++--- wpilibc/shared/src/interfaces/Potentiometer.cpp | 6 +++--- wpilibc/simulation/include/AnalogInput.h | 6 ++++-- wpilibc/simulation/include/AnalogPotentiometer.h | 7 +++++++ wpilibc/simulation/include/Counter.h | 6 ++++-- wpilibc/simulation/include/CounterBase.h | 6 ++++-- wpilibc/simulation/include/DigitalInput.h | 6 ++++-- wpilibc/simulation/include/DoubleSolenoid.h | 6 ++++-- wpilibc/simulation/include/DriverStation.h | 6 ++++-- wpilibc/simulation/include/Encoder.h | 6 ++++-- wpilibc/simulation/include/Gyro.h | 6 ++++-- wpilibc/simulation/include/IterativeRobot.h | 6 ++++-- wpilibc/simulation/include/Jaguar.h | 6 ++++-- wpilibc/simulation/include/Joystick.h | 5 +++-- wpilibc/simulation/include/MotorSafety.h | 6 ++++-- wpilibc/simulation/include/MotorSafetyHelper.h | 7 ++++--- wpilibc/simulation/include/Notifier.h | 6 ++++-- wpilibc/simulation/include/PWM.h | 6 ++++-- wpilibc/simulation/include/Relay.h | 6 ++++-- wpilibc/simulation/include/RobotBase.h | 6 ++++-- wpilibc/simulation/include/RobotDrive.h | 6 ++++-- wpilibc/simulation/include/SafePWM.h | 6 ++++-- wpilibc/simulation/include/SampleRobot.h | 6 ++++-- wpilibc/simulation/include/Solenoid.h | 6 ++++-- wpilibc/simulation/include/SpeedController.h | 6 ++++-- wpilibc/simulation/include/Talon.h | 6 ++++-- wpilibc/simulation/include/Victor.h | 6 ++++-- wpilibc/simulation/include/simulation/MainNode.h | 6 ++++++ .../include/simulation/SimContinuousOutput.h | 6 ++++++ .../simulation/include/simulation/SimDigitalInput.h | 6 ++++++ wpilibc/simulation/include/simulation/SimEncoder.h | 6 ++++++ .../simulation/include/simulation/SimFloatInput.h | 6 ++++++ wpilibc/simulation/include/simulation/SimGyro.h | 6 ++++++ wpilibc/simulation/include/simulation/simTime.h | 7 +++++++ wpilibc/simulation/src/AnalogInput.cpp | 5 +++-- wpilibc/simulation/src/AnalogPotentiometer.cpp | 6 ++++++ wpilibc/simulation/src/DigitalInput.cpp | 5 +++-- wpilibc/simulation/src/DoubleSolenoid.cpp | 5 +++-- wpilibc/simulation/src/DriverStation.cpp | 5 +++-- wpilibc/simulation/src/Encoder.cpp | 5 +++-- wpilibc/simulation/src/Gyro.cpp | 5 +++-- wpilibc/simulation/src/IterativeRobot.cpp | 6 ++++-- wpilibc/simulation/src/Jaguar.cpp | 5 +++-- wpilibc/simulation/src/Joystick.cpp | 5 +++-- wpilibc/simulation/src/MotorSafetyHelper.cpp | 6 +++--- wpilibc/simulation/src/Notifier.cpp | 5 +++-- wpilibc/simulation/src/PIDController.cpp | 5 +++-- wpilibc/simulation/src/PWM.cpp | 5 +++-- wpilibc/simulation/src/Relay.cpp | 5 +++-- wpilibc/simulation/src/RobotBase.cpp | 5 +++-- wpilibc/simulation/src/RobotDrive.cpp | 5 +++-- wpilibc/simulation/src/SafePWM.cpp | 5 +++-- wpilibc/simulation/src/SampleRobot.cpp | 5 +++-- wpilibc/simulation/src/SensorBase.cpp | 5 +++-- wpilibc/simulation/src/Solenoid.cpp | 5 +++-- wpilibc/simulation/src/Talon.cpp | 5 +++-- wpilibc/simulation/src/Timer.cpp | 5 +++-- wpilibc/simulation/src/Utility.cpp | 6 ++++++ wpilibc/simulation/src/Victor.cpp | 5 +++-- wpilibc/simulation/src/simulation/SimEncoder.cpp | 6 ++++++ wpilibc/simulation/src/simulation/SimGyro.cpp | 6 ++++++ wpilibcIntegrationTests/include/TestBench.h | 2 +- .../include/command/MockCommand.h | 7 +++++++ wpilibcIntegrationTests/src/AnalogLoopTest.cpp | 2 +- .../src/AnalogPotentiometerTest.cpp | 2 +- .../src/BuiltInAccelerometerTest.cpp | 2 +- wpilibcIntegrationTests/src/CANJaguarTest.cpp | 2 +- wpilibcIntegrationTests/src/CANTalonTest.cpp | 5 +++-- wpilibcIntegrationTests/src/CircularBufferTest.cpp | 2 +- .../src/ConditionVariableTest.cpp | 7 +++++++ wpilibcIntegrationTests/src/CounterTest.cpp | 2 +- wpilibcIntegrationTests/src/DIOLoopTest.cpp | 2 +- .../src/DigitalGlitchFilterTest.cpp | 2 +- wpilibcIntegrationTests/src/FakeEncoderTest.cpp | 5 ++--- wpilibcIntegrationTests/src/FilterNoiseTest.cpp | 2 +- wpilibcIntegrationTests/src/FilterOutputTest.cpp | 2 +- wpilibcIntegrationTests/src/MotorEncoderTest.cpp | 2 +- wpilibcIntegrationTests/src/MotorInvertingTest.cpp | 2 +- wpilibcIntegrationTests/src/MutexTest.cpp | 7 +++++++ wpilibcIntegrationTests/src/NotifierTest.cpp | 2 +- wpilibcIntegrationTests/src/PCMTest.cpp | 2 +- .../src/PowerDistributionPanelTest.cpp | 2 +- wpilibcIntegrationTests/src/PreferencesTest.cpp | 2 +- wpilibcIntegrationTests/src/RelayTest.cpp | 2 +- wpilibcIntegrationTests/src/TestEnvironment.cpp | 2 +- wpilibcIntegrationTests/src/TiltPanCameraTest.cpp | 2 +- wpilibcIntegrationTests/src/TimerTest.cpp | 2 +- wpilibcIntegrationTests/src/command/CommandTest.cpp | 2 +- wpilibcIntegrationTests/src/command/MockCommand.cpp | 2 +- wpilibj/src/athena/cpp/lib/AccelerometerJNI.cpp | 7 +++++++ wpilibj/src/athena/cpp/lib/AnalogJNI.cpp | 7 +++++++ wpilibj/src/athena/cpp/lib/CANJNI.cpp | 7 +++++++ wpilibj/src/athena/cpp/lib/CanTalonJNI.cpp | 7 +++++++ wpilibj/src/athena/cpp/lib/CompressorJNI.cpp | 7 +++++++ wpilibj/src/athena/cpp/lib/CounterJNI.cpp | 7 +++++++ wpilibj/src/athena/cpp/lib/DIOJNI.cpp | 7 +++++++ .../src/athena/cpp/lib/DigitalGlitchFilterJNI.cpp | 7 +++++++ wpilibj/src/athena/cpp/lib/EncoderJNI.cpp | 7 +++++++ .../cpp/lib/FRCNetworkCommunicationsLibrary.cpp | 7 +++++++ wpilibj/src/athena/cpp/lib/HALUtil.cpp | 7 +++++++ wpilibj/src/athena/cpp/lib/HALUtil.h | 7 +++++++ wpilibj/src/athena/cpp/lib/I2CJNI.cpp | 7 +++++++ wpilibj/src/athena/cpp/lib/InterruptJNI.cpp | 7 +++++++ wpilibj/src/athena/cpp/lib/JNIWrapper.cpp | 7 +++++++ wpilibj/src/athena/cpp/lib/NotifierJNI.cpp | 7 +++++++ wpilibj/src/athena/cpp/lib/PDPJNI.cpp | 7 +++++++ wpilibj/src/athena/cpp/lib/PWMJNI.cpp | 7 +++++++ wpilibj/src/athena/cpp/lib/PowerJNI.cpp | 7 +++++++ wpilibj/src/athena/cpp/lib/RelayJNI.cpp | 7 +++++++ wpilibj/src/athena/cpp/lib/SPIJNI.cpp | 7 +++++++ wpilibj/src/athena/cpp/lib/SafeThread.cpp | 2 +- wpilibj/src/athena/cpp/lib/SafeThread.h | 2 +- wpilibj/src/athena/cpp/lib/SerialPortJNI.cpp | 7 +++++++ wpilibj/src/athena/cpp/lib/SolenoidJNI.cpp | 7 +++++++ wpilibj/src/athena/cpp/nivision/dxattr.h | 6 ++++++ .../java/edu/wpi/first/wpilibj/ADXL345_I2C.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/ADXL345_SPI.java | 7 ++++--- .../athena/java/edu/wpi/first/wpilibj/ADXL362.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/ADXRS450_Gyro.java | 3 ++- .../edu/wpi/first/wpilibj/AccumulatorResult.java | 6 +++--- .../edu/wpi/first/wpilibj/AnalogAccelerometer.java | 6 +++--- .../java/edu/wpi/first/wpilibj/AnalogGyro.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/AnalogInput.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/AnalogOutput.java | 7 ++++--- .../edu/wpi/first/wpilibj/AnalogPotentiometer.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/AnalogTrigger.java | 6 +++--- .../edu/wpi/first/wpilibj/AnalogTriggerOutput.java | 6 +++--- .../edu/wpi/first/wpilibj/BuiltInAccelerometer.java | 8 +++++--- .../java/edu/wpi/first/wpilibj/CANJaguar.java | 6 +++--- .../edu/wpi/first/wpilibj/CANSpeedController.java | 7 +++++++ .../athena/java/edu/wpi/first/wpilibj/CANTalon.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/CameraServer.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/Compressor.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/ControllerPower.java | 6 +++--- .../athena/java/edu/wpi/first/wpilibj/Counter.java | 6 +++--- .../java/edu/wpi/first/wpilibj/CounterBase.java | 6 +++--- .../edu/wpi/first/wpilibj/DigitalGlitchFilter.java | 5 +++-- .../java/edu/wpi/first/wpilibj/DigitalInput.java | 6 +++--- .../java/edu/wpi/first/wpilibj/DigitalOutput.java | 6 +++--- .../java/edu/wpi/first/wpilibj/DigitalSource.java | 6 +++--- .../java/edu/wpi/first/wpilibj/DoubleSolenoid.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/DriverStation.java | 7 ++++--- .../athena/java/edu/wpi/first/wpilibj/Encoder.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/GearTooth.java | 6 +++--- .../src/athena/java/edu/wpi/first/wpilibj/I2C.java | 7 ++++--- .../wpi/first/wpilibj/InterruptHandlerFunction.java | 7 ++++--- .../wpi/first/wpilibj/InterruptableSensorBase.java | 6 +++--- .../java/edu/wpi/first/wpilibj/IterativeRobot.java | 7 ++++--- .../athena/java/edu/wpi/first/wpilibj/Jaguar.java | 6 +++--- .../athena/java/edu/wpi/first/wpilibj/Joystick.java | 7 ++++--- .../athena/java/edu/wpi/first/wpilibj/Notifier.java | 7 +++++++ .../src/athena/java/edu/wpi/first/wpilibj/PWM.java | 6 +++--- .../wpi/first/wpilibj/PowerDistributionPanel.java | 6 +++--- .../java/edu/wpi/first/wpilibj/Preferences.java | 7 ++++--- .../athena/java/edu/wpi/first/wpilibj/Relay.java | 6 +++--- .../athena/java/edu/wpi/first/wpilibj/Resource.java | 6 +++--- .../java/edu/wpi/first/wpilibj/RobotBase.java | 6 +++--- .../java/edu/wpi/first/wpilibj/RobotDrive.java | 7 ++++--- .../athena/java/edu/wpi/first/wpilibj/SD540.java | 6 +++--- .../src/athena/java/edu/wpi/first/wpilibj/SPI.java | 7 +++++++ .../athena/java/edu/wpi/first/wpilibj/SafePWM.java | 6 +++--- .../java/edu/wpi/first/wpilibj/SampleRobot.java | 6 +++--- .../java/edu/wpi/first/wpilibj/SerialPort.java | 7 ++++--- .../athena/java/edu/wpi/first/wpilibj/Servo.java | 6 +++--- .../athena/java/edu/wpi/first/wpilibj/Solenoid.java | 6 +++--- .../java/edu/wpi/first/wpilibj/SolenoidBase.java | 6 +++--- .../athena/java/edu/wpi/first/wpilibj/Spark.java | 6 +++--- .../java/edu/wpi/first/wpilibj/SpeedController.java | 6 +++--- .../athena/java/edu/wpi/first/wpilibj/Talon.java | 6 +++--- .../athena/java/edu/wpi/first/wpilibj/TalonSRX.java | 6 +++--- .../java/edu/wpi/first/wpilibj/Ultrasonic.java | 6 +++--- .../athena/java/edu/wpi/first/wpilibj/Utility.java | 6 +++--- .../athena/java/edu/wpi/first/wpilibj/Victor.java | 6 +++--- .../athena/java/edu/wpi/first/wpilibj/VictorSP.java | 6 +++--- .../wpi/first/wpilibj/can/CANExceptionFactory.java | 6 +++--- .../wpilibj/can/CANInvalidBufferException.java | 6 +++--- .../java/edu/wpi/first/wpilibj/can/CANJNI.java | 7 +++++++ .../wpilibj/can/CANJaguarVersionException.java | 6 +++--- .../wpilibj/can/CANMessageNotAllowedException.java | 6 +++--- .../wpilibj/can/CANMessageNotFoundException.java | 6 +++--- .../wpilibj/can/CANNotInitializedException.java | 6 +++--- .../FRCNetworkCommunicationsLibrary.java | 7 +++++++ .../wpilibj/communication/HALAllianceStationID.java | 7 +++++++ .../first/wpilibj/communication/HALControlWord.java | 7 +++++++ .../first/wpilibj/communication/NIRioStatus.java | 7 +++++++ .../first/wpilibj/communication/UsageReporting.java | 7 +++++++ .../edu/wpi/first/wpilibj/hal/AccelerometerJNI.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/hal/AnalogJNI.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/hal/CanTalonJNI.java | 7 +++++++ .../edu/wpi/first/wpilibj/hal/CompressorJNI.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/hal/CounterJNI.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/hal/DIOJNI.java | 7 +++++++ .../first/wpilibj/hal/DigitalGlitchFilterJNI.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/hal/EncoderJNI.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/hal/HALUtil.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/hal/I2CJNI.java | 7 +++++++ .../edu/wpi/first/wpilibj/hal/InterruptJNI.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/hal/JNIWrapper.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/hal/NotifierJNI.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/hal/PDPJNI.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/hal/PWMJNI.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/hal/PowerJNI.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/hal/RelayJNI.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/hal/SPIJNI.java | 7 +++++++ .../edu/wpi/first/wpilibj/hal/SerialPortJNI.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/hal/SolenoidJNI.java | 7 +++++++ .../edu/wpi/first/wpilibj/image/BinaryImage.java | 6 +++--- .../edu/wpi/first/wpilibj/image/ColorImage.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/image/HSLImage.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/image/ImageBase.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/image/MonoImage.java | 7 ++++--- .../wpi/first/wpilibj/image/NIVisionException.java | 6 +++--- .../first/wpilibj/image/ParticleAnalysisReport.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/image/RGBImage.java | 6 +++--- .../wpilibj/internal/HardwareHLUsageReporting.java | 7 +++++++ .../wpi/first/wpilibj/internal/HardwareTimer.java | 6 +++--- .../edu/wpi/first/wpilibj/vision/AxisCamera.java | 6 +++--- .../edu/wpi/first/wpilibj/vision/USBCamera.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/CircularBuffer.java | 3 ++- .../java/edu/wpi/first/wpilibj/GenericHID.java | 6 +++--- .../shared/java/edu/wpi/first/wpilibj/GyroBase.java | 7 ++++--- .../edu/wpi/first/wpilibj/HLUsageReporting.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/MotorSafety.java | 6 +++--- .../edu/wpi/first/wpilibj/MotorSafetyHelper.java | 6 +++--- .../java/edu/wpi/first/wpilibj/NamedSendable.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/PIDInterface.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/PIDOutput.java | 6 +++--- .../java/edu/wpi/first/wpilibj/PIDSource.java | 6 +++--- .../java/edu/wpi/first/wpilibj/PIDSourceType.java | 6 +++--- .../java/edu/wpi/first/wpilibj/RobotState.java | 7 +++++++ .../shared/java/edu/wpi/first/wpilibj/Sendable.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/SensorBase.java | 6 +++--- .../shared/java/edu/wpi/first/wpilibj/Timer.java | 7 +++++++ .../java/edu/wpi/first/wpilibj/buttons/Button.java | 6 +++--- .../wpi/first/wpilibj/buttons/InternalButton.java | 6 +++--- .../wpi/first/wpilibj/buttons/JoystickButton.java | 6 +++--- .../wpi/first/wpilibj/buttons/NetworkButton.java | 6 +++--- .../java/edu/wpi/first/wpilibj/buttons/Trigger.java | 6 +++--- .../java/edu/wpi/first/wpilibj/command/Command.java | 6 +++--- .../edu/wpi/first/wpilibj/command/CommandGroup.java | 6 +++--- .../command/IllegalUseOfCommandException.java | 6 +++--- .../first/wpilibj/command/LinkedListElement.java | 6 +++--- .../edu/wpi/first/wpilibj/command/PIDCommand.java | 6 +++--- .../edu/wpi/first/wpilibj/command/PIDSubsystem.java | 6 +++--- .../edu/wpi/first/wpilibj/command/PrintCommand.java | 6 +++--- .../edu/wpi/first/wpilibj/command/Scheduler.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/command/Set.java | 6 +++--- .../edu/wpi/first/wpilibj/command/StartCommand.java | 6 +++--- .../edu/wpi/first/wpilibj/command/Subsystem.java | 6 +++--- .../edu/wpi/first/wpilibj/command/WaitCommand.java | 6 +++--- .../wpi/first/wpilibj/command/WaitForChildren.java | 6 +++--- .../wpi/first/wpilibj/command/WaitUntilCommand.java | 6 +++--- .../java/edu/wpi/first/wpilibj/filters/Filter.java | 3 ++- .../first/wpilibj/filters/LinearDigitalFilter.java | 3 ++- .../wpi/first/wpilibj/interfaces/Accelerometer.java | 8 +++++--- .../java/edu/wpi/first/wpilibj/interfaces/Gyro.java | 8 +++++--- .../wpi/first/wpilibj/interfaces/Potentiometer.java | 7 ++++--- .../wpilibj/smartdashboard/SendableChooser.java | 7 ++++--- .../wpilibj/smartdashboard/SmartDashboard.java | 6 +++--- .../wpi/first/wpilibj/util/AllocationException.java | 6 +++--- .../util/BaseSystemNotInitializedException.java | 7 ++++--- .../wpi/first/wpilibj/util/BoundaryException.java | 6 +++--- .../wpilibj/util/CheckedAllocationException.java | 6 +++--- .../edu/wpi/first/wpilibj/util/SortedVector.java | 7 ++++--- .../first/wpilibj/util/UncleanStatusException.java | 6 +++--- .../sim/java/edu/wpi/first/wpilibj/AnalogGyro.java | 3 ++- .../sim/java/edu/wpi/first/wpilibj/AnalogInput.java | 3 ++- .../edu/wpi/first/wpilibj/AnalogPotentiometer.java | 3 ++- .../sim/java/edu/wpi/first/wpilibj/CounterBase.java | 2 +- .../java/edu/wpi/first/wpilibj/DigitalInput.java | 3 ++- .../java/edu/wpi/first/wpilibj/DoubleSolenoid.java | 3 ++- .../java/edu/wpi/first/wpilibj/DriverStation.java | 3 ++- .../src/sim/java/edu/wpi/first/wpilibj/Encoder.java | 3 ++- .../java/edu/wpi/first/wpilibj/IterativeRobot.java | 3 ++- .../src/sim/java/edu/wpi/first/wpilibj/Jaguar.java | 2 +- .../sim/java/edu/wpi/first/wpilibj/Joystick.java | 3 ++- .../sim/java/edu/wpi/first/wpilibj/Preferences.java | 3 ++- .../src/sim/java/edu/wpi/first/wpilibj/Relay.java | 2 +- .../sim/java/edu/wpi/first/wpilibj/RobotBase.java | 2 +- .../sim/java/edu/wpi/first/wpilibj/RobotDrive.java | 3 ++- .../sim/java/edu/wpi/first/wpilibj/SampleRobot.java | 2 +- .../src/sim/java/edu/wpi/first/wpilibj/Servo.java | 7 +++++++ .../sim/java/edu/wpi/first/wpilibj/Solenoid.java | 2 +- .../java/edu/wpi/first/wpilibj/SpeedController.java | 2 +- .../src/sim/java/edu/wpi/first/wpilibj/Talon.java | 2 +- .../src/sim/java/edu/wpi/first/wpilibj/Victor.java | 2 +- .../edu/wpi/first/wpilibj/command/Scheduler.java | 3 ++- .../edu/wpi/first/wpilibj/internal/SimTimer.java | 2 +- .../edu/wpi/first/wpilibj/simulation/MainNode.java | 7 +++++++ .../first/wpilibj/simulation/SimDigitalInput.java | 7 +++++++ .../wpi/first/wpilibj/simulation/SimEncoder.java | 7 +++++++ .../wpi/first/wpilibj/simulation/SimFloatInput.java | 7 +++++++ .../edu/wpi/first/wpilibj/simulation/SimGyro.java | 7 +++++++ .../wpilibj/simulation/SimSpeedController.java | 7 +++++++ .../wpi/first/wpilibj/AbstractInterruptTest.java | 7 ++++--- .../wpi/first/wpilibj/AbstractTestSuiteTest.java | 7 ++++--- .../wpi/first/wpilibj/AnalogCrossConnectTest.java | 7 ++++--- .../wpi/first/wpilibj/AnalogPotentiometerTest.java | 7 ++++--- .../wpi/first/wpilibj/BuiltInAccelerometerTest.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/CANTalonTest.java | 7 ++++--- .../edu/wpi/first/wpilibj/CircularBufferTest.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/CounterTest.java | 7 ++++--- .../edu/wpi/first/wpilibj/DIOCrossConnectTest.java | 7 ++++--- .../wpi/first/wpilibj/DigitalGlitchFilterTest.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/EncoderTest.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/FilterNoiseTest.java | 3 ++- .../edu/wpi/first/wpilibj/FilterOutputTest.java | 3 ++- .../main/java/edu/wpi/first/wpilibj/GyroTest.java | 7 ++++--- .../edu/wpi/first/wpilibj/MotorEncoderTest.java | 7 ++++--- .../edu/wpi/first/wpilibj/MotorInvertingTest.java | 7 +++++++ .../main/java/edu/wpi/first/wpilibj/PCMTest.java | 6 +++--- .../main/java/edu/wpi/first/wpilibj/PDPTest.java | 7 +++++++ .../main/java/edu/wpi/first/wpilibj/PIDTest.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/PreferencesTest.java | 7 ++++--- .../wpi/first/wpilibj/RelayCrossConnectTest.java | 7 ++++--- .../main/java/edu/wpi/first/wpilibj/SampleTest.java | 7 ++++--- .../main/java/edu/wpi/first/wpilibj/TimerTest.java | 7 ++++--- .../edu/wpi/first/wpilibj/WpiLibJTestSuite.java | 7 ++++--- .../edu/wpi/first/wpilibj/can/AbstractCANTest.java | 7 ++++--- .../wpilibj/can/CANCurrentQuadEncoderModeTest.java | 7 ++++--- .../edu/wpi/first/wpilibj/can/CANDefaultTest.java | 7 ++++--- .../first/wpilibj/can/CANJaguarInversionTest.java | 7 +++++++ .../wpilibj/can/CANPercentQuadEncoderModeTest.java | 7 ++++--- .../can/CANPositionPotentiometerModeTest.java | 7 ++++--- .../wpilibj/can/CANPositionQuadEncoderModeTest.java | 7 ++++--- .../wpilibj/can/CANSpeedQuadEncoderModeTest.java | 7 ++++--- .../edu/wpi/first/wpilibj/can/CANTestSuite.java | 7 ++++--- .../wpilibj/can/CANVoltageQuadEncoderModeTest.java | 7 ++++--- .../first/wpilibj/command/AbstractCommandTest.java | 7 ++++--- .../edu/wpi/first/wpilibj/command/ButtonTest.java | 7 ++++--- .../wpilibj/command/CommandParallelGroupTest.java | 7 ++++--- .../first/wpilibj/command/CommandScheduleTest.java | 7 ++++--- .../wpilibj/command/CommandSequentialGroupTest.java | 7 ++++--- .../first/wpilibj/command/CommandSupersedeTest.java | 7 ++++--- .../wpi/first/wpilibj/command/CommandTestSuite.java | 7 ++++--- .../first/wpilibj/command/CommandTimeoutTest.java | 7 ++++--- .../first/wpilibj/command/DefaultCommandTest.java | 7 ++++--- .../wpilibj/fixtures/AnalogCrossConnectFixture.java | 7 ++++--- .../wpilibj/fixtures/CANMotorEncoderFixture.java | 7 ++++--- .../wpilibj/fixtures/DIOCrossConnectFixture.java | 7 ++++--- .../first/wpilibj/fixtures/FakeCounterFixture.java | 7 ++++--- .../first/wpilibj/fixtures/FakeEncoderFixture.java | 7 ++++--- .../first/wpilibj/fixtures/FilterNoiseFixture.java | 7 ++++--- .../first/wpilibj/fixtures/FilterOutputFixture.java | 7 ++++--- .../wpi/first/wpilibj/fixtures/ITestFixture.java | 7 ++++--- .../first/wpilibj/fixtures/MotorEncoderFixture.java | 7 ++++--- .../wpilibj/fixtures/RelayCrossConnectFixture.java | 7 ++++--- .../wpi/first/wpilibj/fixtures/SampleFixture.java | 7 ++++--- .../wpilibj/fixtures/TiltPanCameraFixture.java | 7 ++++--- .../wpilibj/mockhardware/FakeCounterSource.java | 7 ++++--- .../wpilibj/mockhardware/FakeEncoderSource.java | 7 ++++--- .../mockhardware/FakePotentiometerSource.java | 7 ++++--- .../edu/wpi/first/wpilibj/mocks/MockCommand.java | 7 +++++++ .../wpilibj/smartdashboard/SmartDashboardTest.java | 7 ++++--- .../smartdashboard/SmartDashboardTestSuite.java | 7 ++++--- .../wpi/first/wpilibj/test/AbstractComsSetup.java | 7 ++++--- .../wpi/first/wpilibj/test/AbstractTestSuite.java | 7 ++++--- .../wpi/first/wpilibj/test/AntJunitLanucher.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/test/QuickTest.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/test/RepeatRule.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/test/TestBench.java | 7 ++++--- .../java/edu/wpi/first/wpilibj/test/TestSuite.java | 7 ++++--- 656 files changed, 2689 insertions(+), 1255 deletions(-) rename wpilibj/BSD_License_for_WPILib_code.txt => BSD_License_for_WPILib_code.txt (97%) diff --git a/wpilibj/BSD_License_for_WPILib_code.txt b/BSD_License_for_WPILib_code.txt similarity index 97% rename from wpilibj/BSD_License_for_WPILib_code.txt rename to BSD_License_for_WPILib_code.txt index 4172601c73..5d3484be80 100644 --- a/wpilibj/BSD_License_for_WPILib_code.txt +++ b/BSD_License_for_WPILib_code.txt @@ -1,4 +1,4 @@ -* Copyright (c) 2009 FIRST +* Copyright (c) 2009-2016 FIRST * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/hal/include/HAL/Port.h b/hal/include/HAL/Port.h index 8679c26f6b..b2e97c2b20 100644 --- a/hal/include/HAL/Port.h +++ b/hal/include/HAL/Port.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once typedef struct port_t diff --git a/hal/include/HAL/cpp/priority_condition_variable.h b/hal/include/HAL/cpp/priority_condition_variable.h index e8ab9e5caf..cd02ce4a90 100644 --- a/hal/include/HAL/cpp/priority_condition_variable.h +++ b/hal/include/HAL/cpp/priority_condition_variable.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once /* std::condition_variable provides the native_handle() method to return its diff --git a/hal/include/HAL/cpp/priority_mutex.h b/hal/include/HAL/cpp/priority_mutex.h index 16e88f64ab..b03f012f1d 100644 --- a/hal/include/HAL/cpp/priority_mutex.h +++ b/hal/include/HAL/cpp/priority_mutex.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once // Allows usage with std::lock_guard without including separately diff --git a/hal/lib/Athena/Accelerometer.cpp b/hal/lib/Athena/Accelerometer.cpp index 153844c570..315df1094f 100644 --- a/hal/lib/Athena/Accelerometer.cpp +++ b/hal/lib/Athena/Accelerometer.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "HAL/Accelerometer.hpp" #include "ChipObject.h" diff --git a/hal/lib/Athena/Analog.cpp b/hal/lib/Athena/Analog.cpp index 05f4460482..a34eb9316d 100644 --- a/hal/lib/Athena/Analog.cpp +++ b/hal/lib/Athena/Analog.cpp @@ -1,3 +1,9 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ #include "HAL/Analog.hpp" diff --git a/hal/lib/Athena/ChipObject.h b/hal/lib/Athena/ChipObject.h index 630c34d29f..ac0fe71f91 100644 --- a/hal/lib/Athena/ChipObject.h +++ b/hal/lib/Athena/ChipObject.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wpedantic" diff --git a/hal/lib/Athena/Compressor.cpp b/hal/lib/Athena/Compressor.cpp index 3f7141b227..25986a4c9e 100644 --- a/hal/lib/Athena/Compressor.cpp +++ b/hal/lib/Athena/Compressor.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "HAL/Compressor.hpp" #include "ctre/PCM.h" #include diff --git a/hal/lib/Athena/Digital.cpp b/hal/lib/Athena/Digital.cpp index ef9bfac11e..e82beca4ee 100644 --- a/hal/lib/Athena/Digital.cpp +++ b/hal/lib/Athena/Digital.cpp @@ -1,3 +1,9 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ #include "HAL/Digital.hpp" diff --git a/hal/lib/Athena/HALAthena.cpp b/hal/lib/Athena/HALAthena.cpp index 4baf40b469..ec1c162c26 100644 --- a/hal/lib/Athena/HALAthena.cpp +++ b/hal/lib/Athena/HALAthena.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "HAL/HAL.hpp" #include "HAL/Port.h" diff --git a/hal/lib/Athena/Interrupts.cpp b/hal/lib/Athena/Interrupts.cpp index 1e715e689a..55c4660f8e 100644 --- a/hal/lib/Athena/Interrupts.cpp +++ b/hal/lib/Athena/Interrupts.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "HAL/Interrupts.hpp" #include "ChipObject.h" diff --git a/hal/lib/Athena/Notifier.cpp b/hal/lib/Athena/Notifier.cpp index 99fd6523a2..2184b5aec5 100644 --- a/hal/lib/Athena/Notifier.cpp +++ b/hal/lib/Athena/Notifier.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "HAL/Notifier.hpp" #include "ChipObject.h" #include "HAL/HAL.hpp" diff --git a/hal/lib/Athena/PDP.cpp b/hal/lib/Athena/PDP.cpp index 129efa7799..334e8d4ea3 100644 --- a/hal/lib/Athena/PDP.cpp +++ b/hal/lib/Athena/PDP.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "HAL/PDP.hpp" #include "ctre/PDP.h" //static PDP pdp; diff --git a/hal/lib/Athena/Power.cpp b/hal/lib/Athena/Power.cpp index 755d8ed41d..47da91860e 100644 --- a/hal/lib/Athena/Power.cpp +++ b/hal/lib/Athena/Power.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "HAL/Power.hpp" #include "ChipObject.h" diff --git a/hal/lib/Athena/Semaphore.cpp b/hal/lib/Athena/Semaphore.cpp index 3c84c46df8..8403438118 100644 --- a/hal/lib/Athena/Semaphore.cpp +++ b/hal/lib/Athena/Semaphore.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "HAL/Semaphore.hpp" #include "Log.hpp" diff --git a/hal/lib/Athena/SerialPort.cpp b/hal/lib/Athena/SerialPort.cpp index 883b720035..5e8d065fcb 100644 --- a/hal/lib/Athena/SerialPort.cpp +++ b/hal/lib/Athena/SerialPort.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "HAL/SerialPort.hpp" #include "visa/visa.h" diff --git a/hal/lib/Athena/Solenoid.cpp b/hal/lib/Athena/Solenoid.cpp index cb8ee8bab4..6df930a2e5 100644 --- a/hal/lib/Athena/Solenoid.cpp +++ b/hal/lib/Athena/Solenoid.cpp @@ -1,3 +1,9 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ #include "HAL/Solenoid.hpp" diff --git a/hal/lib/Athena/Task.cpp b/hal/lib/Athena/Task.cpp index 013f44d59a..3536544b22 100644 --- a/hal/lib/Athena/Task.cpp +++ b/hal/lib/Athena/Task.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "HAL/Task.hpp" #ifndef OK diff --git a/hal/lib/Athena/Utilities.cpp b/hal/lib/Athena/Utilities.cpp index 218771aca9..5c22ea82b7 100644 --- a/hal/lib/Athena/Utilities.cpp +++ b/hal/lib/Athena/Utilities.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "HAL/Utilities.hpp" #include diff --git a/hal/lib/Athena/cpp/Resource.cpp b/hal/lib/Athena/cpp/Resource.cpp index 3e7e86d171..3e13d6369d 100644 --- a/hal/lib/Athena/cpp/Resource.cpp +++ b/hal/lib/Athena/cpp/Resource.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "HAL/cpp/Resource.hpp" diff --git a/hal/lib/Athena/cpp/Semaphore.cpp b/hal/lib/Athena/cpp/Semaphore.cpp index 458ca6e721..56349e3294 100644 --- a/hal/lib/Athena/cpp/Semaphore.cpp +++ b/hal/lib/Athena/cpp/Semaphore.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "HAL/cpp/Semaphore.hpp" diff --git a/hal/lib/Athena/cpp/priority_mutex.cpp b/hal/lib/Athena/cpp/priority_mutex.cpp index 66d3dcc48a..5aed98260c 100644 --- a/hal/lib/Athena/cpp/priority_mutex.cpp +++ b/hal/lib/Athena/cpp/priority_mutex.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "HAL/cpp/priority_mutex.h" void priority_recursive_mutex::lock() { diff --git a/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Connection.java b/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Connection.java index 994c78f0fc..8ab6fff74e 100644 --- a/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Connection.java +++ b/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Connection.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package org.gazebosim.transport; import gazebo.msgs.GzPacket.Packet; diff --git a/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Msgs.java b/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Msgs.java index 5062408cb3..cd20d4021c 100644 --- a/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Msgs.java +++ b/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Msgs.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package org.gazebosim.transport; import gazebo.msgs.GzBool.Bool; diff --git a/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Node.java b/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Node.java index 455d4527cc..0aaeeb54fc 100644 --- a/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Node.java +++ b/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Node.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package org.gazebosim.transport; import gazebo.msgs.GzPacket.Packet; diff --git a/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Publisher.java b/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Publisher.java index ebf9749bbe..fccc65d02e 100644 --- a/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Publisher.java +++ b/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Publisher.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package org.gazebosim.transport; import java.io.IOException; diff --git a/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/PublisherRecord.java b/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/PublisherRecord.java index 90ab604b59..a49193f630 100644 --- a/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/PublisherRecord.java +++ b/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/PublisherRecord.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package org.gazebosim.transport; public interface PublisherRecord { diff --git a/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/RemotePublisherRecord.java b/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/RemotePublisherRecord.java index 83d290e87f..86adf16bed 100644 --- a/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/RemotePublisherRecord.java +++ b/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/RemotePublisherRecord.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package org.gazebosim.transport; import gazebo.msgs.GzPublish.Publish; diff --git a/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/ServerCallback.java b/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/ServerCallback.java index b9a6576eb6..c0a67a5695 100644 --- a/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/ServerCallback.java +++ b/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/ServerCallback.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package org.gazebosim.transport; import java.io.IOException; diff --git a/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Subscriber.java b/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Subscriber.java index 12770eef74..a385e2727a 100644 --- a/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Subscriber.java +++ b/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/Subscriber.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package org.gazebosim.transport; import gazebo.msgs.GzSubscribe.Subscribe; diff --git a/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/SubscriberCallback.java b/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/SubscriberCallback.java index 5ed5269e80..4dc63bae08 100644 --- a/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/SubscriberCallback.java +++ b/simulation/JavaGazebo/src/main/java/org/gazebosim/transport/SubscriberCallback.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package org.gazebosim.transport; public interface SubscriberCallback { diff --git a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/DS.java b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/DS.java index bd12c4119b..d62958a718 100644 --- a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/DS.java +++ b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/DS.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.simulation.ds; import java.awt.Dimension; diff --git a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/EnableAction.java b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/EnableAction.java index f8475686b8..9751e74fe2 100644 --- a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/EnableAction.java +++ b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/EnableAction.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.simulation.ds; import java.awt.event.ActionEvent; diff --git a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/FakeJoystick.java b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/FakeJoystick.java index 4831a27755..b5489306d4 100644 --- a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/FakeJoystick.java +++ b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/FakeJoystick.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.simulation.ds; import org.gazebosim.transport.Node; diff --git a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/ISimJoystick.java b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/ISimJoystick.java index 9263a1b16b..b9fb0ab69e 100644 --- a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/ISimJoystick.java +++ b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/ISimJoystick.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.simulation.ds; import org.gazebosim.transport.Node; diff --git a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/JoystickList.java b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/JoystickList.java index f598a3d232..f1bd684dc7 100644 --- a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/JoystickList.java +++ b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/JoystickList.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.simulation.ds; import java.awt.datatransfer.DataFlavor; diff --git a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/JoystickProvider.java b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/JoystickProvider.java index 4c22320b01..80119d0b9f 100644 --- a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/JoystickProvider.java +++ b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/JoystickProvider.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.simulation.ds; import java.util.ArrayList; diff --git a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/Main.java b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/Main.java index 2f5188ad03..b93bdd0235 100644 --- a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/Main.java +++ b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/Main.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.simulation.ds; import gazebo.msgs.GzFloat64.Float64; diff --git a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/ModeAction.java b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/ModeAction.java index 532ef67921..362e8c6415 100644 --- a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/ModeAction.java +++ b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/ModeAction.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.simulation.ds; import java.awt.event.ActionEvent; diff --git a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/RefreshAction.java b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/RefreshAction.java index 5f264e032f..6320aacc31 100644 --- a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/RefreshAction.java +++ b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/RefreshAction.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.simulation.ds; import java.awt.event.ActionEvent; diff --git a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/SimJoystick.java b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/SimJoystick.java index 23794cac6a..7239cacb10 100644 --- a/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/SimJoystick.java +++ b/simulation/SimDS/src/main/java/edu/wpi/first/wpilibj/simulation/ds/SimJoystick.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.simulation.ds; import gazebo.msgs.GzJoystick.Joystick; diff --git a/simulation/frc_gazebo_plugins/clock/src/clock.cpp b/simulation/frc_gazebo_plugins/clock/src/clock.cpp index 32cd3b7f1c..0297943da6 100644 --- a/simulation/frc_gazebo_plugins/clock/src/clock.cpp +++ b/simulation/frc_gazebo_plugins/clock/src/clock.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "clock.h" GZ_REGISTER_MODEL_PLUGIN(Clock) diff --git a/simulation/frc_gazebo_plugins/clock/src/clock.h b/simulation/frc_gazebo_plugins/clock/src/clock.h index 4590471fbb..403fcb16d7 100644 --- a/simulation/frc_gazebo_plugins/clock/src/clock.h +++ b/simulation/frc_gazebo_plugins/clock/src/clock.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once diff --git a/simulation/frc_gazebo_plugins/dc_motor/src/dc_motor.cpp b/simulation/frc_gazebo_plugins/dc_motor/src/dc_motor.cpp index 0b4bbab84e..1074d7014d 100644 --- a/simulation/frc_gazebo_plugins/dc_motor/src/dc_motor.cpp +++ b/simulation/frc_gazebo_plugins/dc_motor/src/dc_motor.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "dc_motor.h" GZ_REGISTER_MODEL_PLUGIN(DCMotor) diff --git a/simulation/frc_gazebo_plugins/dc_motor/src/dc_motor.h b/simulation/frc_gazebo_plugins/dc_motor/src/dc_motor.h index 22d70bead8..d162ff8358 100644 --- a/simulation/frc_gazebo_plugins/dc_motor/src/dc_motor.h +++ b/simulation/frc_gazebo_plugins/dc_motor/src/dc_motor.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once #include "simulation/gz_msgs/msgs.h" diff --git a/simulation/frc_gazebo_plugins/encoder/src/encoder.cpp b/simulation/frc_gazebo_plugins/encoder/src/encoder.cpp index aea246fcb0..0742edd885 100644 --- a/simulation/frc_gazebo_plugins/encoder/src/encoder.cpp +++ b/simulation/frc_gazebo_plugins/encoder/src/encoder.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "encoder.h" GZ_REGISTER_MODEL_PLUGIN(Encoder) diff --git a/simulation/frc_gazebo_plugins/encoder/src/encoder.h b/simulation/frc_gazebo_plugins/encoder/src/encoder.h index 728341de69..f3d3ea1324 100644 --- a/simulation/frc_gazebo_plugins/encoder/src/encoder.h +++ b/simulation/frc_gazebo_plugins/encoder/src/encoder.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once #include "simulation/gz_msgs/msgs.h" diff --git a/simulation/frc_gazebo_plugins/gyro/src/gyro.cpp b/simulation/frc_gazebo_plugins/gyro/src/gyro.cpp index e918bbb4c9..0895c6a150 100644 --- a/simulation/frc_gazebo_plugins/gyro/src/gyro.cpp +++ b/simulation/frc_gazebo_plugins/gyro/src/gyro.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "gyro.h" diff --git a/simulation/frc_gazebo_plugins/gyro/src/gyro.h b/simulation/frc_gazebo_plugins/gyro/src/gyro.h index fee48b37e3..29f62a9b40 100644 --- a/simulation/frc_gazebo_plugins/gyro/src/gyro.h +++ b/simulation/frc_gazebo_plugins/gyro/src/gyro.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once #include "simulation/gz_msgs/msgs.h" diff --git a/simulation/frc_gazebo_plugins/limit_switch/src/external_limit_switch.cpp b/simulation/frc_gazebo_plugins/limit_switch/src/external_limit_switch.cpp index 67c2c7abcb..c871212395 100644 --- a/simulation/frc_gazebo_plugins/limit_switch/src/external_limit_switch.cpp +++ b/simulation/frc_gazebo_plugins/limit_switch/src/external_limit_switch.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "external_limit_switch.h" diff --git a/simulation/frc_gazebo_plugins/limit_switch/src/external_limit_switch.h b/simulation/frc_gazebo_plugins/limit_switch/src/external_limit_switch.h index 573e93bd6b..08e9198833 100644 --- a/simulation/frc_gazebo_plugins/limit_switch/src/external_limit_switch.h +++ b/simulation/frc_gazebo_plugins/limit_switch/src/external_limit_switch.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once #include "switch.h" diff --git a/simulation/frc_gazebo_plugins/limit_switch/src/internal_limit_switch.cpp b/simulation/frc_gazebo_plugins/limit_switch/src/internal_limit_switch.cpp index 3b6d7de13a..b410ca562e 100644 --- a/simulation/frc_gazebo_plugins/limit_switch/src/internal_limit_switch.cpp +++ b/simulation/frc_gazebo_plugins/limit_switch/src/internal_limit_switch.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "internal_limit_switch.h" InternalLimitSwitch::InternalLimitSwitch(physics::ModelPtr model, sdf::ElementPtr sdf) { diff --git a/simulation/frc_gazebo_plugins/limit_switch/src/internal_limit_switch.h b/simulation/frc_gazebo_plugins/limit_switch/src/internal_limit_switch.h index bf08cbb155..b7b007ab49 100644 --- a/simulation/frc_gazebo_plugins/limit_switch/src/internal_limit_switch.h +++ b/simulation/frc_gazebo_plugins/limit_switch/src/internal_limit_switch.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once #include "switch.h" diff --git a/simulation/frc_gazebo_plugins/limit_switch/src/limit_switch.cpp b/simulation/frc_gazebo_plugins/limit_switch/src/limit_switch.cpp index f32e65c819..88f8846461 100644 --- a/simulation/frc_gazebo_plugins/limit_switch/src/limit_switch.cpp +++ b/simulation/frc_gazebo_plugins/limit_switch/src/limit_switch.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "limit_switch.h" GZ_REGISTER_MODEL_PLUGIN(LimitSwitch) diff --git a/simulation/frc_gazebo_plugins/limit_switch/src/limit_switch.h b/simulation/frc_gazebo_plugins/limit_switch/src/limit_switch.h index 4d590d5ec5..17ae8cf343 100644 --- a/simulation/frc_gazebo_plugins/limit_switch/src/limit_switch.h +++ b/simulation/frc_gazebo_plugins/limit_switch/src/limit_switch.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once #include "simulation/gz_msgs/msgs.h" diff --git a/simulation/frc_gazebo_plugins/limit_switch/src/switch.h b/simulation/frc_gazebo_plugins/limit_switch/src/switch.h index d7d5aaca9d..8c204a3963 100644 --- a/simulation/frc_gazebo_plugins/limit_switch/src/switch.h +++ b/simulation/frc_gazebo_plugins/limit_switch/src/switch.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once class Switch { diff --git a/simulation/frc_gazebo_plugins/pneumatic_piston/src/pneumatic_piston.cpp b/simulation/frc_gazebo_plugins/pneumatic_piston/src/pneumatic_piston.cpp index 11cf43247f..4dbe57db2f 100644 --- a/simulation/frc_gazebo_plugins/pneumatic_piston/src/pneumatic_piston.cpp +++ b/simulation/frc_gazebo_plugins/pneumatic_piston/src/pneumatic_piston.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #ifdef _WIN32 // Ensure that Winsock2.h is included before Windows.h, which can get // pulled in by anybody (e.g., Boost). diff --git a/simulation/frc_gazebo_plugins/pneumatic_piston/src/pneumatic_piston.h b/simulation/frc_gazebo_plugins/pneumatic_piston/src/pneumatic_piston.h index 8bfb7b107d..488d9f32c1 100644 --- a/simulation/frc_gazebo_plugins/pneumatic_piston/src/pneumatic_piston.h +++ b/simulation/frc_gazebo_plugins/pneumatic_piston/src/pneumatic_piston.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once #include "simulation/gz_msgs/msgs.h" diff --git a/simulation/frc_gazebo_plugins/potentiometer/src/potentiometer.cpp b/simulation/frc_gazebo_plugins/potentiometer/src/potentiometer.cpp index f7f4251f21..0b0ad54221 100644 --- a/simulation/frc_gazebo_plugins/potentiometer/src/potentiometer.cpp +++ b/simulation/frc_gazebo_plugins/potentiometer/src/potentiometer.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #ifdef _WIN32 // Ensure that Winsock2.h is included before Windows.h, which can get // pulled in by anybody (e.g., Boost). diff --git a/simulation/frc_gazebo_plugins/potentiometer/src/potentiometer.h b/simulation/frc_gazebo_plugins/potentiometer/src/potentiometer.h index 422ff20b6e..5cb96cdbbd 100644 --- a/simulation/frc_gazebo_plugins/potentiometer/src/potentiometer.h +++ b/simulation/frc_gazebo_plugins/potentiometer/src/potentiometer.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once #include diff --git a/simulation/frc_gazebo_plugins/rangefinder/src/rangefinder.cpp b/simulation/frc_gazebo_plugins/rangefinder/src/rangefinder.cpp index c91cfb22ea..dd76107319 100644 --- a/simulation/frc_gazebo_plugins/rangefinder/src/rangefinder.cpp +++ b/simulation/frc_gazebo_plugins/rangefinder/src/rangefinder.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #ifdef _WIN32 // Ensure that Winsock2.h is included before Windows.h, which can get // pulled in by anybody (e.g., Boost). diff --git a/simulation/frc_gazebo_plugins/rangefinder/src/rangefinder.h b/simulation/frc_gazebo_plugins/rangefinder/src/rangefinder.h index f9a7ef4c8a..a205368118 100644 --- a/simulation/frc_gazebo_plugins/rangefinder/src/rangefinder.h +++ b/simulation/frc_gazebo_plugins/rangefinder/src/rangefinder.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once #include diff --git a/simulation/frc_gazebo_plugins/servo/src/servo.cpp b/simulation/frc_gazebo_plugins/servo/src/servo.cpp index 8298280a28..e1b61f3ff1 100644 --- a/simulation/frc_gazebo_plugins/servo/src/servo.cpp +++ b/simulation/frc_gazebo_plugins/servo/src/servo.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #ifdef _WIN32 // Ensure that Winsock2.h is included before Windows.h, which can get // pulled in by anybody (e.g., Boost). diff --git a/simulation/frc_gazebo_plugins/servo/src/servo.h b/simulation/frc_gazebo_plugins/servo/src/servo.h index a998761725..dd6d18b1eb 100644 --- a/simulation/frc_gazebo_plugins/servo/src/servo.h +++ b/simulation/frc_gazebo_plugins/servo/src/servo.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once #include "simulation/gz_msgs/msgs.h" diff --git a/wpilibc/Athena/include/ADXL345_I2C.h b/wpilibc/Athena/include/ADXL345_I2C.h index 53a608ae2f..e0327f78a4 100644 --- a/wpilibc/Athena/include/ADXL345_I2C.h +++ b/wpilibc/Athena/include/ADXL345_I2C.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "interfaces/Accelerometer.h" diff --git a/wpilibc/Athena/include/ADXL345_SPI.h b/wpilibc/Athena/include/ADXL345_SPI.h index 1310133fcc..ceb28cd137 100644 --- a/wpilibc/Athena/include/ADXL345_SPI.h +++ b/wpilibc/Athena/include/ADXL345_SPI.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "interfaces/Accelerometer.h" diff --git a/wpilibc/Athena/include/ADXL362.h b/wpilibc/Athena/include/ADXL362.h index ea47686f76..d4c2e0b0da 100644 --- a/wpilibc/Athena/include/ADXL362.h +++ b/wpilibc/Athena/include/ADXL362.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "interfaces/Accelerometer.h" diff --git a/wpilibc/Athena/include/ADXRS450_Gyro.h b/wpilibc/Athena/include/ADXRS450_Gyro.h index 42a7a59534..9317c8a318 100644 --- a/wpilibc/Athena/include/ADXRS450_Gyro.h +++ b/wpilibc/Athena/include/ADXRS450_Gyro.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "GyroBase.h" diff --git a/wpilibc/Athena/include/AnalogAccelerometer.h b/wpilibc/Athena/include/AnalogAccelerometer.h index ad6d6ddf63..86f7019770 100644 --- a/wpilibc/Athena/include/AnalogAccelerometer.h +++ b/wpilibc/Athena/include/AnalogAccelerometer.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "AnalogInput.h" diff --git a/wpilibc/Athena/include/AnalogGyro.h b/wpilibc/Athena/include/AnalogGyro.h index 4ce0ccb64e..818e4bd0f7 100644 --- a/wpilibc/Athena/include/AnalogGyro.h +++ b/wpilibc/Athena/include/AnalogGyro.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "GyroBase.h" diff --git a/wpilibc/Athena/include/AnalogInput.h b/wpilibc/Athena/include/AnalogInput.h index d47d1f2b53..6217e2d0df 100644 --- a/wpilibc/Athena/include/AnalogInput.h +++ b/wpilibc/Athena/include/AnalogInput.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "HAL/HAL.hpp" diff --git a/wpilibc/Athena/include/AnalogOutput.h b/wpilibc/Athena/include/AnalogOutput.h index c30b5c7151..d7bd30efdd 100644 --- a/wpilibc/Athena/include/AnalogOutput.h +++ b/wpilibc/Athena/include/AnalogOutput.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibc/Athena/include/AnalogPotentiometer.h b/wpilibc/Athena/include/AnalogPotentiometer.h index 7b7b12a8c5..3c6daa558d 100644 --- a/wpilibc/Athena/include/AnalogPotentiometer.h +++ b/wpilibc/Athena/include/AnalogPotentiometer.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "AnalogInput.h" #include "interfaces/Potentiometer.h" #include "LiveWindow/LiveWindowSendable.h" diff --git a/wpilibc/Athena/include/AnalogTrigger.h b/wpilibc/Athena/include/AnalogTrigger.h index 7fdd2028d5..811cc07743 100644 --- a/wpilibc/Athena/include/AnalogTrigger.h +++ b/wpilibc/Athena/include/AnalogTrigger.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "HAL/HAL.hpp" diff --git a/wpilibc/Athena/include/AnalogTriggerOutput.h b/wpilibc/Athena/include/AnalogTriggerOutput.h index 27ad3b8360..976d30cc6a 100644 --- a/wpilibc/Athena/include/AnalogTriggerOutput.h +++ b/wpilibc/Athena/include/AnalogTriggerOutput.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "DigitalSource.h" diff --git a/wpilibc/Athena/include/BuiltInAccelerometer.h b/wpilibc/Athena/include/BuiltInAccelerometer.h index b6b5f8e80f..d201b613d8 100644 --- a/wpilibc/Athena/include/BuiltInAccelerometer.h +++ b/wpilibc/Athena/include/BuiltInAccelerometer.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "interfaces/Accelerometer.h" diff --git a/wpilibc/Athena/include/CANJaguar.h b/wpilibc/Athena/include/CANJaguar.h index 5d05d47902..03637df147 100644 --- a/wpilibc/Athena/include/CANJaguar.h +++ b/wpilibc/Athena/include/CANJaguar.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2009. All Rights Reserved. */ +/* Copyright (c) FIRST 2009-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "ErrorBase.h" diff --git a/wpilibc/Athena/include/CANSpeedController.h b/wpilibc/Athena/include/CANSpeedController.h index 1abe03ba3d..773fb9984f 100644 --- a/wpilibc/Athena/include/CANSpeedController.h +++ b/wpilibc/Athena/include/CANSpeedController.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SpeedController.h" diff --git a/wpilibc/Athena/include/CANTalon.h b/wpilibc/Athena/include/CANTalon.h index 19c3f79907..b773c639be 100644 --- a/wpilibc/Athena/include/CANTalon.h +++ b/wpilibc/Athena/include/CANTalon.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SafePWM.h" diff --git a/wpilibc/Athena/include/CameraServer.h b/wpilibc/Athena/include/CameraServer.h index 17ece99829..bb0c314acf 100644 --- a/wpilibc/Athena/include/CameraServer.h +++ b/wpilibc/Athena/include/CameraServer.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "USBCamera.h" diff --git a/wpilibc/Athena/include/Compressor.h b/wpilibc/Athena/include/Compressor.h index d5962c370d..0d56ef7213 100644 --- a/wpilibc/Athena/include/Compressor.h +++ b/wpilibc/Athena/include/Compressor.h @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef Compressor_H_ diff --git a/wpilibc/Athena/include/ControllerPower.h b/wpilibc/Athena/include/ControllerPower.h index 7384e60650..18367b5ace 100644 --- a/wpilibc/Athena/include/ControllerPower.h +++ b/wpilibc/Athena/include/ControllerPower.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __CONTROLLER_POWER_H__ diff --git a/wpilibc/Athena/include/Counter.h b/wpilibc/Athena/include/Counter.h index 4066de8efb..3cb55b5d19 100644 --- a/wpilibc/Athena/include/Counter.h +++ b/wpilibc/Athena/include/Counter.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "HAL/HAL.hpp" diff --git a/wpilibc/Athena/include/CounterBase.h b/wpilibc/Athena/include/CounterBase.h index 68896a8f33..633b79517c 100644 --- a/wpilibc/Athena/include/CounterBase.h +++ b/wpilibc/Athena/include/CounterBase.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include diff --git a/wpilibc/Athena/include/DigitalGlitchFilter.h b/wpilibc/Athena/include/DigitalGlitchFilter.h index a6f9f90d45..0f9e6769d9 100644 --- a/wpilibc/Athena/include/DigitalGlitchFilter.h +++ b/wpilibc/Athena/include/DigitalGlitchFilter.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include diff --git a/wpilibc/Athena/include/DigitalInput.h b/wpilibc/Athena/include/DigitalInput.h index 79cfcc5ec4..96a70a0862 100644 --- a/wpilibc/Athena/include/DigitalInput.h +++ b/wpilibc/Athena/include/DigitalInput.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "DigitalSource.h" diff --git a/wpilibc/Athena/include/DigitalOutput.h b/wpilibc/Athena/include/DigitalOutput.h index 367fb8073b..e8bb5140d1 100644 --- a/wpilibc/Athena/include/DigitalOutput.h +++ b/wpilibc/Athena/include/DigitalOutput.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "DigitalSource.h" diff --git a/wpilibc/Athena/include/DigitalSource.h b/wpilibc/Athena/include/DigitalSource.h index c716715131..d85102b3c3 100644 --- a/wpilibc/Athena/include/DigitalSource.h +++ b/wpilibc/Athena/include/DigitalSource.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "InterruptableSensorBase.h" diff --git a/wpilibc/Athena/include/DoubleSolenoid.h b/wpilibc/Athena/include/DoubleSolenoid.h index fd2039705a..9d1f033819 100644 --- a/wpilibc/Athena/include/DoubleSolenoid.h +++ b/wpilibc/Athena/include/DoubleSolenoid.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SolenoidBase.h" diff --git a/wpilibc/Athena/include/DriverStation.h b/wpilibc/Athena/include/DriverStation.h index 23ee095693..cbbbdef752 100644 --- a/wpilibc/Athena/include/DriverStation.h +++ b/wpilibc/Athena/include/DriverStation.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SensorBase.h" diff --git a/wpilibc/Athena/include/Encoder.h b/wpilibc/Athena/include/Encoder.h index 76bfaf99a1..5c692f0e48 100644 --- a/wpilibc/Athena/include/Encoder.h +++ b/wpilibc/Athena/include/Encoder.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "HAL/HAL.hpp" diff --git a/wpilibc/Athena/include/GearTooth.h b/wpilibc/Athena/include/GearTooth.h index 3889f9c5a9..070f3972d1 100644 --- a/wpilibc/Athena/include/GearTooth.h +++ b/wpilibc/Athena/include/GearTooth.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "Counter.h" diff --git a/wpilibc/Athena/include/GyroBase.h b/wpilibc/Athena/include/GyroBase.h index 6ed44aa922..5d93fc4ca8 100644 --- a/wpilibc/Athena/include/GyroBase.h +++ b/wpilibc/Athena/include/GyroBase.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SensorBase.h" diff --git a/wpilibc/Athena/include/I2C.h b/wpilibc/Athena/include/I2C.h index 89041e71c9..3267032de6 100644 --- a/wpilibc/Athena/include/I2C.h +++ b/wpilibc/Athena/include/I2C.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SensorBase.h" diff --git a/wpilibc/Athena/include/Internal/HardwareHLReporting.h b/wpilibc/Athena/include/Internal/HardwareHLReporting.h index a91a20d9db..b411ecfdd9 100644 --- a/wpilibc/Athena/include/Internal/HardwareHLReporting.h +++ b/wpilibc/Athena/include/Internal/HardwareHLReporting.h @@ -1,3 +1,9 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ #include "HLUsageReporting.h" diff --git a/wpilibc/Athena/include/InterruptableSensorBase.h b/wpilibc/Athena/include/InterruptableSensorBase.h index d77ae2f048..708089be72 100644 --- a/wpilibc/Athena/include/InterruptableSensorBase.h +++ b/wpilibc/Athena/include/InterruptableSensorBase.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "HAL/HAL.hpp" diff --git a/wpilibc/Athena/include/IterativeRobot.h b/wpilibc/Athena/include/IterativeRobot.h index ccea4f86c2..acba2350cf 100644 --- a/wpilibc/Athena/include/IterativeRobot.h +++ b/wpilibc/Athena/include/IterativeRobot.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "Timer.h" diff --git a/wpilibc/Athena/include/Jaguar.h b/wpilibc/Athena/include/Jaguar.h index feb00c7699..7e25b9b4a4 100644 --- a/wpilibc/Athena/include/Jaguar.h +++ b/wpilibc/Athena/include/Jaguar.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SafePWM.h" diff --git a/wpilibc/Athena/include/Joystick.h b/wpilibc/Athena/include/Joystick.h index b8ea292e37..fdd4d7d56b 100644 --- a/wpilibc/Athena/include/Joystick.h +++ b/wpilibc/Athena/include/Joystick.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef JOYSTICK_H_ diff --git a/wpilibc/Athena/include/MotorSafety.h b/wpilibc/Athena/include/MotorSafety.h index 6963ae792c..373fddf6c4 100644 --- a/wpilibc/Athena/include/MotorSafety.h +++ b/wpilibc/Athena/include/MotorSafety.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #define DEFAULT_SAFETY_EXPIRATION 0.1 diff --git a/wpilibc/Athena/include/MotorSafetyHelper.h b/wpilibc/Athena/include/MotorSafetyHelper.h index bbe76580a4..f124605df4 100644 --- a/wpilibc/Athena/include/MotorSafetyHelper.h +++ b/wpilibc/Athena/include/MotorSafetyHelper.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "ErrorBase.h" diff --git a/wpilibc/Athena/include/Notifier.h b/wpilibc/Athena/include/Notifier.h index 7fe758f611..070853f3ac 100644 --- a/wpilibc/Athena/include/Notifier.h +++ b/wpilibc/Athena/include/Notifier.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include diff --git a/wpilibc/Athena/include/PWM.h b/wpilibc/Athena/include/PWM.h index b7120c081a..8f9976adc4 100644 --- a/wpilibc/Athena/include/PWM.h +++ b/wpilibc/Athena/include/PWM.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SensorBase.h" diff --git a/wpilibc/Athena/include/PowerDistributionPanel.h b/wpilibc/Athena/include/PowerDistributionPanel.h index 9a1bd7c583..b9769ecbe9 100644 --- a/wpilibc/Athena/include/PowerDistributionPanel.h +++ b/wpilibc/Athena/include/PowerDistributionPanel.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. - */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #pragma once diff --git a/wpilibc/Athena/include/Preferences.h b/wpilibc/Athena/include/Preferences.h index a2c3bc4d4f..1e1beff13b 100644 --- a/wpilibc/Athena/include/Preferences.h +++ b/wpilibc/Athena/include/Preferences.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "ErrorBase.h" diff --git a/wpilibc/Athena/include/Relay.h b/wpilibc/Athena/include/Relay.h index f582221b98..a9bd26a375 100644 --- a/wpilibc/Athena/include/Relay.h +++ b/wpilibc/Athena/include/Relay.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "MotorSafety.h" diff --git a/wpilibc/Athena/include/RobotBase.h b/wpilibc/Athena/include/RobotBase.h index 2fcd1467aa..b6626b96f0 100644 --- a/wpilibc/Athena/include/RobotBase.h +++ b/wpilibc/Athena/include/RobotBase.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "Base.h" diff --git a/wpilibc/Athena/include/RobotDrive.h b/wpilibc/Athena/include/RobotDrive.h index d91e80d32d..547d06a3b1 100644 --- a/wpilibc/Athena/include/RobotDrive.h +++ b/wpilibc/Athena/include/RobotDrive.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "ErrorBase.h" diff --git a/wpilibc/Athena/include/SD540.h b/wpilibc/Athena/include/SD540.h index 2d88d10649..e2c98e9e80 100644 --- a/wpilibc/Athena/include/SD540.h +++ b/wpilibc/Athena/include/SD540.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SafePWM.h" diff --git a/wpilibc/Athena/include/SPI.h b/wpilibc/Athena/include/SPI.h index 7b33dd7e6b..b6d68f3859 100644 --- a/wpilibc/Athena/include/SPI.h +++ b/wpilibc/Athena/include/SPI.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "HAL/HAL.hpp" diff --git a/wpilibc/Athena/include/SafePWM.h b/wpilibc/Athena/include/SafePWM.h index f364626d21..3c908c7e17 100644 --- a/wpilibc/Athena/include/SafePWM.h +++ b/wpilibc/Athena/include/SafePWM.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "MotorSafety.h" diff --git a/wpilibc/Athena/include/SampleRobot.h b/wpilibc/Athena/include/SampleRobot.h index 64ca32c717..61f8bc0f85 100644 --- a/wpilibc/Athena/include/SampleRobot.h +++ b/wpilibc/Athena/include/SampleRobot.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "RobotBase.h" diff --git a/wpilibc/Athena/include/SerialPort.h b/wpilibc/Athena/include/SerialPort.h index 3cd1c1ceb0..e94af8748d 100644 --- a/wpilibc/Athena/include/SerialPort.h +++ b/wpilibc/Athena/include/SerialPort.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "ErrorBase.h" diff --git a/wpilibc/Athena/include/Servo.h b/wpilibc/Athena/include/Servo.h index 040d9d172f..f33a82e1f0 100644 --- a/wpilibc/Athena/include/Servo.h +++ b/wpilibc/Athena/include/Servo.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SafePWM.h" diff --git a/wpilibc/Athena/include/Solenoid.h b/wpilibc/Athena/include/Solenoid.h index dc3d53afbe..d032930c79 100644 --- a/wpilibc/Athena/include/Solenoid.h +++ b/wpilibc/Athena/include/Solenoid.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SolenoidBase.h" diff --git a/wpilibc/Athena/include/SolenoidBase.h b/wpilibc/Athena/include/SolenoidBase.h index 159beeb03c..0a71de2c45 100644 --- a/wpilibc/Athena/include/SolenoidBase.h +++ b/wpilibc/Athena/include/SolenoidBase.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "Resource.h" diff --git a/wpilibc/Athena/include/Spark.h b/wpilibc/Athena/include/Spark.h index 57fe851908..65d5c6ab7a 100644 --- a/wpilibc/Athena/include/Spark.h +++ b/wpilibc/Athena/include/Spark.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SafePWM.h" diff --git a/wpilibc/Athena/include/SpeedController.h b/wpilibc/Athena/include/SpeedController.h index a87ed2bc7f..6adba5d787 100644 --- a/wpilibc/Athena/include/SpeedController.h +++ b/wpilibc/Athena/include/SpeedController.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "HAL/HAL.hpp" diff --git a/wpilibc/Athena/include/Talon.h b/wpilibc/Athena/include/Talon.h index 38764b850d..1908d19b60 100644 --- a/wpilibc/Athena/include/Talon.h +++ b/wpilibc/Athena/include/Talon.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SafePWM.h" diff --git a/wpilibc/Athena/include/TalonSRX.h b/wpilibc/Athena/include/TalonSRX.h index 8819723f7c..b64324ee6b 100644 --- a/wpilibc/Athena/include/TalonSRX.h +++ b/wpilibc/Athena/include/TalonSRX.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SafePWM.h" diff --git a/wpilibc/Athena/include/USBCamera.h b/wpilibc/Athena/include/USBCamera.h index d02c5d35aa..522e889449 100644 --- a/wpilibc/Athena/include/USBCamera.h +++ b/wpilibc/Athena/include/USBCamera.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "ErrorBase.h" diff --git a/wpilibc/Athena/include/Ultrasonic.h b/wpilibc/Athena/include/Ultrasonic.h index 56fa34897c..d586173d32 100644 --- a/wpilibc/Athena/include/Ultrasonic.h +++ b/wpilibc/Athena/include/Ultrasonic.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SensorBase.h" diff --git a/wpilibc/Athena/include/Victor.h b/wpilibc/Athena/include/Victor.h index 755955f306..eddc2e28ba 100644 --- a/wpilibc/Athena/include/Victor.h +++ b/wpilibc/Athena/include/Victor.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SafePWM.h" diff --git a/wpilibc/Athena/include/VictorSP.h b/wpilibc/Athena/include/VictorSP.h index 978cd0ac0c..e90a293463 100644 --- a/wpilibc/Athena/include/VictorSP.h +++ b/wpilibc/Athena/include/VictorSP.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SafePWM.h" diff --git a/wpilibc/Athena/include/Vision/AxisCamera.h b/wpilibc/Athena/include/Vision/AxisCamera.h index b315938dc2..9252442c1d 100644 --- a/wpilibc/Athena/include/Vision/AxisCamera.h +++ b/wpilibc/Athena/include/Vision/AxisCamera.h @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #pragma once diff --git a/wpilibc/Athena/include/Vision/BaeUtilities.h b/wpilibc/Athena/include/Vision/BaeUtilities.h index 8983ef4d8b..5a1270b33c 100644 --- a/wpilibc/Athena/include/Vision/BaeUtilities.h +++ b/wpilibc/Athena/include/Vision/BaeUtilities.h @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #pragma once diff --git a/wpilibc/Athena/include/Vision/BinaryImage.h b/wpilibc/Athena/include/Vision/BinaryImage.h index 8b7b25c060..d9a24c5f6b 100644 --- a/wpilibc/Athena/include/Vision/BinaryImage.h +++ b/wpilibc/Athena/include/Vision/BinaryImage.h @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #pragma once diff --git a/wpilibc/Athena/include/Vision/ColorImage.h b/wpilibc/Athena/include/Vision/ColorImage.h index 0304ad89bf..493c5414f8 100644 --- a/wpilibc/Athena/include/Vision/ColorImage.h +++ b/wpilibc/Athena/include/Vision/ColorImage.h @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #pragma once diff --git a/wpilibc/Athena/include/Vision/FrcError.h b/wpilibc/Athena/include/Vision/FrcError.h index 0897c8473d..bfe0748d1b 100644 --- a/wpilibc/Athena/include/Vision/FrcError.h +++ b/wpilibc/Athena/include/Vision/FrcError.h @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #pragma once diff --git a/wpilibc/Athena/include/Vision/HSLImage.h b/wpilibc/Athena/include/Vision/HSLImage.h index 0407748c62..057a8c71a6 100644 --- a/wpilibc/Athena/include/Vision/HSLImage.h +++ b/wpilibc/Athena/include/Vision/HSLImage.h @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #pragma once diff --git a/wpilibc/Athena/include/Vision/ImageBase.h b/wpilibc/Athena/include/Vision/ImageBase.h index c20ecfeb0a..5fc04705d7 100644 --- a/wpilibc/Athena/include/Vision/ImageBase.h +++ b/wpilibc/Athena/include/Vision/ImageBase.h @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #pragma once diff --git a/wpilibc/Athena/include/Vision/MonoImage.h b/wpilibc/Athena/include/Vision/MonoImage.h index d31f0a4859..856d891288 100644 --- a/wpilibc/Athena/include/Vision/MonoImage.h +++ b/wpilibc/Athena/include/Vision/MonoImage.h @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #pragma once diff --git a/wpilibc/Athena/include/Vision/RGBImage.h b/wpilibc/Athena/include/Vision/RGBImage.h index cb3b3e5dde..eeed545b86 100644 --- a/wpilibc/Athena/include/Vision/RGBImage.h +++ b/wpilibc/Athena/include/Vision/RGBImage.h @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #pragma once diff --git a/wpilibc/Athena/include/Vision/Threshold.h b/wpilibc/Athena/include/Vision/Threshold.h index 83493e8806..78d82b44f5 100644 --- a/wpilibc/Athena/include/Vision/Threshold.h +++ b/wpilibc/Athena/include/Vision/Threshold.h @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #pragma once diff --git a/wpilibc/Athena/include/Vision/VisionAPI.h b/wpilibc/Athena/include/Vision/VisionAPI.h index 3153f1bc24..7c7b5c1069 100644 --- a/wpilibc/Athena/include/Vision/VisionAPI.h +++ b/wpilibc/Athena/include/Vision/VisionAPI.h @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #pragma once diff --git a/wpilibc/Athena/include/WPILib.h b/wpilibc/Athena/include/WPILib.h index 3c4780f46d..8780c8507c 100644 --- a/wpilibc/Athena/include/WPILib.h +++ b/wpilibc/Athena/include/WPILib.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #define REAL diff --git a/wpilibc/Athena/src/ADXL345_I2C.cpp b/wpilibc/Athena/src/ADXL345_I2C.cpp index 92cdb65aa2..ec87376ef8 100644 --- a/wpilibc/Athena/src/ADXL345_I2C.cpp +++ b/wpilibc/Athena/src/ADXL345_I2C.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "ADXL345_I2C.h" diff --git a/wpilibc/Athena/src/ADXL345_SPI.cpp b/wpilibc/Athena/src/ADXL345_SPI.cpp index 7fb3b71528..9341db1eb9 100644 --- a/wpilibc/Athena/src/ADXL345_SPI.cpp +++ b/wpilibc/Athena/src/ADXL345_SPI.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "ADXL345_SPI.h" diff --git a/wpilibc/Athena/src/ADXL362.cpp b/wpilibc/Athena/src/ADXL362.cpp index 3c70b9b20f..889e326bb3 100644 --- a/wpilibc/Athena/src/ADXL362.cpp +++ b/wpilibc/Athena/src/ADXL362.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "ADXL362.h" diff --git a/wpilibc/Athena/src/ADXRS450_Gyro.cpp b/wpilibc/Athena/src/ADXRS450_Gyro.cpp index 6b111cf5f5..7c91af68ef 100644 --- a/wpilibc/Athena/src/ADXRS450_Gyro.cpp +++ b/wpilibc/Athena/src/ADXRS450_Gyro.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibc/Athena/src/AnalogAccelerometer.cpp b/wpilibc/Athena/src/AnalogAccelerometer.cpp index 5cf41d9133..824e751974 100644 --- a/wpilibc/Athena/src/AnalogAccelerometer.cpp +++ b/wpilibc/Athena/src/AnalogAccelerometer.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "AnalogAccelerometer.h" diff --git a/wpilibc/Athena/src/AnalogGyro.cpp b/wpilibc/Athena/src/AnalogGyro.cpp index 54093ec800..da88bcdda3 100644 --- a/wpilibc/Athena/src/AnalogGyro.cpp +++ b/wpilibc/Athena/src/AnalogGyro.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "AnalogGyro.h" diff --git a/wpilibc/Athena/src/AnalogInput.cpp b/wpilibc/Athena/src/AnalogInput.cpp index dc8e872e59..7852aead77 100644 --- a/wpilibc/Athena/src/AnalogInput.cpp +++ b/wpilibc/Athena/src/AnalogInput.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "AnalogInput.h" diff --git a/wpilibc/Athena/src/AnalogOutput.cpp b/wpilibc/Athena/src/AnalogOutput.cpp index 74a1f9cc1b..2092936371 100644 --- a/wpilibc/Athena/src/AnalogOutput.cpp +++ b/wpilibc/Athena/src/AnalogOutput.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibc/Athena/src/AnalogPotentiometer.cpp b/wpilibc/Athena/src/AnalogPotentiometer.cpp index 1372d84620..8c8aaaca2c 100644 --- a/wpilibc/Athena/src/AnalogPotentiometer.cpp +++ b/wpilibc/Athena/src/AnalogPotentiometer.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "AnalogPotentiometer.h" #include "ControllerPower.h" diff --git a/wpilibc/Athena/src/AnalogTrigger.cpp b/wpilibc/Athena/src/AnalogTrigger.cpp index b49d6a0fd9..36a1459843 100644 --- a/wpilibc/Athena/src/AnalogTrigger.cpp +++ b/wpilibc/Athena/src/AnalogTrigger.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "AnalogTrigger.h" diff --git a/wpilibc/Athena/src/AnalogTriggerOutput.cpp b/wpilibc/Athena/src/AnalogTriggerOutput.cpp index 8254275f5b..eb67d3612e 100644 --- a/wpilibc/Athena/src/AnalogTriggerOutput.cpp +++ b/wpilibc/Athena/src/AnalogTriggerOutput.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "AnalogTriggerOutput.h" diff --git a/wpilibc/Athena/src/BuiltInAccelerometer.cpp b/wpilibc/Athena/src/BuiltInAccelerometer.cpp index a504524ed0..fb4ae04b86 100644 --- a/wpilibc/Athena/src/BuiltInAccelerometer.cpp +++ b/wpilibc/Athena/src/BuiltInAccelerometer.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "BuiltInAccelerometer.h" diff --git a/wpilibc/Athena/src/CANJaguar.cpp b/wpilibc/Athena/src/CANJaguar.cpp index be9844589b..2d63fc9a85 100644 --- a/wpilibc/Athena/src/CANJaguar.cpp +++ b/wpilibc/Athena/src/CANJaguar.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2009. All Rights Reserved. */ +/* Copyright (c) FIRST 2009-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "CANJaguar.h" diff --git a/wpilibc/Athena/src/CANTalon.cpp b/wpilibc/Athena/src/CANTalon.cpp index 8a54e27c45..d553fdd449 100644 --- a/wpilibc/Athena/src/CANTalon.cpp +++ b/wpilibc/Athena/src/CANTalon.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "CANTalon.h" diff --git a/wpilibc/Athena/src/CameraServer.cpp b/wpilibc/Athena/src/CameraServer.cpp index af319a4249..54b7e0639e 100644 --- a/wpilibc/Athena/src/CameraServer.cpp +++ b/wpilibc/Athena/src/CameraServer.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "CameraServer.h" #include "WPIErrors.h" #include "Utility.h" diff --git a/wpilibc/Athena/src/ControllerPower.cpp b/wpilibc/Athena/src/ControllerPower.cpp index ea508afabd..a62539fbd7 100644 --- a/wpilibc/Athena/src/ControllerPower.cpp +++ b/wpilibc/Athena/src/ControllerPower.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "ControllerPower.h" diff --git a/wpilibc/Athena/src/Counter.cpp b/wpilibc/Athena/src/Counter.cpp index cd70de54f4..a138867b06 100644 --- a/wpilibc/Athena/src/Counter.cpp +++ b/wpilibc/Athena/src/Counter.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Counter.h" diff --git a/wpilibc/Athena/src/DigitalGlitchFilter.cpp b/wpilibc/Athena/src/DigitalGlitchFilter.cpp index 56147cbbc5..4cde562c5c 100644 --- a/wpilibc/Athena/src/DigitalGlitchFilter.cpp +++ b/wpilibc/Athena/src/DigitalGlitchFilter.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include diff --git a/wpilibc/Athena/src/DigitalInput.cpp b/wpilibc/Athena/src/DigitalInput.cpp index f6b96f5144..19538a4fe0 100644 --- a/wpilibc/Athena/src/DigitalInput.cpp +++ b/wpilibc/Athena/src/DigitalInput.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "DigitalInput.h" diff --git a/wpilibc/Athena/src/DigitalOutput.cpp b/wpilibc/Athena/src/DigitalOutput.cpp index d74f93b008..99b16e83fa 100644 --- a/wpilibc/Athena/src/DigitalOutput.cpp +++ b/wpilibc/Athena/src/DigitalOutput.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "DigitalOutput.h" diff --git a/wpilibc/Athena/src/DoubleSolenoid.cpp b/wpilibc/Athena/src/DoubleSolenoid.cpp index 4fb2943117..f8ed2677ed 100644 --- a/wpilibc/Athena/src/DoubleSolenoid.cpp +++ b/wpilibc/Athena/src/DoubleSolenoid.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "DoubleSolenoid.h" diff --git a/wpilibc/Athena/src/DriverStation.cpp b/wpilibc/Athena/src/DriverStation.cpp index 35559d2781..36837a132f 100644 --- a/wpilibc/Athena/src/DriverStation.cpp +++ b/wpilibc/Athena/src/DriverStation.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "DriverStation.h" diff --git a/wpilibc/Athena/src/Encoder.cpp b/wpilibc/Athena/src/Encoder.cpp index 0fa12dfcff..7c5a499c1b 100644 --- a/wpilibc/Athena/src/Encoder.cpp +++ b/wpilibc/Athena/src/Encoder.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Encoder.h" diff --git a/wpilibc/Athena/src/GearTooth.cpp b/wpilibc/Athena/src/GearTooth.cpp index b659125ca4..4eed6b6ac3 100644 --- a/wpilibc/Athena/src/GearTooth.cpp +++ b/wpilibc/Athena/src/GearTooth.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "GearTooth.h" diff --git a/wpilibc/Athena/src/GyroBase.cpp b/wpilibc/Athena/src/GyroBase.cpp index 4cc9056c3b..f1044b7361 100644 --- a/wpilibc/Athena/src/GyroBase.cpp +++ b/wpilibc/Athena/src/GyroBase.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "GyroBase.h" diff --git a/wpilibc/Athena/src/I2C.cpp b/wpilibc/Athena/src/I2C.cpp index 79767b3bec..d70a132a5d 100644 --- a/wpilibc/Athena/src/I2C.cpp +++ b/wpilibc/Athena/src/I2C.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "I2C.h" diff --git a/wpilibc/Athena/src/Internal/HardwareHLReporting.cpp b/wpilibc/Athena/src/Internal/HardwareHLReporting.cpp index 2176c80577..3b1a7b6852 100644 --- a/wpilibc/Athena/src/Internal/HardwareHLReporting.cpp +++ b/wpilibc/Athena/src/Internal/HardwareHLReporting.cpp @@ -1,3 +1,9 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ #include "Internal/HardwareHLReporting.h" #include "HAL/HAL.hpp" diff --git a/wpilibc/Athena/src/InterruptableSensorBase.cpp b/wpilibc/Athena/src/InterruptableSensorBase.cpp index 6e66c34d98..7c9a80f4d9 100644 --- a/wpilibc/Athena/src/InterruptableSensorBase.cpp +++ b/wpilibc/Athena/src/InterruptableSensorBase.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "InterruptableSensorBase.h" diff --git a/wpilibc/Athena/src/IterativeRobot.cpp b/wpilibc/Athena/src/IterativeRobot.cpp index fa1d2babe3..3d6946a055 100644 --- a/wpilibc/Athena/src/IterativeRobot.cpp +++ b/wpilibc/Athena/src/IterativeRobot.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "IterativeRobot.h" diff --git a/wpilibc/Athena/src/Jaguar.cpp b/wpilibc/Athena/src/Jaguar.cpp index ce61d364b7..4f285c4422 100644 --- a/wpilibc/Athena/src/Jaguar.cpp +++ b/wpilibc/Athena/src/Jaguar.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Jaguar.h" diff --git a/wpilibc/Athena/src/Joystick.cpp b/wpilibc/Athena/src/Joystick.cpp index 388832c96c..0a5b62361e 100644 --- a/wpilibc/Athena/src/Joystick.cpp +++ b/wpilibc/Athena/src/Joystick.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Joystick.h" diff --git a/wpilibc/Athena/src/MotorSafetyHelper.cpp b/wpilibc/Athena/src/MotorSafetyHelper.cpp index 60bba3068b..a78c3489ba 100644 --- a/wpilibc/Athena/src/MotorSafetyHelper.cpp +++ b/wpilibc/Athena/src/MotorSafetyHelper.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "MotorSafetyHelper.h" diff --git a/wpilibc/Athena/src/Notifier.cpp b/wpilibc/Athena/src/Notifier.cpp index 686d09199d..0023100d8e 100644 --- a/wpilibc/Athena/src/Notifier.cpp +++ b/wpilibc/Athena/src/Notifier.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Notifier.h" diff --git a/wpilibc/Athena/src/PIDController.cpp b/wpilibc/Athena/src/PIDController.cpp index c802b50f60..eaeec8f010 100644 --- a/wpilibc/Athena/src/PIDController.cpp +++ b/wpilibc/Athena/src/PIDController.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "PIDController.h" diff --git a/wpilibc/Athena/src/PWM.cpp b/wpilibc/Athena/src/PWM.cpp index 6b3b4b7ec0..76d10cc899 100644 --- a/wpilibc/Athena/src/PWM.cpp +++ b/wpilibc/Athena/src/PWM.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "PWM.h" diff --git a/wpilibc/Athena/src/PowerDistributionPanel.cpp b/wpilibc/Athena/src/PowerDistributionPanel.cpp index fb428cf758..8378e2f0e3 100644 --- a/wpilibc/Athena/src/PowerDistributionPanel.cpp +++ b/wpilibc/Athena/src/PowerDistributionPanel.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. - */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "PowerDistributionPanel.h" diff --git a/wpilibc/Athena/src/Preferences.cpp b/wpilibc/Athena/src/Preferences.cpp index 95f6a4a593..60a5520e3b 100644 --- a/wpilibc/Athena/src/Preferences.cpp +++ b/wpilibc/Athena/src/Preferences.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Preferences.h" diff --git a/wpilibc/Athena/src/Relay.cpp b/wpilibc/Athena/src/Relay.cpp index 17f0ef8179..5290d8b826 100644 --- a/wpilibc/Athena/src/Relay.cpp +++ b/wpilibc/Athena/src/Relay.cpp @@ -1,9 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ -/* Open Source Software - may be modified and shared by FRC teams. The code - */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Relay.h" diff --git a/wpilibc/Athena/src/RobotBase.cpp b/wpilibc/Athena/src/RobotBase.cpp index 2bd1d13acf..2474701008 100644 --- a/wpilibc/Athena/src/RobotBase.cpp +++ b/wpilibc/Athena/src/RobotBase.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "RobotBase.h" diff --git a/wpilibc/Athena/src/RobotDrive.cpp b/wpilibc/Athena/src/RobotDrive.cpp index c1353e9263..8fd0f0ea3f 100644 --- a/wpilibc/Athena/src/RobotDrive.cpp +++ b/wpilibc/Athena/src/RobotDrive.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "RobotDrive.h" diff --git a/wpilibc/Athena/src/SD540.cpp b/wpilibc/Athena/src/SD540.cpp index ddac020926..f88893b190 100644 --- a/wpilibc/Athena/src/SD540.cpp +++ b/wpilibc/Athena/src/SD540.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "SD540.h" diff --git a/wpilibc/Athena/src/SPI.cpp b/wpilibc/Athena/src/SPI.cpp index a470597539..f0af9e7f7b 100644 --- a/wpilibc/Athena/src/SPI.cpp +++ b/wpilibc/Athena/src/SPI.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "SPI.h" diff --git a/wpilibc/Athena/src/SafePWM.cpp b/wpilibc/Athena/src/SafePWM.cpp index 801e3eef6f..d400ce4250 100644 --- a/wpilibc/Athena/src/SafePWM.cpp +++ b/wpilibc/Athena/src/SafePWM.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "SafePWM.h" diff --git a/wpilibc/Athena/src/SampleRobot.cpp b/wpilibc/Athena/src/SampleRobot.cpp index 37b134f602..3cd3cadcea 100644 --- a/wpilibc/Athena/src/SampleRobot.cpp +++ b/wpilibc/Athena/src/SampleRobot.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "SampleRobot.h" diff --git a/wpilibc/Athena/src/SensorBase.cpp b/wpilibc/Athena/src/SensorBase.cpp index 05f9f4fe69..984ad576ec 100644 --- a/wpilibc/Athena/src/SensorBase.cpp +++ b/wpilibc/Athena/src/SensorBase.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "SensorBase.h" diff --git a/wpilibc/Athena/src/SerialPort.cpp b/wpilibc/Athena/src/SerialPort.cpp index c4e259a8a5..1544a62471 100644 --- a/wpilibc/Athena/src/SerialPort.cpp +++ b/wpilibc/Athena/src/SerialPort.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "SerialPort.h" diff --git a/wpilibc/Athena/src/Servo.cpp b/wpilibc/Athena/src/Servo.cpp index 4300cc46ad..6c8c3b0645 100644 --- a/wpilibc/Athena/src/Servo.cpp +++ b/wpilibc/Athena/src/Servo.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Servo.h" diff --git a/wpilibc/Athena/src/Solenoid.cpp b/wpilibc/Athena/src/Solenoid.cpp index 5174f987e0..1192d26c06 100644 --- a/wpilibc/Athena/src/Solenoid.cpp +++ b/wpilibc/Athena/src/Solenoid.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Solenoid.h" diff --git a/wpilibc/Athena/src/SolenoidBase.cpp b/wpilibc/Athena/src/SolenoidBase.cpp index dfdf1eb8b7..254d1447df 100644 --- a/wpilibc/Athena/src/SolenoidBase.cpp +++ b/wpilibc/Athena/src/SolenoidBase.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "SolenoidBase.h" diff --git a/wpilibc/Athena/src/Spark.cpp b/wpilibc/Athena/src/Spark.cpp index ce08618ca7..343472170b 100644 --- a/wpilibc/Athena/src/Spark.cpp +++ b/wpilibc/Athena/src/Spark.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Spark.h" diff --git a/wpilibc/Athena/src/Talon.cpp b/wpilibc/Athena/src/Talon.cpp index dc1cf3bc7f..0d7e18e4c8 100644 --- a/wpilibc/Athena/src/Talon.cpp +++ b/wpilibc/Athena/src/Talon.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Talon.h" diff --git a/wpilibc/Athena/src/TalonSRX.cpp b/wpilibc/Athena/src/TalonSRX.cpp index 07438c40c3..2bee06d422 100644 --- a/wpilibc/Athena/src/TalonSRX.cpp +++ b/wpilibc/Athena/src/TalonSRX.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "TalonSRX.h" diff --git a/wpilibc/Athena/src/Task.cpp b/wpilibc/Athena/src/Task.cpp index 9157dca56b..5aa795bd5d 100644 --- a/wpilibc/Athena/src/Task.cpp +++ b/wpilibc/Athena/src/Task.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Task.h" diff --git a/wpilibc/Athena/src/Timer.cpp b/wpilibc/Athena/src/Timer.cpp index 53631e778f..850b6becfa 100644 --- a/wpilibc/Athena/src/Timer.cpp +++ b/wpilibc/Athena/src/Timer.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Timer.h" diff --git a/wpilibc/Athena/src/USBCamera.cpp b/wpilibc/Athena/src/USBCamera.cpp index 0c57d85e95..3f682a262d 100644 --- a/wpilibc/Athena/src/USBCamera.cpp +++ b/wpilibc/Athena/src/USBCamera.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "USBCamera.h" #include "Utility.h" diff --git a/wpilibc/Athena/src/Ultrasonic.cpp b/wpilibc/Athena/src/Ultrasonic.cpp index 1265aceb53..f6c99d86db 100644 --- a/wpilibc/Athena/src/Ultrasonic.cpp +++ b/wpilibc/Athena/src/Ultrasonic.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Ultrasonic.h" diff --git a/wpilibc/Athena/src/Utility.cpp b/wpilibc/Athena/src/Utility.cpp index 75de176e18..f3b06664a9 100644 --- a/wpilibc/Athena/src/Utility.cpp +++ b/wpilibc/Athena/src/Utility.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Utility.h" diff --git a/wpilibc/Athena/src/Victor.cpp b/wpilibc/Athena/src/Victor.cpp index f8a4970522..059a47dca9 100644 --- a/wpilibc/Athena/src/Victor.cpp +++ b/wpilibc/Athena/src/Victor.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Victor.h" diff --git a/wpilibc/Athena/src/VictorSP.cpp b/wpilibc/Athena/src/VictorSP.cpp index ccbc163741..c09a73de77 100644 --- a/wpilibc/Athena/src/VictorSP.cpp +++ b/wpilibc/Athena/src/VictorSP.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "VictorSP.h" diff --git a/wpilibc/Athena/src/Vision/AxisCamera.cpp b/wpilibc/Athena/src/Vision/AxisCamera.cpp index 990c68ab59..39dcf5b4f1 100644 --- a/wpilibc/Athena/src/Vision/AxisCamera.cpp +++ b/wpilibc/Athena/src/Vision/AxisCamera.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Vision/AxisCamera.h" diff --git a/wpilibc/Athena/src/Vision/BaeUtilities.cpp b/wpilibc/Athena/src/Vision/BaeUtilities.cpp index f09ec646bc..f1b13eec1c 100644 --- a/wpilibc/Athena/src/Vision/BaeUtilities.cpp +++ b/wpilibc/Athena/src/Vision/BaeUtilities.cpp @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. - */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #include #include #include diff --git a/wpilibc/Athena/src/Vision/BinaryImage.cpp b/wpilibc/Athena/src/Vision/BinaryImage.cpp index ea14cbcfba..4a30a79d96 100644 --- a/wpilibc/Athena/src/Vision/BinaryImage.cpp +++ b/wpilibc/Athena/src/Vision/BinaryImage.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. - */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Vision/BinaryImage.h" diff --git a/wpilibc/Athena/src/Vision/ColorImage.cpp b/wpilibc/Athena/src/Vision/ColorImage.cpp index bbbc242919..ab37c0fd6b 100644 --- a/wpilibc/Athena/src/Vision/ColorImage.cpp +++ b/wpilibc/Athena/src/Vision/ColorImage.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Vision/ColorImage.h" diff --git a/wpilibc/Athena/src/Vision/FrcError.cpp b/wpilibc/Athena/src/Vision/FrcError.cpp index f0b4725c61..31b76be8d8 100644 --- a/wpilibc/Athena/src/Vision/FrcError.cpp +++ b/wpilibc/Athena/src/Vision/FrcError.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "nivision.h" diff --git a/wpilibc/Athena/src/Vision/HSLImage.cpp b/wpilibc/Athena/src/Vision/HSLImage.cpp index 5b114c488f..c9cdd116ff 100644 --- a/wpilibc/Athena/src/Vision/HSLImage.cpp +++ b/wpilibc/Athena/src/Vision/HSLImage.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Vision/HSLImage.h" diff --git a/wpilibc/Athena/src/Vision/ImageBase.cpp b/wpilibc/Athena/src/Vision/ImageBase.cpp index f35234adab..9ef0a61ee3 100644 --- a/wpilibc/Athena/src/Vision/ImageBase.cpp +++ b/wpilibc/Athena/src/Vision/ImageBase.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Vision/ImageBase.h" diff --git a/wpilibc/Athena/src/Vision/MonoImage.cpp b/wpilibc/Athena/src/Vision/MonoImage.cpp index 90703c0d30..469182db09 100644 --- a/wpilibc/Athena/src/Vision/MonoImage.cpp +++ b/wpilibc/Athena/src/Vision/MonoImage.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Vision/MonoImage.h" diff --git a/wpilibc/Athena/src/Vision/RGBImage.cpp b/wpilibc/Athena/src/Vision/RGBImage.cpp index 5469122923..92a305d968 100644 --- a/wpilibc/Athena/src/Vision/RGBImage.cpp +++ b/wpilibc/Athena/src/Vision/RGBImage.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Vision/RGBImage.h" diff --git a/wpilibc/Athena/src/Vision/Threshold.cpp b/wpilibc/Athena/src/Vision/Threshold.cpp index 2e172437c1..35887c1403 100644 --- a/wpilibc/Athena/src/Vision/Threshold.cpp +++ b/wpilibc/Athena/src/Vision/Threshold.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Vision/Threshold.h" diff --git a/wpilibc/Athena/src/Vision/VisionAPI.cpp b/wpilibc/Athena/src/Vision/VisionAPI.cpp index 163721da3c..4d9c7c1ce7 100644 --- a/wpilibc/Athena/src/Vision/VisionAPI.cpp +++ b/wpilibc/Athena/src/Vision/VisionAPI.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include diff --git a/wpilibc/shared/include/Base.h b/wpilibc/shared/include/Base.h index b1b806f2a1..8bb8d4ccc6 100644 --- a/wpilibc/shared/include/Base.h +++ b/wpilibc/shared/include/Base.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once // MSVC 2013 doesn't allow "= default" on move constructors, but since we are diff --git a/wpilibc/shared/include/Buttons/Button.h b/wpilibc/shared/include/Buttons/Button.h index 8897569b11..3c77886d04 100644 --- a/wpilibc/shared/include/Buttons/Button.h +++ b/wpilibc/shared/include/Buttons/Button.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __BUTTON_H__ diff --git a/wpilibc/shared/include/Buttons/ButtonScheduler.h b/wpilibc/shared/include/Buttons/ButtonScheduler.h index 6222da710c..f05274d097 100644 --- a/wpilibc/shared/include/Buttons/ButtonScheduler.h +++ b/wpilibc/shared/include/Buttons/ButtonScheduler.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __BUTTON_SCHEDULER_H__ diff --git a/wpilibc/shared/include/Buttons/CancelButtonScheduler.h b/wpilibc/shared/include/Buttons/CancelButtonScheduler.h index ba3ba2475a..1c5d32816c 100644 --- a/wpilibc/shared/include/Buttons/CancelButtonScheduler.h +++ b/wpilibc/shared/include/Buttons/CancelButtonScheduler.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __CANCEL_BUTTON_SCHEDULER_H__ diff --git a/wpilibc/shared/include/Buttons/HeldButtonScheduler.h b/wpilibc/shared/include/Buttons/HeldButtonScheduler.h index 6dcd7a36f3..0a29105c86 100644 --- a/wpilibc/shared/include/Buttons/HeldButtonScheduler.h +++ b/wpilibc/shared/include/Buttons/HeldButtonScheduler.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __HELD_BUTTON_SCHEDULER_H__ diff --git a/wpilibc/shared/include/Buttons/InternalButton.h b/wpilibc/shared/include/Buttons/InternalButton.h index fdad6f991a..6beea7b2d8 100644 --- a/wpilibc/shared/include/Buttons/InternalButton.h +++ b/wpilibc/shared/include/Buttons/InternalButton.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __INTERNAL_BUTTON_H__ diff --git a/wpilibc/shared/include/Buttons/JoystickButton.h b/wpilibc/shared/include/Buttons/JoystickButton.h index 028efeaf7d..b1163f0793 100644 --- a/wpilibc/shared/include/Buttons/JoystickButton.h +++ b/wpilibc/shared/include/Buttons/JoystickButton.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __JOYSTICK_BUTTON_H__ diff --git a/wpilibc/shared/include/Buttons/NetworkButton.h b/wpilibc/shared/include/Buttons/NetworkButton.h index 9dcba58db2..b534e0095a 100644 --- a/wpilibc/shared/include/Buttons/NetworkButton.h +++ b/wpilibc/shared/include/Buttons/NetworkButton.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __NETWORK_BUTTON_H__ diff --git a/wpilibc/shared/include/Buttons/PressedButtonScheduler.h b/wpilibc/shared/include/Buttons/PressedButtonScheduler.h index 62ff7a8496..7a2e477493 100644 --- a/wpilibc/shared/include/Buttons/PressedButtonScheduler.h +++ b/wpilibc/shared/include/Buttons/PressedButtonScheduler.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __PRESSED_BUTTON_SCHEDULER_H__ diff --git a/wpilibc/shared/include/Buttons/ReleasedButtonScheduler.h b/wpilibc/shared/include/Buttons/ReleasedButtonScheduler.h index 2a29981ed9..a9ee3c8e47 100644 --- a/wpilibc/shared/include/Buttons/ReleasedButtonScheduler.h +++ b/wpilibc/shared/include/Buttons/ReleasedButtonScheduler.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __RELEASED_BUTTON_SCHEDULER_H__ diff --git a/wpilibc/shared/include/Buttons/ToggleButtonScheduler.h b/wpilibc/shared/include/Buttons/ToggleButtonScheduler.h index d79b4561f8..4c2b5eb76d 100644 --- a/wpilibc/shared/include/Buttons/ToggleButtonScheduler.h +++ b/wpilibc/shared/include/Buttons/ToggleButtonScheduler.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __TOGGLE_BUTTON_SCHEDULER_H__ diff --git a/wpilibc/shared/include/Buttons/Trigger.h b/wpilibc/shared/include/Buttons/Trigger.h index 3a05995ca6..719b072ebe 100644 --- a/wpilibc/shared/include/Buttons/Trigger.h +++ b/wpilibc/shared/include/Buttons/Trigger.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __TRIGGER_H__ diff --git a/wpilibc/shared/include/CircularBuffer.h b/wpilibc/shared/include/CircularBuffer.h index c9ad0c710d..e4c773954e 100644 --- a/wpilibc/shared/include/CircularBuffer.h +++ b/wpilibc/shared/include/CircularBuffer.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibc/shared/include/CircularBuffer.inc b/wpilibc/shared/include/CircularBuffer.inc index 7a27eb8130..c42dea8e8c 100644 --- a/wpilibc/shared/include/CircularBuffer.inc +++ b/wpilibc/shared/include/CircularBuffer.inc @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibc/shared/include/Commands/Command.h b/wpilibc/shared/include/Commands/Command.h index 6ec55121de..47fe7f1deb 100644 --- a/wpilibc/shared/include/Commands/Command.h +++ b/wpilibc/shared/include/Commands/Command.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __COMMAND_H__ diff --git a/wpilibc/shared/include/Commands/CommandGroup.h b/wpilibc/shared/include/Commands/CommandGroup.h index 7f289cac8e..309d591787 100644 --- a/wpilibc/shared/include/Commands/CommandGroup.h +++ b/wpilibc/shared/include/Commands/CommandGroup.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __COMMAND_GROUP_H__ diff --git a/wpilibc/shared/include/Commands/CommandGroupEntry.h b/wpilibc/shared/include/Commands/CommandGroupEntry.h index 442a02c0be..fd9b387807 100644 --- a/wpilibc/shared/include/Commands/CommandGroupEntry.h +++ b/wpilibc/shared/include/Commands/CommandGroupEntry.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __COMMAND_GROUP_ENTRY_H__ diff --git a/wpilibc/shared/include/Commands/PIDCommand.h b/wpilibc/shared/include/Commands/PIDCommand.h index d67c063923..b9fb2ca49a 100644 --- a/wpilibc/shared/include/Commands/PIDCommand.h +++ b/wpilibc/shared/include/Commands/PIDCommand.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __PID_COMMAND_H__ diff --git a/wpilibc/shared/include/Commands/PIDSubsystem.h b/wpilibc/shared/include/Commands/PIDSubsystem.h index ff05514375..fea18471d4 100644 --- a/wpilibc/shared/include/Commands/PIDSubsystem.h +++ b/wpilibc/shared/include/Commands/PIDSubsystem.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __PID_SUBSYSTEM_H__ diff --git a/wpilibc/shared/include/Commands/PrintCommand.h b/wpilibc/shared/include/Commands/PrintCommand.h index cbb3e5eea4..577252dc0b 100644 --- a/wpilibc/shared/include/Commands/PrintCommand.h +++ b/wpilibc/shared/include/Commands/PrintCommand.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __PRINT_COMMAND_H__ diff --git a/wpilibc/shared/include/Commands/Scheduler.h b/wpilibc/shared/include/Commands/Scheduler.h index 065fbadce8..fc55256405 100644 --- a/wpilibc/shared/include/Commands/Scheduler.h +++ b/wpilibc/shared/include/Commands/Scheduler.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __SCHEDULER_H__ diff --git a/wpilibc/shared/include/Commands/StartCommand.h b/wpilibc/shared/include/Commands/StartCommand.h index 8f53d14837..4f97971546 100644 --- a/wpilibc/shared/include/Commands/StartCommand.h +++ b/wpilibc/shared/include/Commands/StartCommand.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __START_COMMAND_H__ diff --git a/wpilibc/shared/include/Commands/Subsystem.h b/wpilibc/shared/include/Commands/Subsystem.h index 8762ec8251..070af48089 100644 --- a/wpilibc/shared/include/Commands/Subsystem.h +++ b/wpilibc/shared/include/Commands/Subsystem.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __SUBSYSTEM_H__ diff --git a/wpilibc/shared/include/Commands/WaitCommand.h b/wpilibc/shared/include/Commands/WaitCommand.h index 6db6dac3e4..fa64b75153 100644 --- a/wpilibc/shared/include/Commands/WaitCommand.h +++ b/wpilibc/shared/include/Commands/WaitCommand.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __WAIT_COMMAND_H__ diff --git a/wpilibc/shared/include/Commands/WaitForChildren.h b/wpilibc/shared/include/Commands/WaitForChildren.h index 858d243f16..5028cdbca0 100644 --- a/wpilibc/shared/include/Commands/WaitForChildren.h +++ b/wpilibc/shared/include/Commands/WaitForChildren.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __WAIT_FOR_CHILDREN_H__ diff --git a/wpilibc/shared/include/Commands/WaitUntilCommand.h b/wpilibc/shared/include/Commands/WaitUntilCommand.h index fd77f8e30d..2512a20a62 100644 --- a/wpilibc/shared/include/Commands/WaitUntilCommand.h +++ b/wpilibc/shared/include/Commands/WaitUntilCommand.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __WAIT_UNTIL_COMMAND_H__ diff --git a/wpilibc/shared/include/Controller.h b/wpilibc/shared/include/Controller.h index d852307892..bad16d6f2a 100644 --- a/wpilibc/shared/include/Controller.h +++ b/wpilibc/shared/include/Controller.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once /** diff --git a/wpilibc/shared/include/Error.h b/wpilibc/shared/include/Error.h index f9e301dfa2..a00114573e 100644 --- a/wpilibc/shared/include/Error.h +++ b/wpilibc/shared/include/Error.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "Base.h" diff --git a/wpilibc/shared/include/ErrorBase.h b/wpilibc/shared/include/ErrorBase.h index 4730a295fe..756442dbe5 100644 --- a/wpilibc/shared/include/ErrorBase.h +++ b/wpilibc/shared/include/ErrorBase.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "Base.h" diff --git a/wpilibc/shared/include/Filters/Filter.h b/wpilibc/shared/include/Filters/Filter.h index 40a08bea3a..1ab193b00f 100644 --- a/wpilibc/shared/include/Filters/Filter.h +++ b/wpilibc/shared/include/Filters/Filter.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibc/shared/include/Filters/LinearDigitalFilter.h b/wpilibc/shared/include/Filters/LinearDigitalFilter.h index bb48f3763c..b6dbce7a8e 100644 --- a/wpilibc/shared/include/Filters/LinearDigitalFilter.h +++ b/wpilibc/shared/include/Filters/LinearDigitalFilter.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibc/shared/include/GenericHID.h b/wpilibc/shared/include/GenericHID.h index bf1fe8eb9a..17a959f80f 100644 --- a/wpilibc/shared/include/GenericHID.h +++ b/wpilibc/shared/include/GenericHID.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include diff --git a/wpilibc/shared/include/HLUsageReporting.h b/wpilibc/shared/include/HLUsageReporting.h index 5d8d34ffda..0da2b5ce1b 100644 --- a/wpilibc/shared/include/HLUsageReporting.h +++ b/wpilibc/shared/include/HLUsageReporting.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once class HLUsageReportingInterface { diff --git a/wpilibc/shared/include/LiveWindow/LiveWindow.h b/wpilibc/shared/include/LiveWindow/LiveWindow.h index 7b40f670a7..17817a9aec 100644 --- a/wpilibc/shared/include/LiveWindow/LiveWindow.h +++ b/wpilibc/shared/include/LiveWindow/LiveWindow.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2012-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #ifndef _LIVE_WINDOW_H #define _LIVE_WINDOW_H diff --git a/wpilibc/shared/include/LiveWindow/LiveWindowSendable.h b/wpilibc/shared/include/LiveWindow/LiveWindowSendable.h index 4f2023a113..16debcca5b 100644 --- a/wpilibc/shared/include/LiveWindow/LiveWindowSendable.h +++ b/wpilibc/shared/include/LiveWindow/LiveWindowSendable.h @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) Patrick Plenefisch 2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2012-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef LIVEWINDOWSENDABLE_H_ diff --git a/wpilibc/shared/include/LiveWindow/LiveWindowStatusListener.h b/wpilibc/shared/include/LiveWindow/LiveWindowStatusListener.h index 4fa3eb7f60..88b373b26c 100644 --- a/wpilibc/shared/include/LiveWindow/LiveWindowStatusListener.h +++ b/wpilibc/shared/include/LiveWindow/LiveWindowStatusListener.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2012-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #ifndef _LIVE_WINDOW_STATUS_LISTENER_H #define _LIVE_WINDOW_STATUS_LISTENER_H diff --git a/wpilibc/shared/include/PIDController.h b/wpilibc/shared/include/PIDController.h index 1baa75d54d..e0a9521fd6 100644 --- a/wpilibc/shared/include/PIDController.h +++ b/wpilibc/shared/include/PIDController.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "Base.h" diff --git a/wpilibc/shared/include/PIDInterface.h b/wpilibc/shared/include/PIDInterface.h index 5d50199c1d..efcc1841d6 100644 --- a/wpilibc/shared/include/PIDInterface.h +++ b/wpilibc/shared/include/PIDInterface.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once #include "Base.h" diff --git a/wpilibc/shared/include/PIDOutput.h b/wpilibc/shared/include/PIDOutput.h index 40421d0822..ad720dca32 100644 --- a/wpilibc/shared/include/PIDOutput.h +++ b/wpilibc/shared/include/PIDOutput.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "Base.h" diff --git a/wpilibc/shared/include/PIDSource.h b/wpilibc/shared/include/PIDSource.h index 8f46ea4707..1a2be9c862 100644 --- a/wpilibc/shared/include/PIDSource.h +++ b/wpilibc/shared/include/PIDSource.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once enum class PIDSourceType { kDisplacement, kRate }; diff --git a/wpilibc/shared/include/Resource.h b/wpilibc/shared/include/Resource.h index f7061c8e92..8d26442d66 100644 --- a/wpilibc/shared/include/Resource.h +++ b/wpilibc/shared/include/Resource.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "ErrorBase.h" diff --git a/wpilibc/shared/include/RobotState.h b/wpilibc/shared/include/RobotState.h index 53bf32ae81..ce48ca016e 100644 --- a/wpilibc/shared/include/RobotState.h +++ b/wpilibc/shared/include/RobotState.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include diff --git a/wpilibc/shared/include/SensorBase.h b/wpilibc/shared/include/SensorBase.h index 8638b5eaa9..51fd94ce25 100644 --- a/wpilibc/shared/include/SensorBase.h +++ b/wpilibc/shared/include/SensorBase.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "ErrorBase.h" diff --git a/wpilibc/shared/include/SmartDashboard/Sendable.h b/wpilibc/shared/include/SmartDashboard/Sendable.h index 613c7f84b0..78206d0839 100644 --- a/wpilibc/shared/include/SmartDashboard/Sendable.h +++ b/wpilibc/shared/include/SmartDashboard/Sendable.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __SMART_DASHBOARD_DATA__ diff --git a/wpilibc/shared/include/SmartDashboard/SendableChooser.h b/wpilibc/shared/include/SmartDashboard/SendableChooser.h index bfdf87757c..9560746e03 100644 --- a/wpilibc/shared/include/SmartDashboard/SendableChooser.h +++ b/wpilibc/shared/include/SmartDashboard/SendableChooser.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __SENDABLE_CHOOSER_H__ diff --git a/wpilibc/shared/include/SmartDashboard/SmartDashboard.h b/wpilibc/shared/include/SmartDashboard/SmartDashboard.h index a1cfb22d25..51e51d1ae5 100644 --- a/wpilibc/shared/include/SmartDashboard/SmartDashboard.h +++ b/wpilibc/shared/include/SmartDashboard/SmartDashboard.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef __SMART_DASHBOARD_H__ diff --git a/wpilibc/shared/include/Task.h b/wpilibc/shared/include/Task.h index 7752d0dc46..2735f486e7 100644 --- a/wpilibc/shared/include/Task.h +++ b/wpilibc/shared/include/Task.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "ErrorBase.h" diff --git a/wpilibc/shared/include/Task.inc b/wpilibc/shared/include/Task.inc index 3514b92a45..3c90aba8e9 100644 --- a/wpilibc/shared/include/Task.inc +++ b/wpilibc/shared/include/Task.inc @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "HAL/HAL.hpp" #include diff --git a/wpilibc/shared/include/Timer.h b/wpilibc/shared/include/Timer.h index 60b9604961..b3fe77da1a 100644 --- a/wpilibc/shared/include/Timer.h +++ b/wpilibc/shared/include/Timer.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "Base.h" diff --git a/wpilibc/shared/include/Utility.h b/wpilibc/shared/include/Utility.h index 6a0fae0f05..89b97296a8 100644 --- a/wpilibc/shared/include/Utility.h +++ b/wpilibc/shared/include/Utility.h @@ -1,9 +1,10 @@ -/*---------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ -/*---------------------------------------------------------------------------*/ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once /** @file diff --git a/wpilibc/shared/include/WPIErrors.h b/wpilibc/shared/include/WPIErrors.h index 8346fdf5e6..ccf6dae2d6 100644 --- a/wpilibc/shared/include/WPIErrors.h +++ b/wpilibc/shared/include/WPIErrors.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "stdint.h" diff --git a/wpilibc/shared/include/interfaces/Accelerometer.h b/wpilibc/shared/include/interfaces/Accelerometer.h index 528d1200a7..12296ca1e3 100644 --- a/wpilibc/shared/include/interfaces/Accelerometer.h +++ b/wpilibc/shared/include/interfaces/Accelerometer.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once /** diff --git a/wpilibc/shared/include/interfaces/Gyro.h b/wpilibc/shared/include/interfaces/Gyro.h index 8317ca5703..6766444ca8 100644 --- a/wpilibc/shared/include/interfaces/Gyro.h +++ b/wpilibc/shared/include/interfaces/Gyro.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once /** diff --git a/wpilibc/shared/include/interfaces/Potentiometer.h b/wpilibc/shared/include/interfaces/Potentiometer.h index d52892d0b3..1c2e99a4dd 100644 --- a/wpilibc/shared/include/interfaces/Potentiometer.h +++ b/wpilibc/shared/include/interfaces/Potentiometer.h @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef INTERFACES_POTENTIOMETER_H diff --git a/wpilibc/shared/src/Buttons/Button.cpp b/wpilibc/shared/src/Buttons/Button.cpp index b57fd89e7f..c4bd5ec014 100644 --- a/wpilibc/shared/src/Buttons/Button.cpp +++ b/wpilibc/shared/src/Buttons/Button.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Buttons/Button.h" diff --git a/wpilibc/shared/src/Buttons/ButtonScheduler.cpp b/wpilibc/shared/src/Buttons/ButtonScheduler.cpp index ddc9025fe4..318fd5f711 100644 --- a/wpilibc/shared/src/Buttons/ButtonScheduler.cpp +++ b/wpilibc/shared/src/Buttons/ButtonScheduler.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Buttons/ButtonScheduler.h" diff --git a/wpilibc/shared/src/Buttons/CancelButtonScheduler.cpp b/wpilibc/shared/src/Buttons/CancelButtonScheduler.cpp index 1d2b6ccc48..52544e535d 100644 --- a/wpilibc/shared/src/Buttons/CancelButtonScheduler.cpp +++ b/wpilibc/shared/src/Buttons/CancelButtonScheduler.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Buttons/CancelButtonScheduler.h" diff --git a/wpilibc/shared/src/Buttons/HeldButtonScheduler.cpp b/wpilibc/shared/src/Buttons/HeldButtonScheduler.cpp index 04c8e3bb2c..37de3858d4 100644 --- a/wpilibc/shared/src/Buttons/HeldButtonScheduler.cpp +++ b/wpilibc/shared/src/Buttons/HeldButtonScheduler.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Buttons/HeldButtonScheduler.h" diff --git a/wpilibc/shared/src/Buttons/InternalButton.cpp b/wpilibc/shared/src/Buttons/InternalButton.cpp index 8c9b22afec..9e0e1210fc 100644 --- a/wpilibc/shared/src/Buttons/InternalButton.cpp +++ b/wpilibc/shared/src/Buttons/InternalButton.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Buttons/InternalButton.h" diff --git a/wpilibc/shared/src/Buttons/JoystickButton.cpp b/wpilibc/shared/src/Buttons/JoystickButton.cpp index c2bdf627d0..a7a31e6bb2 100644 --- a/wpilibc/shared/src/Buttons/JoystickButton.cpp +++ b/wpilibc/shared/src/Buttons/JoystickButton.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Buttons/JoystickButton.h" diff --git a/wpilibc/shared/src/Buttons/NetworkButton.cpp b/wpilibc/shared/src/Buttons/NetworkButton.cpp index 858703cf49..54604edace 100644 --- a/wpilibc/shared/src/Buttons/NetworkButton.cpp +++ b/wpilibc/shared/src/Buttons/NetworkButton.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Buttons/NetworkButton.h" diff --git a/wpilibc/shared/src/Buttons/PressedButtonScheduler.cpp b/wpilibc/shared/src/Buttons/PressedButtonScheduler.cpp index 5a0c506ffe..60792dc2cc 100644 --- a/wpilibc/shared/src/Buttons/PressedButtonScheduler.cpp +++ b/wpilibc/shared/src/Buttons/PressedButtonScheduler.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Buttons/PressedButtonScheduler.h" diff --git a/wpilibc/shared/src/Buttons/ReleasedButtonScheduler.cpp b/wpilibc/shared/src/Buttons/ReleasedButtonScheduler.cpp index e7131e613d..dde271e348 100644 --- a/wpilibc/shared/src/Buttons/ReleasedButtonScheduler.cpp +++ b/wpilibc/shared/src/Buttons/ReleasedButtonScheduler.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Buttons/ReleasedButtonScheduler.h" diff --git a/wpilibc/shared/src/Buttons/ToggleButtonScheduler.cpp b/wpilibc/shared/src/Buttons/ToggleButtonScheduler.cpp index c4048d267f..dc2f0586aa 100644 --- a/wpilibc/shared/src/Buttons/ToggleButtonScheduler.cpp +++ b/wpilibc/shared/src/Buttons/ToggleButtonScheduler.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Buttons/ToggleButtonScheduler.h" diff --git a/wpilibc/shared/src/Buttons/Trigger.cpp b/wpilibc/shared/src/Buttons/Trigger.cpp index 54a1eba08e..3f15b7ed5c 100644 --- a/wpilibc/shared/src/Buttons/Trigger.cpp +++ b/wpilibc/shared/src/Buttons/Trigger.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Buttons/Button.h" diff --git a/wpilibc/shared/src/Commands/Command.cpp b/wpilibc/shared/src/Commands/Command.cpp index 37effbe5b7..f965712e64 100644 --- a/wpilibc/shared/src/Commands/Command.cpp +++ b/wpilibc/shared/src/Commands/Command.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Commands/Command.h" diff --git a/wpilibc/shared/src/Commands/CommandGroup.cpp b/wpilibc/shared/src/Commands/CommandGroup.cpp index edb5ec9299..91cf788a47 100644 --- a/wpilibc/shared/src/Commands/CommandGroup.cpp +++ b/wpilibc/shared/src/Commands/CommandGroup.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Commands/CommandGroup.h" diff --git a/wpilibc/shared/src/Commands/CommandGroupEntry.cpp b/wpilibc/shared/src/Commands/CommandGroupEntry.cpp index c9f3fa4a45..0534a71c98 100644 --- a/wpilibc/shared/src/Commands/CommandGroupEntry.cpp +++ b/wpilibc/shared/src/Commands/CommandGroupEntry.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Commands/CommandGroupEntry.h" diff --git a/wpilibc/shared/src/Commands/PIDCommand.cpp b/wpilibc/shared/src/Commands/PIDCommand.cpp index c6ac919669..b6f426f39c 100644 --- a/wpilibc/shared/src/Commands/PIDCommand.cpp +++ b/wpilibc/shared/src/Commands/PIDCommand.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Commands/PIDCommand.h" diff --git a/wpilibc/shared/src/Commands/PIDSubsystem.cpp b/wpilibc/shared/src/Commands/PIDSubsystem.cpp index b3d327fb6f..e478073eff 100644 --- a/wpilibc/shared/src/Commands/PIDSubsystem.cpp +++ b/wpilibc/shared/src/Commands/PIDSubsystem.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Commands/PIDSubsystem.h" diff --git a/wpilibc/shared/src/Commands/PrintCommand.cpp b/wpilibc/shared/src/Commands/PrintCommand.cpp index b5e8dc7f8a..1d94694482 100644 --- a/wpilibc/shared/src/Commands/PrintCommand.cpp +++ b/wpilibc/shared/src/Commands/PrintCommand.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Commands/PrintCommand.h" diff --git a/wpilibc/shared/src/Commands/Scheduler.cpp b/wpilibc/shared/src/Commands/Scheduler.cpp index 0b796e3b27..955b33713e 100644 --- a/wpilibc/shared/src/Commands/Scheduler.cpp +++ b/wpilibc/shared/src/Commands/Scheduler.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Commands/Scheduler.h" diff --git a/wpilibc/shared/src/Commands/StartCommand.cpp b/wpilibc/shared/src/Commands/StartCommand.cpp index 60db054fce..ca5f67b17d 100644 --- a/wpilibc/shared/src/Commands/StartCommand.cpp +++ b/wpilibc/shared/src/Commands/StartCommand.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Commands/StartCommand.h" diff --git a/wpilibc/shared/src/Commands/Subsystem.cpp b/wpilibc/shared/src/Commands/Subsystem.cpp index 0b4b92ffd0..7e3ef611ba 100644 --- a/wpilibc/shared/src/Commands/Subsystem.cpp +++ b/wpilibc/shared/src/Commands/Subsystem.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Commands/Subsystem.h" diff --git a/wpilibc/shared/src/Commands/WaitCommand.cpp b/wpilibc/shared/src/Commands/WaitCommand.cpp index f4e4c00ef8..8c5be65e96 100644 --- a/wpilibc/shared/src/Commands/WaitCommand.cpp +++ b/wpilibc/shared/src/Commands/WaitCommand.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Commands/WaitCommand.h" diff --git a/wpilibc/shared/src/Commands/WaitForChildren.cpp b/wpilibc/shared/src/Commands/WaitForChildren.cpp index a3a129da27..e08dfe02fe 100644 --- a/wpilibc/shared/src/Commands/WaitForChildren.cpp +++ b/wpilibc/shared/src/Commands/WaitForChildren.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Commands/WaitForChildren.h" diff --git a/wpilibc/shared/src/Commands/WaitUntilCommand.cpp b/wpilibc/shared/src/Commands/WaitUntilCommand.cpp index ea0e6645fe..17d6f3eabb 100644 --- a/wpilibc/shared/src/Commands/WaitUntilCommand.cpp +++ b/wpilibc/shared/src/Commands/WaitUntilCommand.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Commands/WaitUntilCommand.h" diff --git a/wpilibc/shared/src/Error.cpp b/wpilibc/shared/src/Error.cpp index 1206361b54..c281e99386 100644 --- a/wpilibc/shared/src/Error.cpp +++ b/wpilibc/shared/src/Error.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Error.h" diff --git a/wpilibc/shared/src/ErrorBase.cpp b/wpilibc/shared/src/ErrorBase.cpp index 329c9831fc..c1e41d85b3 100644 --- a/wpilibc/shared/src/ErrorBase.cpp +++ b/wpilibc/shared/src/ErrorBase.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "ErrorBase.h" diff --git a/wpilibc/shared/src/Filters/Filter.cpp b/wpilibc/shared/src/Filters/Filter.cpp index d04981bb56..d6042d75a3 100644 --- a/wpilibc/shared/src/Filters/Filter.cpp +++ b/wpilibc/shared/src/Filters/Filter.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibc/shared/src/Filters/LinearDigitalFilter.cpp b/wpilibc/shared/src/Filters/LinearDigitalFilter.cpp index f37c57c268..e4a5cff0ec 100644 --- a/wpilibc/shared/src/Filters/LinearDigitalFilter.cpp +++ b/wpilibc/shared/src/Filters/LinearDigitalFilter.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibc/shared/src/HLUsageReporting.cpp b/wpilibc/shared/src/HLUsageReporting.cpp index bcbc6b6a34..07cf4468cd 100644 --- a/wpilibc/shared/src/HLUsageReporting.cpp +++ b/wpilibc/shared/src/HLUsageReporting.cpp @@ -1,3 +1,9 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ #include "HLUsageReporting.h" diff --git a/wpilibc/shared/src/LiveWindow/LiveWindow.cpp b/wpilibc/shared/src/LiveWindow/LiveWindow.cpp index 793ddcc8ef..1dfd50753e 100644 --- a/wpilibc/shared/src/LiveWindow/LiveWindow.cpp +++ b/wpilibc/shared/src/LiveWindow/LiveWindow.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2012-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "LiveWindow/LiveWindow.h" #include "networktables/NetworkTable.h" #include diff --git a/wpilibc/shared/src/LiveWindow/LiveWindowStatusListener.cpp b/wpilibc/shared/src/LiveWindow/LiveWindowStatusListener.cpp index 021798d76a..31e5db6e22 100644 --- a/wpilibc/shared/src/LiveWindow/LiveWindowStatusListener.cpp +++ b/wpilibc/shared/src/LiveWindow/LiveWindowStatusListener.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2012-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "LiveWindow/LiveWindowStatusListener.h" #include "Commands/Scheduler.h" diff --git a/wpilibc/shared/src/PIDSource.cpp b/wpilibc/shared/src/PIDSource.cpp index b6b5200704..4e44b69594 100644 --- a/wpilibc/shared/src/PIDSource.cpp +++ b/wpilibc/shared/src/PIDSource.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "PIDSource.h" diff --git a/wpilibc/shared/src/Resource.cpp b/wpilibc/shared/src/Resource.cpp index 7f9e476cf1..a68122e360 100644 --- a/wpilibc/shared/src/Resource.cpp +++ b/wpilibc/shared/src/Resource.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Resource.h" diff --git a/wpilibc/shared/src/RobotState.cpp b/wpilibc/shared/src/RobotState.cpp index cb2820844c..f3db1dadc3 100644 --- a/wpilibc/shared/src/RobotState.cpp +++ b/wpilibc/shared/src/RobotState.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "RobotState.h" #include "Base.h" diff --git a/wpilibc/shared/src/SmartDashboard/SendableChooser.cpp b/wpilibc/shared/src/SmartDashboard/SendableChooser.cpp index 255cc3af21..cc6543f2f7 100644 --- a/wpilibc/shared/src/SmartDashboard/SendableChooser.cpp +++ b/wpilibc/shared/src/SmartDashboard/SendableChooser.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "SmartDashboard/SendableChooser.h" diff --git a/wpilibc/shared/src/SmartDashboard/SmartDashboard.cpp b/wpilibc/shared/src/SmartDashboard/SmartDashboard.cpp index bee0c03215..9fbf60551b 100644 --- a/wpilibc/shared/src/SmartDashboard/SmartDashboard.cpp +++ b/wpilibc/shared/src/SmartDashboard/SmartDashboard.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2011. All Rights Reserved. - */ +/* Copyright (c) FIRST 2011-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "SmartDashboard/SmartDashboard.h" diff --git a/wpilibc/shared/src/interfaces/Potentiometer.cpp b/wpilibc/shared/src/interfaces/Potentiometer.cpp index 38560907d1..9ac097be13 100644 --- a/wpilibc/shared/src/interfaces/Potentiometer.cpp +++ b/wpilibc/shared/src/interfaces/Potentiometer.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. - */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include diff --git a/wpilibc/simulation/include/AnalogInput.h b/wpilibc/simulation/include/AnalogInput.h index 59a3a85952..8e857b4acb 100644 --- a/wpilibc/simulation/include/AnalogInput.h +++ b/wpilibc/simulation/include/AnalogInput.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "simulation/SimFloatInput.h" diff --git a/wpilibc/simulation/include/AnalogPotentiometer.h b/wpilibc/simulation/include/AnalogPotentiometer.h index 786f36f757..2dbcb3e9c5 100644 --- a/wpilibc/simulation/include/AnalogPotentiometer.h +++ b/wpilibc/simulation/include/AnalogPotentiometer.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once #include "AnalogInput.h" diff --git a/wpilibc/simulation/include/Counter.h b/wpilibc/simulation/include/Counter.h index 338efc0fe6..2accacf4a2 100644 --- a/wpilibc/simulation/include/Counter.h +++ b/wpilibc/simulation/include/Counter.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "HAL/HAL.hpp" diff --git a/wpilibc/simulation/include/CounterBase.h b/wpilibc/simulation/include/CounterBase.h index 3352c29d8f..683b681c43 100644 --- a/wpilibc/simulation/include/CounterBase.h +++ b/wpilibc/simulation/include/CounterBase.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once /** diff --git a/wpilibc/simulation/include/DigitalInput.h b/wpilibc/simulation/include/DigitalInput.h index 1482e9cabb..92c4742a8e 100644 --- a/wpilibc/simulation/include/DigitalInput.h +++ b/wpilibc/simulation/include/DigitalInput.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "simulation/SimDigitalInput.h" diff --git a/wpilibc/simulation/include/DoubleSolenoid.h b/wpilibc/simulation/include/DoubleSolenoid.h index 122a439627..ca38f1d159 100644 --- a/wpilibc/simulation/include/DoubleSolenoid.h +++ b/wpilibc/simulation/include/DoubleSolenoid.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "simulation/SimContinuousOutput.h" diff --git a/wpilibc/simulation/include/DriverStation.h b/wpilibc/simulation/include/DriverStation.h index f25c09391d..58cbc9e53b 100644 --- a/wpilibc/simulation/include/DriverStation.h +++ b/wpilibc/simulation/include/DriverStation.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "simulation/gz_msgs/msgs.h" diff --git a/wpilibc/simulation/include/Encoder.h b/wpilibc/simulation/include/Encoder.h index 89b1b3a303..22b8657392 100644 --- a/wpilibc/simulation/include/Encoder.h +++ b/wpilibc/simulation/include/Encoder.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "simulation/SimEncoder.h" diff --git a/wpilibc/simulation/include/Gyro.h b/wpilibc/simulation/include/Gyro.h index 7e4e40ae75..a1187db13b 100644 --- a/wpilibc/simulation/include/Gyro.h +++ b/wpilibc/simulation/include/Gyro.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SensorBase.h" diff --git a/wpilibc/simulation/include/IterativeRobot.h b/wpilibc/simulation/include/IterativeRobot.h index 7c9104d34f..8a4cd4dbca 100644 --- a/wpilibc/simulation/include/IterativeRobot.h +++ b/wpilibc/simulation/include/IterativeRobot.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "Timer.h" diff --git a/wpilibc/simulation/include/Jaguar.h b/wpilibc/simulation/include/Jaguar.h index 1f522d922e..27325af9d1 100644 --- a/wpilibc/simulation/include/Jaguar.h +++ b/wpilibc/simulation/include/Jaguar.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SafePWM.h" diff --git a/wpilibc/simulation/include/Joystick.h b/wpilibc/simulation/include/Joystick.h index 9599f2f2bf..e4e46da77a 100644 --- a/wpilibc/simulation/include/Joystick.h +++ b/wpilibc/simulation/include/Joystick.h @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #ifndef JOYSTICK_H_ diff --git a/wpilibc/simulation/include/MotorSafety.h b/wpilibc/simulation/include/MotorSafety.h index c71880698a..82c77d8f57 100644 --- a/wpilibc/simulation/include/MotorSafety.h +++ b/wpilibc/simulation/include/MotorSafety.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #define DEFAULT_SAFETY_EXPIRATION 0.1 diff --git a/wpilibc/simulation/include/MotorSafetyHelper.h b/wpilibc/simulation/include/MotorSafetyHelper.h index bbe76580a4..f124605df4 100644 --- a/wpilibc/simulation/include/MotorSafetyHelper.h +++ b/wpilibc/simulation/include/MotorSafetyHelper.h @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "ErrorBase.h" diff --git a/wpilibc/simulation/include/Notifier.h b/wpilibc/simulation/include/Notifier.h index 8bf2f1cc57..0160aa4990 100644 --- a/wpilibc/simulation/include/Notifier.h +++ b/wpilibc/simulation/include/Notifier.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include diff --git a/wpilibc/simulation/include/PWM.h b/wpilibc/simulation/include/PWM.h index 52007fb661..bc0b7da948 100644 --- a/wpilibc/simulation/include/PWM.h +++ b/wpilibc/simulation/include/PWM.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SensorBase.h" diff --git a/wpilibc/simulation/include/Relay.h b/wpilibc/simulation/include/Relay.h index abc9ad5ed9..5a1c680606 100644 --- a/wpilibc/simulation/include/Relay.h +++ b/wpilibc/simulation/include/Relay.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "MotorSafety.h" diff --git a/wpilibc/simulation/include/RobotBase.h b/wpilibc/simulation/include/RobotBase.h index 15a96481bf..ff9c015942 100644 --- a/wpilibc/simulation/include/RobotBase.h +++ b/wpilibc/simulation/include/RobotBase.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "Base.h" diff --git a/wpilibc/simulation/include/RobotDrive.h b/wpilibc/simulation/include/RobotDrive.h index a181e46a32..b2d1e13808 100644 --- a/wpilibc/simulation/include/RobotDrive.h +++ b/wpilibc/simulation/include/RobotDrive.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "ErrorBase.h" diff --git a/wpilibc/simulation/include/SafePWM.h b/wpilibc/simulation/include/SafePWM.h index 577d8534ef..4787cee74f 100644 --- a/wpilibc/simulation/include/SafePWM.h +++ b/wpilibc/simulation/include/SafePWM.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "MotorSafety.h" diff --git a/wpilibc/simulation/include/SampleRobot.h b/wpilibc/simulation/include/SampleRobot.h index 38cb37dead..a87bb4e819 100644 --- a/wpilibc/simulation/include/SampleRobot.h +++ b/wpilibc/simulation/include/SampleRobot.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "RobotBase.h" diff --git a/wpilibc/simulation/include/Solenoid.h b/wpilibc/simulation/include/Solenoid.h index b91da6e570..4f6ac3ad68 100644 --- a/wpilibc/simulation/include/Solenoid.h +++ b/wpilibc/simulation/include/Solenoid.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "simulation/SimContinuousOutput.h" diff --git a/wpilibc/simulation/include/SpeedController.h b/wpilibc/simulation/include/SpeedController.h index 96b6b17830..e665d06d10 100644 --- a/wpilibc/simulation/include/SpeedController.h +++ b/wpilibc/simulation/include/SpeedController.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "PIDOutput.h" diff --git a/wpilibc/simulation/include/Talon.h b/wpilibc/simulation/include/Talon.h index 4b7794a8e1..d56d5ba29c 100644 --- a/wpilibc/simulation/include/Talon.h +++ b/wpilibc/simulation/include/Talon.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SafePWM.h" diff --git a/wpilibc/simulation/include/Victor.h b/wpilibc/simulation/include/Victor.h index b629bb4ade..ef3646e6ed 100644 --- a/wpilibc/simulation/include/Victor.h +++ b/wpilibc/simulation/include/Victor.h @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #pragma once #include "SafePWM.h" diff --git a/wpilibc/simulation/include/simulation/MainNode.h b/wpilibc/simulation/include/simulation/MainNode.h index f101d60f70..416c7a5bfa 100644 --- a/wpilibc/simulation/include/simulation/MainNode.h +++ b/wpilibc/simulation/include/simulation/MainNode.h @@ -1,3 +1,9 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ #ifndef _SIM_MAIN_NODE_H #define _SIM_MAIN_NODE_H diff --git a/wpilibc/simulation/include/simulation/SimContinuousOutput.h b/wpilibc/simulation/include/simulation/SimContinuousOutput.h index 06a28e9250..2c0d5da5c4 100644 --- a/wpilibc/simulation/include/simulation/SimContinuousOutput.h +++ b/wpilibc/simulation/include/simulation/SimContinuousOutput.h @@ -1,3 +1,9 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ #ifndef _SIM_SPEED_CONTROLLER_H diff --git a/wpilibc/simulation/include/simulation/SimDigitalInput.h b/wpilibc/simulation/include/simulation/SimDigitalInput.h index c85c19fb21..ca14b0f9ad 100644 --- a/wpilibc/simulation/include/simulation/SimDigitalInput.h +++ b/wpilibc/simulation/include/simulation/SimDigitalInput.h @@ -1,3 +1,9 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ #ifndef _SIM_DIGITAL_INPUT_H diff --git a/wpilibc/simulation/include/simulation/SimEncoder.h b/wpilibc/simulation/include/simulation/SimEncoder.h index 9f37723221..254cbe41ac 100644 --- a/wpilibc/simulation/include/simulation/SimEncoder.h +++ b/wpilibc/simulation/include/simulation/SimEncoder.h @@ -1,3 +1,9 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ #ifndef _SIM_ENCODER_H diff --git a/wpilibc/simulation/include/simulation/SimFloatInput.h b/wpilibc/simulation/include/simulation/SimFloatInput.h index 6271b9669e..bdc1c4ced3 100644 --- a/wpilibc/simulation/include/simulation/SimFloatInput.h +++ b/wpilibc/simulation/include/simulation/SimFloatInput.h @@ -1,3 +1,9 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ #ifndef _SIM_FLOAT_INPUT_H diff --git a/wpilibc/simulation/include/simulation/SimGyro.h b/wpilibc/simulation/include/simulation/SimGyro.h index fcb81f6d2b..85d9d2782d 100644 --- a/wpilibc/simulation/include/simulation/SimGyro.h +++ b/wpilibc/simulation/include/simulation/SimGyro.h @@ -1,3 +1,9 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ #ifndef _SIM_GYRO_H diff --git a/wpilibc/simulation/include/simulation/simTime.h b/wpilibc/simulation/include/simulation/simTime.h index 20fe0c56c7..bd87ffa4ca 100644 --- a/wpilibc/simulation/include/simulation/simTime.h +++ b/wpilibc/simulation/include/simulation/simTime.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once diff --git a/wpilibc/simulation/src/AnalogInput.cpp b/wpilibc/simulation/src/AnalogInput.cpp index 71c48c565a..7979edf35e 100644 --- a/wpilibc/simulation/src/AnalogInput.cpp +++ b/wpilibc/simulation/src/AnalogInput.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "AnalogInput.h" diff --git a/wpilibc/simulation/src/AnalogPotentiometer.cpp b/wpilibc/simulation/src/AnalogPotentiometer.cpp index fa312c12e0..c71fda9462 100644 --- a/wpilibc/simulation/src/AnalogPotentiometer.cpp +++ b/wpilibc/simulation/src/AnalogPotentiometer.cpp @@ -1,3 +1,9 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ #include "AnalogPotentiometer.h" diff --git a/wpilibc/simulation/src/DigitalInput.cpp b/wpilibc/simulation/src/DigitalInput.cpp index e7ae36dcc6..5911fb3bf9 100644 --- a/wpilibc/simulation/src/DigitalInput.cpp +++ b/wpilibc/simulation/src/DigitalInput.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "DigitalInput.h" diff --git a/wpilibc/simulation/src/DoubleSolenoid.cpp b/wpilibc/simulation/src/DoubleSolenoid.cpp index d1d09176ca..6180fb400a 100644 --- a/wpilibc/simulation/src/DoubleSolenoid.cpp +++ b/wpilibc/simulation/src/DoubleSolenoid.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "DoubleSolenoid.h" diff --git a/wpilibc/simulation/src/DriverStation.cpp b/wpilibc/simulation/src/DriverStation.cpp index 607e8f5af0..815eb362b3 100644 --- a/wpilibc/simulation/src/DriverStation.cpp +++ b/wpilibc/simulation/src/DriverStation.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "DriverStation.h" diff --git a/wpilibc/simulation/src/Encoder.cpp b/wpilibc/simulation/src/Encoder.cpp index 790868e5ce..565a8eb70e 100644 --- a/wpilibc/simulation/src/Encoder.cpp +++ b/wpilibc/simulation/src/Encoder.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Encoder.h" diff --git a/wpilibc/simulation/src/Gyro.cpp b/wpilibc/simulation/src/Gyro.cpp index a28bb9b523..f4e846b492 100644 --- a/wpilibc/simulation/src/Gyro.cpp +++ b/wpilibc/simulation/src/Gyro.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Gyro.h" diff --git a/wpilibc/simulation/src/IterativeRobot.cpp b/wpilibc/simulation/src/IterativeRobot.cpp index f2511df7da..d78e9f33bb 100644 --- a/wpilibc/simulation/src/IterativeRobot.cpp +++ b/wpilibc/simulation/src/IterativeRobot.cpp @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + #include "IterativeRobot.h" #include "DriverStation.h" diff --git a/wpilibc/simulation/src/Jaguar.cpp b/wpilibc/simulation/src/Jaguar.cpp index fab109d578..148f62929f 100644 --- a/wpilibc/simulation/src/Jaguar.cpp +++ b/wpilibc/simulation/src/Jaguar.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ diff --git a/wpilibc/simulation/src/Joystick.cpp b/wpilibc/simulation/src/Joystick.cpp index d964e3cac5..3c32e86494 100644 --- a/wpilibc/simulation/src/Joystick.cpp +++ b/wpilibc/simulation/src/Joystick.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Joystick.h" diff --git a/wpilibc/simulation/src/MotorSafetyHelper.cpp b/wpilibc/simulation/src/MotorSafetyHelper.cpp index 87f5352169..47db177142 100644 --- a/wpilibc/simulation/src/MotorSafetyHelper.cpp +++ b/wpilibc/simulation/src/MotorSafetyHelper.cpp @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. - */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "MotorSafetyHelper.h" diff --git a/wpilibc/simulation/src/Notifier.cpp b/wpilibc/simulation/src/Notifier.cpp index 3837982edc..eb1948718b 100644 --- a/wpilibc/simulation/src/Notifier.cpp +++ b/wpilibc/simulation/src/Notifier.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Notifier.h" diff --git a/wpilibc/simulation/src/PIDController.cpp b/wpilibc/simulation/src/PIDController.cpp index 1b5e5736d0..fa42439191 100644 --- a/wpilibc/simulation/src/PIDController.cpp +++ b/wpilibc/simulation/src/PIDController.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "PIDController.h" diff --git a/wpilibc/simulation/src/PWM.cpp b/wpilibc/simulation/src/PWM.cpp index dfb8bd9d2a..19b30c3b1a 100644 --- a/wpilibc/simulation/src/PWM.cpp +++ b/wpilibc/simulation/src/PWM.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "PWM.h" diff --git a/wpilibc/simulation/src/Relay.cpp b/wpilibc/simulation/src/Relay.cpp index f35d782ebf..7582b529b9 100644 --- a/wpilibc/simulation/src/Relay.cpp +++ b/wpilibc/simulation/src/Relay.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Relay.h" diff --git a/wpilibc/simulation/src/RobotBase.cpp b/wpilibc/simulation/src/RobotBase.cpp index c1a47a1cc5..d5afb7f4de 100644 --- a/wpilibc/simulation/src/RobotBase.cpp +++ b/wpilibc/simulation/src/RobotBase.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "RobotBase.h" diff --git a/wpilibc/simulation/src/RobotDrive.cpp b/wpilibc/simulation/src/RobotDrive.cpp index 852d0bf295..ca03c3fca6 100644 --- a/wpilibc/simulation/src/RobotDrive.cpp +++ b/wpilibc/simulation/src/RobotDrive.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "RobotDrive.h" diff --git a/wpilibc/simulation/src/SafePWM.cpp b/wpilibc/simulation/src/SafePWM.cpp index 8ba0b689e3..57bd729e33 100644 --- a/wpilibc/simulation/src/SafePWM.cpp +++ b/wpilibc/simulation/src/SafePWM.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "SafePWM.h" diff --git a/wpilibc/simulation/src/SampleRobot.cpp b/wpilibc/simulation/src/SampleRobot.cpp index b8f318185e..21dcbfa82c 100644 --- a/wpilibc/simulation/src/SampleRobot.cpp +++ b/wpilibc/simulation/src/SampleRobot.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "SampleRobot.h" diff --git a/wpilibc/simulation/src/SensorBase.cpp b/wpilibc/simulation/src/SensorBase.cpp index fa3086f423..de18bcfcc8 100644 --- a/wpilibc/simulation/src/SensorBase.cpp +++ b/wpilibc/simulation/src/SensorBase.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "SensorBase.h" diff --git a/wpilibc/simulation/src/Solenoid.cpp b/wpilibc/simulation/src/Solenoid.cpp index 387194db2a..a9f4e9b083 100644 --- a/wpilibc/simulation/src/Solenoid.cpp +++ b/wpilibc/simulation/src/Solenoid.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Solenoid.h" diff --git a/wpilibc/simulation/src/Talon.cpp b/wpilibc/simulation/src/Talon.cpp index 0e9505dbf4..9a6d806672 100644 --- a/wpilibc/simulation/src/Talon.cpp +++ b/wpilibc/simulation/src/Talon.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Talon.h" diff --git a/wpilibc/simulation/src/Timer.cpp b/wpilibc/simulation/src/Timer.cpp index b4734dbb89..8bef9f2925 100644 --- a/wpilibc/simulation/src/Timer.cpp +++ b/wpilibc/simulation/src/Timer.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Timer.h" diff --git a/wpilibc/simulation/src/Utility.cpp b/wpilibc/simulation/src/Utility.cpp index e4f9b47f4f..4b49725dd4 100644 --- a/wpilibc/simulation/src/Utility.cpp +++ b/wpilibc/simulation/src/Utility.cpp @@ -1,3 +1,9 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ /* Copyright (c) FIRST 2008. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ diff --git a/wpilibc/simulation/src/Victor.cpp b/wpilibc/simulation/src/Victor.cpp index 54ba61fd8d..72e33bc1da 100644 --- a/wpilibc/simulation/src/Victor.cpp +++ b/wpilibc/simulation/src/Victor.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include "Victor.h" diff --git a/wpilibc/simulation/src/simulation/SimEncoder.cpp b/wpilibc/simulation/src/simulation/SimEncoder.cpp index b72b8f1152..0b5ed20d3c 100644 --- a/wpilibc/simulation/src/simulation/SimEncoder.cpp +++ b/wpilibc/simulation/src/simulation/SimEncoder.cpp @@ -1,3 +1,9 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ #include "simulation/SimEncoder.h" #include "simulation/MainNode.h" diff --git a/wpilibc/simulation/src/simulation/SimGyro.cpp b/wpilibc/simulation/src/simulation/SimGyro.cpp index c173c05b35..c93434dfd1 100644 --- a/wpilibc/simulation/src/simulation/SimGyro.cpp +++ b/wpilibc/simulation/src/simulation/SimGyro.cpp @@ -1,3 +1,9 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ #include "simulation/SimGyro.h" #include "simulation/MainNode.h" diff --git a/wpilibcIntegrationTests/include/TestBench.h b/wpilibcIntegrationTests/include/TestBench.h index 380cf6d698..3c44e796ea 100644 --- a/wpilibcIntegrationTests/include/TestBench.h +++ b/wpilibcIntegrationTests/include/TestBench.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/include/command/MockCommand.h b/wpilibcIntegrationTests/include/command/MockCommand.h index e52a6fce0a..421d5eb7b1 100644 --- a/wpilibcIntegrationTests/include/command/MockCommand.h +++ b/wpilibcIntegrationTests/include/command/MockCommand.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #pragma once #include diff --git a/wpilibcIntegrationTests/src/AnalogLoopTest.cpp b/wpilibcIntegrationTests/src/AnalogLoopTest.cpp index e8bc1e5810..8e4e139156 100644 --- a/wpilibcIntegrationTests/src/AnalogLoopTest.cpp +++ b/wpilibcIntegrationTests/src/AnalogLoopTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/AnalogPotentiometerTest.cpp b/wpilibcIntegrationTests/src/AnalogPotentiometerTest.cpp index 70ca4e8823..07934ae367 100644 --- a/wpilibcIntegrationTests/src/AnalogPotentiometerTest.cpp +++ b/wpilibcIntegrationTests/src/AnalogPotentiometerTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/BuiltInAccelerometerTest.cpp b/wpilibcIntegrationTests/src/BuiltInAccelerometerTest.cpp index d6563e0607..f8bee87a84 100644 --- a/wpilibcIntegrationTests/src/BuiltInAccelerometerTest.cpp +++ b/wpilibcIntegrationTests/src/BuiltInAccelerometerTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/CANJaguarTest.cpp b/wpilibcIntegrationTests/src/CANJaguarTest.cpp index f1b8e5d17e..6f897ea03b 100644 --- a/wpilibcIntegrationTests/src/CANJaguarTest.cpp +++ b/wpilibcIntegrationTests/src/CANJaguarTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/CANTalonTest.cpp b/wpilibcIntegrationTests/src/CANTalonTest.cpp index 2584f3f4d6..72d135c314 100644 --- a/wpilibcIntegrationTests/src/CANTalonTest.cpp +++ b/wpilibcIntegrationTests/src/CANTalonTest.cpp @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ #include diff --git a/wpilibcIntegrationTests/src/CircularBufferTest.cpp b/wpilibcIntegrationTests/src/CircularBufferTest.cpp index f29654764b..5a9cd4c06a 100644 --- a/wpilibcIntegrationTests/src/CircularBufferTest.cpp +++ b/wpilibcIntegrationTests/src/CircularBufferTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/ConditionVariableTest.cpp b/wpilibcIntegrationTests/src/ConditionVariableTest.cpp index 43e792adae..c405e94bc6 100644 --- a/wpilibcIntegrationTests/src/ConditionVariableTest.cpp +++ b/wpilibcIntegrationTests/src/ConditionVariableTest.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "TestBench.h" #include "HAL/cpp/priority_condition_variable.h" diff --git a/wpilibcIntegrationTests/src/CounterTest.cpp b/wpilibcIntegrationTests/src/CounterTest.cpp index 12a4226d87..cbf9dc5647 100644 --- a/wpilibcIntegrationTests/src/CounterTest.cpp +++ b/wpilibcIntegrationTests/src/CounterTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/DIOLoopTest.cpp b/wpilibcIntegrationTests/src/DIOLoopTest.cpp index e5fe4fad3b..480e4b7962 100644 --- a/wpilibcIntegrationTests/src/DIOLoopTest.cpp +++ b/wpilibcIntegrationTests/src/DIOLoopTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/DigitalGlitchFilterTest.cpp b/wpilibcIntegrationTests/src/DigitalGlitchFilterTest.cpp index dfcec48070..c30deb8be1 100644 --- a/wpilibcIntegrationTests/src/DigitalGlitchFilterTest.cpp +++ b/wpilibcIntegrationTests/src/DigitalGlitchFilterTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/FakeEncoderTest.cpp b/wpilibcIntegrationTests/src/FakeEncoderTest.cpp index 3a5dbbbae2..601430b8a4 100644 --- a/wpilibcIntegrationTests/src/FakeEncoderTest.cpp +++ b/wpilibcIntegrationTests/src/FakeEncoderTest.cpp @@ -1,7 +1,6 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code - */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ diff --git a/wpilibcIntegrationTests/src/FilterNoiseTest.cpp b/wpilibcIntegrationTests/src/FilterNoiseTest.cpp index bd52a52cb3..cad0b174f9 100644 --- a/wpilibcIntegrationTests/src/FilterNoiseTest.cpp +++ b/wpilibcIntegrationTests/src/FilterNoiseTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/FilterOutputTest.cpp b/wpilibcIntegrationTests/src/FilterOutputTest.cpp index 08b0918cec..8a64ca4517 100644 --- a/wpilibcIntegrationTests/src/FilterOutputTest.cpp +++ b/wpilibcIntegrationTests/src/FilterOutputTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/MotorEncoderTest.cpp b/wpilibcIntegrationTests/src/MotorEncoderTest.cpp index 47f0ab9463..cbec13f43d 100644 --- a/wpilibcIntegrationTests/src/MotorEncoderTest.cpp +++ b/wpilibcIntegrationTests/src/MotorEncoderTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/MotorInvertingTest.cpp b/wpilibcIntegrationTests/src/MotorInvertingTest.cpp index 17942995ac..248ecc8c92 100644 --- a/wpilibcIntegrationTests/src/MotorInvertingTest.cpp +++ b/wpilibcIntegrationTests/src/MotorInvertingTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/MutexTest.cpp b/wpilibcIntegrationTests/src/MutexTest.cpp index 1e80ec9aa1..dcd373c299 100644 --- a/wpilibcIntegrationTests/src/MutexTest.cpp +++ b/wpilibcIntegrationTests/src/MutexTest.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "HAL/cpp/priority_mutex.h" #include "TestBench.h" diff --git a/wpilibcIntegrationTests/src/NotifierTest.cpp b/wpilibcIntegrationTests/src/NotifierTest.cpp index 10e0504b17..7d51256c3a 100644 --- a/wpilibcIntegrationTests/src/NotifierTest.cpp +++ b/wpilibcIntegrationTests/src/NotifierTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/PCMTest.cpp b/wpilibcIntegrationTests/src/PCMTest.cpp index 14f23ca8e7..23277b0711 100644 --- a/wpilibcIntegrationTests/src/PCMTest.cpp +++ b/wpilibcIntegrationTests/src/PCMTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/PowerDistributionPanelTest.cpp b/wpilibcIntegrationTests/src/PowerDistributionPanelTest.cpp index 7dc31fd5cc..fc9886eac2 100644 --- a/wpilibcIntegrationTests/src/PowerDistributionPanelTest.cpp +++ b/wpilibcIntegrationTests/src/PowerDistributionPanelTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/PreferencesTest.cpp b/wpilibcIntegrationTests/src/PreferencesTest.cpp index 030d373c9b..31e2fc2ddf 100644 --- a/wpilibcIntegrationTests/src/PreferencesTest.cpp +++ b/wpilibcIntegrationTests/src/PreferencesTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/RelayTest.cpp b/wpilibcIntegrationTests/src/RelayTest.cpp index c919297897..e18c88489c 100644 --- a/wpilibcIntegrationTests/src/RelayTest.cpp +++ b/wpilibcIntegrationTests/src/RelayTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/TestEnvironment.cpp b/wpilibcIntegrationTests/src/TestEnvironment.cpp index d65493a86a..b3f55002a5 100644 --- a/wpilibcIntegrationTests/src/TestEnvironment.cpp +++ b/wpilibcIntegrationTests/src/TestEnvironment.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/TiltPanCameraTest.cpp b/wpilibcIntegrationTests/src/TiltPanCameraTest.cpp index 35b8d29712..5b42543ed0 100644 --- a/wpilibcIntegrationTests/src/TiltPanCameraTest.cpp +++ b/wpilibcIntegrationTests/src/TiltPanCameraTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/TimerTest.cpp b/wpilibcIntegrationTests/src/TimerTest.cpp index faa6ada180..5543938a8a 100644 --- a/wpilibcIntegrationTests/src/TimerTest.cpp +++ b/wpilibcIntegrationTests/src/TimerTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/command/CommandTest.cpp b/wpilibcIntegrationTests/src/command/CommandTest.cpp index 3e16021fd1..9b3f7d0cc9 100644 --- a/wpilibcIntegrationTests/src/command/CommandTest.cpp +++ b/wpilibcIntegrationTests/src/command/CommandTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibcIntegrationTests/src/command/MockCommand.cpp b/wpilibcIntegrationTests/src/command/MockCommand.cpp index a4d22f872d..c244ebbf63 100644 --- a/wpilibcIntegrationTests/src/command/MockCommand.cpp +++ b/wpilibcIntegrationTests/src/command/MockCommand.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibj/src/athena/cpp/lib/AccelerometerJNI.cpp b/wpilibj/src/athena/cpp/lib/AccelerometerJNI.cpp index 8c618c562a..6de5934b40 100644 --- a/wpilibj/src/athena/cpp/lib/AccelerometerJNI.cpp +++ b/wpilibj/src/athena/cpp/lib/AccelerometerJNI.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include #include "edu_wpi_first_wpilibj_hal_AccelerometerJNI.h" #include "HAL/Accelerometer.hpp" diff --git a/wpilibj/src/athena/cpp/lib/AnalogJNI.cpp b/wpilibj/src/athena/cpp/lib/AnalogJNI.cpp index 8a20b7f95e..2144ce763f 100644 --- a/wpilibj/src/athena/cpp/lib/AnalogJNI.cpp +++ b/wpilibj/src/athena/cpp/lib/AnalogJNI.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include #include #include "Log.hpp" diff --git a/wpilibj/src/athena/cpp/lib/CANJNI.cpp b/wpilibj/src/athena/cpp/lib/CANJNI.cpp index e211bcdb6b..935fae964b 100644 --- a/wpilibj/src/athena/cpp/lib/CANJNI.cpp +++ b/wpilibj/src/athena/cpp/lib/CANJNI.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include #include #include "Log.hpp" diff --git a/wpilibj/src/athena/cpp/lib/CanTalonJNI.cpp b/wpilibj/src/athena/cpp/lib/CanTalonJNI.cpp index 1184106f81..fd8560b9c6 100644 --- a/wpilibj/src/athena/cpp/lib/CanTalonJNI.cpp +++ b/wpilibj/src/athena/cpp/lib/CanTalonJNI.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include #include diff --git a/wpilibj/src/athena/cpp/lib/CompressorJNI.cpp b/wpilibj/src/athena/cpp/lib/CompressorJNI.cpp index 80af1373ca..583cad0889 100644 --- a/wpilibj/src/athena/cpp/lib/CompressorJNI.cpp +++ b/wpilibj/src/athena/cpp/lib/CompressorJNI.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "Log.hpp" #include "edu_wpi_first_wpilibj_hal_CompressorJNI.h" #include "HAL/HAL.hpp" diff --git a/wpilibj/src/athena/cpp/lib/CounterJNI.cpp b/wpilibj/src/athena/cpp/lib/CounterJNI.cpp index 2f0d4dc0db..965a3d328e 100644 --- a/wpilibj/src/athena/cpp/lib/CounterJNI.cpp +++ b/wpilibj/src/athena/cpp/lib/CounterJNI.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include #include #include "Log.hpp" diff --git a/wpilibj/src/athena/cpp/lib/DIOJNI.cpp b/wpilibj/src/athena/cpp/lib/DIOJNI.cpp index ff06f36d34..c3996983cd 100644 --- a/wpilibj/src/athena/cpp/lib/DIOJNI.cpp +++ b/wpilibj/src/athena/cpp/lib/DIOJNI.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include #include #include "Log.hpp" diff --git a/wpilibj/src/athena/cpp/lib/DigitalGlitchFilterJNI.cpp b/wpilibj/src/athena/cpp/lib/DigitalGlitchFilterJNI.cpp index 55a31b49c4..b1bd50d493 100644 --- a/wpilibj/src/athena/cpp/lib/DigitalGlitchFilterJNI.cpp +++ b/wpilibj/src/athena/cpp/lib/DigitalGlitchFilterJNI.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include #include "HAL/HAL.hpp" #include "HALUtil.h" diff --git a/wpilibj/src/athena/cpp/lib/EncoderJNI.cpp b/wpilibj/src/athena/cpp/lib/EncoderJNI.cpp index 47d0d07424..0970a9409b 100644 --- a/wpilibj/src/athena/cpp/lib/EncoderJNI.cpp +++ b/wpilibj/src/athena/cpp/lib/EncoderJNI.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include #include #include "Log.hpp" diff --git a/wpilibj/src/athena/cpp/lib/FRCNetworkCommunicationsLibrary.cpp b/wpilibj/src/athena/cpp/lib/FRCNetworkCommunicationsLibrary.cpp index 3c1eae67a4..bfa266d058 100644 --- a/wpilibj/src/athena/cpp/lib/FRCNetworkCommunicationsLibrary.cpp +++ b/wpilibj/src/athena/cpp/lib/FRCNetworkCommunicationsLibrary.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include #include #include "Log.hpp" diff --git a/wpilibj/src/athena/cpp/lib/HALUtil.cpp b/wpilibj/src/athena/cpp/lib/HALUtil.cpp index 95f43313d4..b82dc995c1 100644 --- a/wpilibj/src/athena/cpp/lib/HALUtil.cpp +++ b/wpilibj/src/athena/cpp/lib/HALUtil.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "HALUtil.h" #include #include diff --git a/wpilibj/src/athena/cpp/lib/HALUtil.h b/wpilibj/src/athena/cpp/lib/HALUtil.h index 18366810d3..7bfaeb6172 100644 --- a/wpilibj/src/athena/cpp/lib/HALUtil.h +++ b/wpilibj/src/athena/cpp/lib/HALUtil.h @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #ifndef HALUTIL_H #define HALUTIL_H diff --git a/wpilibj/src/athena/cpp/lib/I2CJNI.cpp b/wpilibj/src/athena/cpp/lib/I2CJNI.cpp index 8cfd078cc8..d6eddff436 100644 --- a/wpilibj/src/athena/cpp/lib/I2CJNI.cpp +++ b/wpilibj/src/athena/cpp/lib/I2CJNI.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include #include #include "Log.hpp" diff --git a/wpilibj/src/athena/cpp/lib/InterruptJNI.cpp b/wpilibj/src/athena/cpp/lib/InterruptJNI.cpp index e01f3ea2cc..1425799359 100644 --- a/wpilibj/src/athena/cpp/lib/InterruptJNI.cpp +++ b/wpilibj/src/athena/cpp/lib/InterruptJNI.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include #include #include diff --git a/wpilibj/src/athena/cpp/lib/JNIWrapper.cpp b/wpilibj/src/athena/cpp/lib/JNIWrapper.cpp index fb9dd4465f..ab3a6082d5 100644 --- a/wpilibj/src/athena/cpp/lib/JNIWrapper.cpp +++ b/wpilibj/src/athena/cpp/lib/JNIWrapper.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include #include #include "Log.hpp" diff --git a/wpilibj/src/athena/cpp/lib/NotifierJNI.cpp b/wpilibj/src/athena/cpp/lib/NotifierJNI.cpp index 830472fe77..9224547705 100644 --- a/wpilibj/src/athena/cpp/lib/NotifierJNI.cpp +++ b/wpilibj/src/athena/cpp/lib/NotifierJNI.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include #include #include diff --git a/wpilibj/src/athena/cpp/lib/PDPJNI.cpp b/wpilibj/src/athena/cpp/lib/PDPJNI.cpp index 8f0bf63468..1b360db174 100644 --- a/wpilibj/src/athena/cpp/lib/PDPJNI.cpp +++ b/wpilibj/src/athena/cpp/lib/PDPJNI.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include "edu_wpi_first_wpilibj_hal_PDPJNI.h" #include "HAL/PDP.hpp" #include "HALUtil.h" diff --git a/wpilibj/src/athena/cpp/lib/PWMJNI.cpp b/wpilibj/src/athena/cpp/lib/PWMJNI.cpp index 55584ae8b2..917c94eeaf 100644 --- a/wpilibj/src/athena/cpp/lib/PWMJNI.cpp +++ b/wpilibj/src/athena/cpp/lib/PWMJNI.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include #include #include "Log.hpp" diff --git a/wpilibj/src/athena/cpp/lib/PowerJNI.cpp b/wpilibj/src/athena/cpp/lib/PowerJNI.cpp index b3d2fca31a..170daeba6e 100644 --- a/wpilibj/src/athena/cpp/lib/PowerJNI.cpp +++ b/wpilibj/src/athena/cpp/lib/PowerJNI.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include #include "edu_wpi_first_wpilibj_hal_PowerJNI.h" #include "HAL/Power.hpp" diff --git a/wpilibj/src/athena/cpp/lib/RelayJNI.cpp b/wpilibj/src/athena/cpp/lib/RelayJNI.cpp index e44be1f50e..62046bdf65 100644 --- a/wpilibj/src/athena/cpp/lib/RelayJNI.cpp +++ b/wpilibj/src/athena/cpp/lib/RelayJNI.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include #include #include "Log.hpp" diff --git a/wpilibj/src/athena/cpp/lib/SPIJNI.cpp b/wpilibj/src/athena/cpp/lib/SPIJNI.cpp index 3dbb8f69d2..f5aca21c7a 100644 --- a/wpilibj/src/athena/cpp/lib/SPIJNI.cpp +++ b/wpilibj/src/athena/cpp/lib/SPIJNI.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include #include #include "Log.hpp" diff --git a/wpilibj/src/athena/cpp/lib/SafeThread.cpp b/wpilibj/src/athena/cpp/lib/SafeThread.cpp index b77299e6e8..24d94405fc 100644 --- a/wpilibj/src/athena/cpp/lib/SafeThread.cpp +++ b/wpilibj/src/athena/cpp/lib/SafeThread.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibj/src/athena/cpp/lib/SafeThread.h b/wpilibj/src/athena/cpp/lib/SafeThread.h index 5af6f76e06..bd5c2ffc1a 100644 --- a/wpilibj/src/athena/cpp/lib/SafeThread.h +++ b/wpilibj/src/athena/cpp/lib/SafeThread.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibj/src/athena/cpp/lib/SerialPortJNI.cpp b/wpilibj/src/athena/cpp/lib/SerialPortJNI.cpp index 0473f36d4b..794298563d 100644 --- a/wpilibj/src/athena/cpp/lib/SerialPortJNI.cpp +++ b/wpilibj/src/athena/cpp/lib/SerialPortJNI.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include #include #include "Log.hpp" diff --git a/wpilibj/src/athena/cpp/lib/SolenoidJNI.cpp b/wpilibj/src/athena/cpp/lib/SolenoidJNI.cpp index f04b91490a..3ee13c84a2 100644 --- a/wpilibj/src/athena/cpp/lib/SolenoidJNI.cpp +++ b/wpilibj/src/athena/cpp/lib/SolenoidJNI.cpp @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + #include #include "Log.hpp" #include "HAL/HAL.hpp" diff --git a/wpilibj/src/athena/cpp/nivision/dxattr.h b/wpilibj/src/athena/cpp/nivision/dxattr.h index 56a38d9ede..88444fbb8e 100644 --- a/wpilibj/src/athena/cpp/nivision/dxattr.h +++ b/wpilibj/src/athena/cpp/nivision/dxattr.h @@ -1,3 +1,9 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ IMAQdxError NI_FUNC IMAQdxGetAttributeU32(IMAQdxSession id, const char* name, uInt32* value); IMAQdxError NI_FUNC IMAQdxGetAttributeI64(IMAQdxSession id, const char* name, Int64* value); diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ADXL345_I2C.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ADXL345_I2C.java index fd9049e791..eb9a4ff9b8 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ADXL345_I2C.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ADXL345_I2C.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import java.nio.ByteOrder; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ADXL345_SPI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ADXL345_SPI.java index 1ab46f8f41..f019a01362 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ADXL345_SPI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ADXL345_SPI.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import java.nio.ByteOrder; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ADXL362.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ADXL362.java index ef50e14f82..8df8f6dbf3 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ADXL362.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ADXL362.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import java.nio.ByteOrder; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ADXRS450_Gyro.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ADXRS450_Gyro.java index 5ec7962fbd..4e99e95fdf 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ADXRS450_Gyro.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ADXRS450_Gyro.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import java.nio.ByteOrder; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AccumulatorResult.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AccumulatorResult.java index 054d3fccdb..a6ff5b5b31 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AccumulatorResult.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AccumulatorResult.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogAccelerometer.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogAccelerometer.java index 3a4a6914d9..f7e0072c8f 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogAccelerometer.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogAccelerometer.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogGyro.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogGyro.java index e09fa1266c..0ac50583e0 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogGyro.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogGyro.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.communication.FRCNetworkCommunicationsLibrary.tResourceType; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogInput.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogInput.java index cead01a8cd..7765b327f8 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogInput.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogInput.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import java.nio.ByteOrder; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogOutput.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogOutput.java index f04c10fa94..0c9767040a 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogOutput.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogOutput.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.communication.FRCNetworkCommunicationsLibrary.tResourceType; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogPotentiometer.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogPotentiometer.java index 9b2107f3db..b4dfdbe01f 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogPotentiometer.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogPotentiometer.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import java.nio.ByteBuffer; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogTrigger.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogTrigger.java index a15a9ae09f..37c3e64d33 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogTrigger.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogTrigger.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogTriggerOutput.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogTriggerOutput.java index 71ac3dcd8b..a006c089cf 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogTriggerOutput.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/AnalogTriggerOutput.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/BuiltInAccelerometer.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/BuiltInAccelerometer.java index ca000eb01a..b00778e329 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/BuiltInAccelerometer.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/BuiltInAccelerometer.java @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.interfaces.Accelerometer; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CANJaguar.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CANJaguar.java index 0566df2ec1..c0ad46dad1 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CANJaguar.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CANJaguar.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CANSpeedController.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CANSpeedController.java index e4a3471bf6..75d48c55a1 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CANSpeedController.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CANSpeedController.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.livewindow.LiveWindowSendable; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CANTalon.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CANTalon.java index c7bd0932f8..73acefd88a 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CANTalon.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CANTalon.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.hal.CanTalonJNI; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CameraServer.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CameraServer.java index 8df27a6460..4af3a2f5ed 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CameraServer.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CameraServer.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import java.io.DataInputStream; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Compressor.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Compressor.java index 39bf4b3925..5148d19ab1 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Compressor.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Compressor.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.SensorBase; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ControllerPower.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ControllerPower.java index c775afe334..f829c194a2 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ControllerPower.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/ControllerPower.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Counter.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Counter.java index 5bb0bac0a1..dab521295f 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Counter.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Counter.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CounterBase.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CounterBase.java index e4eb915e2b..8b4d030331 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CounterBase.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/CounterBase.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DigitalGlitchFilter.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DigitalGlitchFilter.java index 4fb388bfc8..fe0cafca26 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DigitalGlitchFilter.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DigitalGlitchFilter.java @@ -1,7 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DigitalInput.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DigitalInput.java index 13d9cf0abe..85698dabb0 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DigitalInput.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DigitalInput.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DigitalOutput.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DigitalOutput.java index 7dc744e23f..554fae8371 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DigitalOutput.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DigitalOutput.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DigitalSource.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DigitalSource.java index b11e6d57b5..e889e4d1b5 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DigitalSource.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DigitalSource.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DoubleSolenoid.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DoubleSolenoid.java index 9d9cc49bc2..c7432bf153 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DoubleSolenoid.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DoubleSolenoid.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.communication.FRCNetworkCommunicationsLibrary.tResourceType; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DriverStation.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DriverStation.java index 74928bf1cb..c6a2c9ee43 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DriverStation.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/DriverStation.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import java.nio.ByteBuffer; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Encoder.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Encoder.java index 4a2130dfba..403bf9911d 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Encoder.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Encoder.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import java.nio.ByteOrder; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/GearTooth.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/GearTooth.java index 802c8295c8..f98bba9e46 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/GearTooth.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/GearTooth.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/I2C.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/I2C.java index f425620076..470904de38 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/I2C.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/I2C.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import java.nio.ByteOrder; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/InterruptHandlerFunction.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/InterruptHandlerFunction.java index f09f2c5c6a..1e8182d04a 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/InterruptHandlerFunction.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/InterruptHandlerFunction.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.hal.InterruptJNI.InterruptJNIHandlerFunction; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/InterruptableSensorBase.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/InterruptableSensorBase.java index d7a5012df2..fc7cf5e71e 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/InterruptableSensorBase.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/InterruptableSensorBase.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/IterativeRobot.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/IterativeRobot.java index 56b6e2e0ad..4a77a92379 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/IterativeRobot.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/IterativeRobot.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.communication.FRCNetworkCommunicationsLibrary; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Jaguar.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Jaguar.java index 17c0809f14..6d59edd2ff 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Jaguar.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Jaguar.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Joystick.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Joystick.java index b526f247b7..216937c727 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Joystick.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Joystick.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.communication.FRCNetworkCommunicationsLibrary.tResourceType; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Notifier.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Notifier.java index 70fc81a4d7..4a6b583642 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Notifier.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Notifier.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import java.util.concurrent.locks.Lock; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/PWM.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/PWM.java index 24d933b86d..2449145db5 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/PWM.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/PWM.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/PowerDistributionPanel.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/PowerDistributionPanel.java index a05b5fed5a..551c001120 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/PowerDistributionPanel.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/PowerDistributionPanel.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Preferences.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Preferences.java index 9e334ccd03..a6cbf48a54 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Preferences.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Preferences.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import java.util.Vector; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Relay.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Relay.java index d8084125d0..27e039aa79 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Relay.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Relay.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Resource.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Resource.java index e22c206e6f..739b4304c0 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Resource.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Resource.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/RobotBase.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/RobotBase.java index cc110326f0..65e1268e76 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/RobotBase.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/RobotBase.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/RobotDrive.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/RobotDrive.java index 51b4827cc7..5d04b52ece 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/RobotDrive.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/RobotDrive.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.communication.FRCNetworkCommunicationsLibrary.tInstances; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SD540.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SD540.java index 1b9e78e52b..8527277eed 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SD540.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SD540.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SPI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SPI.java index 5c916f372b..dd63d45317 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SPI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SPI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import java.nio.ByteOrder; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SafePWM.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SafePWM.java index d005e87f3e..ea184e2ffa 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SafePWM.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SafePWM.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SampleRobot.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SampleRobot.java index 7da5471c5f..3eae306f86 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SampleRobot.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SampleRobot.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SerialPort.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SerialPort.java index 605fd4eab7..b0b780dd97 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SerialPort.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SerialPort.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import java.io.UnsupportedEncodingException; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Servo.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Servo.java index 93a20b2579..a386a36862 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Servo.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Servo.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Solenoid.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Solenoid.java index fa4a82f12f..2f0636e3ab 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Solenoid.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Solenoid.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SolenoidBase.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SolenoidBase.java index f24f4d72b5..1a92885fe0 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SolenoidBase.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SolenoidBase.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Spark.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Spark.java index 552e418718..c7aaa27a3c 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Spark.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Spark.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SpeedController.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SpeedController.java index 0e636e4163..e06ee3fca4 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SpeedController.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/SpeedController.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Talon.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Talon.java index 595cc1a527..f74c1a3bd5 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Talon.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Talon.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/TalonSRX.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/TalonSRX.java index eefb05b858..804a390568 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/TalonSRX.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/TalonSRX.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Ultrasonic.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Ultrasonic.java index 8c5d7818df..6da2c84062 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Ultrasonic.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Ultrasonic.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Utility.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Utility.java index e0878c7d47..4c5918d0e2 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Utility.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Utility.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Victor.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Victor.java index 66be22a865..9cb1ed06ad 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Victor.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/Victor.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/VictorSP.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/VictorSP.java index dbefdb7094..581dc60d37 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/VictorSP.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/VictorSP.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANExceptionFactory.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANExceptionFactory.java index 44fb9d0ca2..4995d3e930 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANExceptionFactory.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANExceptionFactory.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.can; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANInvalidBufferException.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANInvalidBufferException.java index 0891be6dd0..34f6194c51 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANInvalidBufferException.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANInvalidBufferException.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.can; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANJNI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANJNI.java index 353f6749e4..4f8ecce3ae 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANJNI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANJNI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.can; // import com.ochafik.lang.jnaerator.runtime.LibraryExtractor; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANJaguarVersionException.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANJaguarVersionException.java index a50d86a6c2..9e48581f85 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANJaguarVersionException.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANJaguarVersionException.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.can; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANMessageNotAllowedException.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANMessageNotAllowedException.java index 3ef52bd216..472e5be07d 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANMessageNotAllowedException.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANMessageNotAllowedException.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.can; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANMessageNotFoundException.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANMessageNotFoundException.java index 8b319564a6..a577ee8f8b 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANMessageNotFoundException.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANMessageNotFoundException.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.can; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANNotInitializedException.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANNotInitializedException.java index e2e6a1d148..d060cf641a 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANNotInitializedException.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/can/CANNotInitializedException.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.can; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/FRCNetworkCommunicationsLibrary.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/FRCNetworkCommunicationsLibrary.java index abb3b06728..1146a459c8 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/FRCNetworkCommunicationsLibrary.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/FRCNetworkCommunicationsLibrary.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.communication; import java.nio.ByteBuffer; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/HALAllianceStationID.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/HALAllianceStationID.java index 58322c1353..3fe84dd2a4 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/HALAllianceStationID.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/HALAllianceStationID.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.communication; public enum HALAllianceStationID { diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/HALControlWord.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/HALControlWord.java index 0e21d97de7..c97c75847f 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/HALControlWord.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/HALControlWord.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.communication; /** diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/NIRioStatus.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/NIRioStatus.java index 0652518379..8d3636843f 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/NIRioStatus.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/NIRioStatus.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.communication; public class NIRioStatus { diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/UsageReporting.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/UsageReporting.java index 58a0b35d5c..2b7d15c185 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/UsageReporting.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/communication/UsageReporting.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.communication; public class UsageReporting { diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/AccelerometerJNI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/AccelerometerJNI.java index 2c91d0e118..8570638548 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/AccelerometerJNI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/AccelerometerJNI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; public class AccelerometerJNI extends JNIWrapper { diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/AnalogJNI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/AnalogJNI.java index d8bec8bf45..4cbb08a38e 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/AnalogJNI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/AnalogJNI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; import java.nio.IntBuffer; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/CanTalonJNI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/CanTalonJNI.java index a02dcec2df..dd1ffe5cfb 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/CanTalonJNI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/CanTalonJNI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; public class CanTalonJNI extends JNIWrapper { diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/CompressorJNI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/CompressorJNI.java index 569828ad57..6ebcb32617 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/CompressorJNI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/CompressorJNI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; public class CompressorJNI extends JNIWrapper { diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/CounterJNI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/CounterJNI.java index 2b627ef4a3..c10195f926 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/CounterJNI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/CounterJNI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; import java.nio.IntBuffer; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/DIOJNI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/DIOJNI.java index 4ebeb25a6f..d9e2c4a316 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/DIOJNI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/DIOJNI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; public class DIOJNI extends JNIWrapper { diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/DigitalGlitchFilterJNI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/DigitalGlitchFilterJNI.java index 52f7ecbb64..84c2e820d6 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/DigitalGlitchFilterJNI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/DigitalGlitchFilterJNI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; public class DigitalGlitchFilterJNI extends JNIWrapper { diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/EncoderJNI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/EncoderJNI.java index ae6f2c9a45..c48c30194d 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/EncoderJNI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/EncoderJNI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; import java.nio.IntBuffer; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/HALUtil.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/HALUtil.java index b89d44530e..757403e9f2 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/HALUtil.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/HALUtil.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; public class HALUtil extends JNIWrapper { diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/I2CJNI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/I2CJNI.java index 6adf45a61c..d6b9dc8aa9 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/I2CJNI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/I2CJNI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; import java.nio.ByteBuffer; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/InterruptJNI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/InterruptJNI.java index 6784b91b2e..b653eba07f 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/InterruptJNI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/InterruptJNI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; public class InterruptJNI extends JNIWrapper { diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/JNIWrapper.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/JNIWrapper.java index eb9154e455..5852951be9 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/JNIWrapper.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/JNIWrapper.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; import java.io.File; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/NotifierJNI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/NotifierJNI.java index 8df33b96a2..25e146ebd0 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/NotifierJNI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/NotifierJNI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; import java.lang.Runtime; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/PDPJNI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/PDPJNI.java index 5b007259ad..7f11c8ea06 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/PDPJNI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/PDPJNI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; public class PDPJNI extends JNIWrapper { diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/PWMJNI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/PWMJNI.java index aff87e75a0..c4c50dc7ad 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/PWMJNI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/PWMJNI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; public class PWMJNI extends DIOJNI { diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/PowerJNI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/PowerJNI.java index cddb5e6f5e..ada08024b1 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/PowerJNI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/PowerJNI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; public class PowerJNI extends JNIWrapper { diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/RelayJNI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/RelayJNI.java index df6f6b3e71..f8445ece10 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/RelayJNI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/RelayJNI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; public class RelayJNI extends DIOJNI { diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/SPIJNI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/SPIJNI.java index cc800544dc..de8c1cb852 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/SPIJNI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/SPIJNI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; import java.nio.ByteBuffer; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/SerialPortJNI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/SerialPortJNI.java index 73511d951e..ab906a3e0d 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/SerialPortJNI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/SerialPortJNI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; import java.nio.ByteBuffer; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/SolenoidJNI.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/SolenoidJNI.java index 7a7b1e3e4f..61cc9b862a 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/SolenoidJNI.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/hal/SolenoidJNI.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.hal; public class SolenoidJNI extends JNIWrapper { diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/BinaryImage.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/BinaryImage.java index 030f268461..4b89ab5d5e 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/BinaryImage.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/BinaryImage.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.image; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/ColorImage.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/ColorImage.java index bc6441a27e..03beaea2b9 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/ColorImage.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/ColorImage.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.image; import com.ni.vision.NIVision; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/HSLImage.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/HSLImage.java index 00fc319dd9..afa487f3f1 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/HSLImage.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/HSLImage.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.image; import com.ni.vision.NIVision; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/ImageBase.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/ImageBase.java index 319d83451c..d90fc0dd32 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/ImageBase.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/ImageBase.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.image; import com.ni.vision.NIVision; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/MonoImage.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/MonoImage.java index 8cfb85e3f9..d71a1dabfa 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/MonoImage.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/MonoImage.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.image; import com.ni.vision.NIVision; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/NIVisionException.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/NIVisionException.java index ddf096cc8e..d034107caa 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/NIVisionException.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/NIVisionException.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.image; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/ParticleAnalysisReport.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/ParticleAnalysisReport.java index 7cb4d2e21b..3abac25c35 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/ParticleAnalysisReport.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/ParticleAnalysisReport.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.image; import com.ni.vision.NIVision; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/RGBImage.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/RGBImage.java index b69b1bfbd7..947968c45c 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/RGBImage.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/image/RGBImage.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.image; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/internal/HardwareHLUsageReporting.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/internal/HardwareHLUsageReporting.java index 0cc81d4db2..68d0040952 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/internal/HardwareHLUsageReporting.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/internal/HardwareHLUsageReporting.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.internal; import edu.wpi.first.wpilibj.HLUsageReporting; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/internal/HardwareTimer.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/internal/HardwareTimer.java index 78205106a2..d3f6179df4 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/internal/HardwareTimer.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/internal/HardwareTimer.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.internal; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/vision/AxisCamera.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/vision/AxisCamera.java index 230667559d..ac8ca83142 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/vision/AxisCamera.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/vision/AxisCamera.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.vision; diff --git a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/vision/USBCamera.java b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/vision/USBCamera.java index 8d1c364f29..ace3ffbed5 100644 --- a/wpilibj/src/athena/java/edu/wpi/first/wpilibj/vision/USBCamera.java +++ b/wpilibj/src/athena/java/edu/wpi/first/wpilibj/vision/USBCamera.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.vision; import java.nio.ByteBuffer; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/CircularBuffer.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/CircularBuffer.java index b0dd443be3..719c2f5da8 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/CircularBuffer.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/CircularBuffer.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; /** diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/GenericHID.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/GenericHID.java index e5bd9b5e1f..385b8435f1 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/GenericHID.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/GenericHID.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/GyroBase.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/GyroBase.java index 1bf20c8753..0b1bbf5e1d 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/GyroBase.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/GyroBase.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.interfaces.Gyro; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/HLUsageReporting.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/HLUsageReporting.java index 5dfc243c8a..02a939802e 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/HLUsageReporting.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/HLUsageReporting.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.util.BaseSystemNotInitializedException; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/MotorSafety.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/MotorSafety.java index 50af727c17..16e14b4265 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/MotorSafety.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/MotorSafety.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/MotorSafetyHelper.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/MotorSafetyHelper.java index b4d7c55e36..73d7976f42 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/MotorSafetyHelper.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/MotorSafetyHelper.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/NamedSendable.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/NamedSendable.java index a192bd4e8d..0bc2e57030 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/NamedSendable.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/NamedSendable.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/PIDInterface.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/PIDInterface.java index a001c8dc1d..33602b0bd4 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/PIDInterface.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/PIDInterface.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; public interface PIDInterface extends Controller { diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/PIDOutput.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/PIDOutput.java index 4e865311d2..1fc28a5650 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/PIDOutput.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/PIDOutput.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/PIDSource.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/PIDSource.java index 839ae4bae1..8195470c8f 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/PIDSource.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/PIDSource.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/PIDSourceType.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/PIDSourceType.java index fddb11f022..6f91ff4667 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/PIDSourceType.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/PIDSourceType.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/RobotState.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/RobotState.java index 7dd0e3fdaf..772cc72b55 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/RobotState.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/RobotState.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.util.BaseSystemNotInitializedException; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/Sendable.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/Sendable.java index ec79ff868b..f7801328e8 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/Sendable.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/Sendable.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.tables.ITable; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/SensorBase.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/SensorBase.java index d07a161f5b..b7a1e643e3 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/SensorBase.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/SensorBase.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/Timer.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/Timer.java index f208b7034b..b4d68b2485 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/Timer.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/Timer.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.util.BaseSystemNotInitializedException; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/Button.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/Button.java index a6ff80f489..69ae019368 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/Button.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/Button.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.buttons; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/InternalButton.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/InternalButton.java index 92e84578e8..d501a9515d 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/InternalButton.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/InternalButton.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.buttons; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/JoystickButton.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/JoystickButton.java index fb03606dca..8a7502be6a 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/JoystickButton.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/JoystickButton.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.buttons; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/NetworkButton.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/NetworkButton.java index 3941fd1a0a..6a030c9a6f 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/NetworkButton.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/NetworkButton.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.buttons; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/Trigger.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/Trigger.java index 02c489ea8a..ed8fc3056f 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/Trigger.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/buttons/Trigger.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.buttons; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/Command.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/Command.java index 526f3b0712..5bdf3a3901 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/Command.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/Command.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.command; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/CommandGroup.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/CommandGroup.java index 6f1409c640..ca9c65419e 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/CommandGroup.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/CommandGroup.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.command; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.java index 94305313ab..dc8c54f1f0 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.command; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/LinkedListElement.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/LinkedListElement.java index 8ddaea7437..8edc8c5fb0 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/LinkedListElement.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/LinkedListElement.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.command; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/PIDCommand.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/PIDCommand.java index 7eff7c5078..9da84c7686 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/PIDCommand.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/PIDCommand.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.command; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/PIDSubsystem.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/PIDSubsystem.java index 5dc392a35a..2f5a5f59ea 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/PIDSubsystem.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/PIDSubsystem.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.command; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/PrintCommand.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/PrintCommand.java index 781070cce3..60b8c6c462 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/PrintCommand.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/PrintCommand.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.command; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/Scheduler.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/Scheduler.java index 72ae524746..377b277267 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/Scheduler.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/Scheduler.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.command; import java.util.Enumeration; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/Set.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/Set.java index 8dd2c469cc..7cf97e0cf7 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/Set.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/Set.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.command; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/StartCommand.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/StartCommand.java index ba8a1c5a14..0b40d8cf64 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/StartCommand.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/StartCommand.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.command; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/Subsystem.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/Subsystem.java index 02373ad49c..30c3a31744 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/Subsystem.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/Subsystem.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.command; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/WaitCommand.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/WaitCommand.java index 6417f7dde5..207c3cd0ae 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/WaitCommand.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/WaitCommand.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.command; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/WaitForChildren.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/WaitForChildren.java index 3df99e35a0..7cff89da8e 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/WaitForChildren.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/WaitForChildren.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.command; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/WaitUntilCommand.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/WaitUntilCommand.java index 738c69af33..062fdecdde 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/WaitUntilCommand.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/command/WaitUntilCommand.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.command; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/filters/Filter.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/filters/Filter.java index ad4706473e..23f2993999 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/filters/Filter.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/filters/Filter.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.filters; import edu.wpi.first.wpilibj.PIDSource; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/filters/LinearDigitalFilter.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/filters/LinearDigitalFilter.java index b97090b042..b8edc370cf 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/filters/LinearDigitalFilter.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/filters/LinearDigitalFilter.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.filters; import edu.wpi.first.wpilibj.filters.Filter; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/interfaces/Accelerometer.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/interfaces/Accelerometer.java index 728b8b9bbf..8db3a69359 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/interfaces/Accelerometer.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/interfaces/Accelerometer.java @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.interfaces; /** diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/interfaces/Gyro.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/interfaces/Gyro.java index 6a790afb5b..8bc4ddb634 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/interfaces/Gyro.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/interfaces/Gyro.java @@ -1,8 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ -/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.interfaces; /** diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/interfaces/Potentiometer.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/interfaces/Potentiometer.java index 8fe6e93ce3..9918ea2d8f 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/interfaces/Potentiometer.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/interfaces/Potentiometer.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.interfaces; import edu.wpi.first.wpilibj.PIDSource; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/smartdashboard/SendableChooser.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/smartdashboard/SendableChooser.java index c20a5aaa73..68e2d59d3a 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/smartdashboard/SendableChooser.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/smartdashboard/SendableChooser.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.smartdashboard; import edu.wpi.first.wpilibj.Sendable; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/smartdashboard/SmartDashboard.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/smartdashboard/SmartDashboard.java index c3bad7e604..64586ea92f 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/smartdashboard/SmartDashboard.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/smartdashboard/SmartDashboard.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.smartdashboard; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/AllocationException.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/AllocationException.java index 2557245ad4..07ecd1012a 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/AllocationException.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/AllocationException.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.util; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/BaseSystemNotInitializedException.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/BaseSystemNotInitializedException.java index 35a667ec0f..c6801d810d 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/BaseSystemNotInitializedException.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/BaseSystemNotInitializedException.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.util; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/BoundaryException.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/BoundaryException.java index 74979432d1..e1d1c16213 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/BoundaryException.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/BoundaryException.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.util; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/CheckedAllocationException.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/CheckedAllocationException.java index 1e89c5efa4..3d8c74d751 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/CheckedAllocationException.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/CheckedAllocationException.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.util; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/SortedVector.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/SortedVector.java index 47eef7b088..aa56232baa 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/SortedVector.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/SortedVector.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.util; import java.util.Vector; diff --git a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/UncleanStatusException.java b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/UncleanStatusException.java index 2442ef7a1c..f9996e532b 100644 --- a/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/UncleanStatusException.java +++ b/wpilibj/src/shared/java/edu/wpi/first/wpilibj/util/UncleanStatusException.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj.util; diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/AnalogGyro.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/AnalogGyro.java index c2cb504cbc..31ca2d9ddb 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/AnalogGyro.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/AnalogGyro.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.interfaces.Gyro; diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/AnalogInput.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/AnalogInput.java index 31feefa41e..a663a3f0cc 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/AnalogInput.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/AnalogInput.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.livewindow.LiveWindow; diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/AnalogPotentiometer.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/AnalogPotentiometer.java index 96983723e6..4e7e0d94e4 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/AnalogPotentiometer.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/AnalogPotentiometer.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.interfaces.Potentiometer; import edu.wpi.first.wpilibj.livewindow.LiveWindowSendable; diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/CounterBase.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/CounterBase.java index 566c5ba1ab..3bd860633b 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/CounterBase.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/CounterBase.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/DigitalInput.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/DigitalInput.java index 07c0cd4f9f..3235ac717c 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/DigitalInput.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/DigitalInput.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.livewindow.LiveWindowSendable; diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/DoubleSolenoid.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/DoubleSolenoid.java index 416c79f0a8..691a74ae1a 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/DoubleSolenoid.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/DoubleSolenoid.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.livewindow.LiveWindow; diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/DriverStation.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/DriverStation.java index 66c5ccb175..fa34e34418 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/DriverStation.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/DriverStation.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.simulation.MainNode; diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Encoder.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Encoder.java index 80e1196509..f65813d7e9 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Encoder.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Encoder.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.livewindow.LiveWindow; diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/IterativeRobot.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/IterativeRobot.java index c5307329cd..ade1e82075 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/IterativeRobot.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/IterativeRobot.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.Timer; diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Jaguar.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Jaguar.java index 55fe7a5c3c..852df66ae1 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Jaguar.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Jaguar.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Joystick.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Joystick.java index c0ecc36d11..4eca2aa5b5 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Joystick.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Joystick.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Preferences.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Preferences.java index ddeb909c30..da90b2d631 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Preferences.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Preferences.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import java.io.File; diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Relay.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Relay.java index b9925798b6..178cd07d69 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Relay.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Relay.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/RobotBase.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/RobotBase.java index 633341fc12..7b2c350c62 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/RobotBase.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/RobotBase.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/RobotDrive.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/RobotDrive.java index 6b4813ebfd..a159ad5dbf 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/RobotDrive.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/RobotDrive.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/SampleRobot.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/SampleRobot.java index 399a5f4278..6fd4f83764 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/SampleRobot.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/SampleRobot.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Servo.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Servo.java index 7db4467682..f4a30ef045 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Servo.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Servo.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.livewindow.LiveWindowSendable; diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Solenoid.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Solenoid.java index 1b4efd8f18..cc8e7974f9 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Solenoid.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Solenoid.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/SpeedController.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/SpeedController.java index 21c95e5078..60cef1beab 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/SpeedController.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/SpeedController.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Talon.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Talon.java index 4e1fd54fa4..75bffdb9aa 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Talon.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Talon.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Victor.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Victor.java index 25c7dc0ea3..84a8cfad8c 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Victor.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/Victor.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/command/Scheduler.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/command/Scheduler.java index bba248fe28..7754b19352 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/command/Scheduler.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/command/Scheduler.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.command; import java.util.Enumeration; diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/internal/SimTimer.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/internal/SimTimer.java index cbc75eb668..cf514f9bd9 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/internal/SimTimer.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/internal/SimTimer.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2012. All Rights Reserved. */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/MainNode.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/MainNode.java index 0f937d4130..98db62a1b6 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/MainNode.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/MainNode.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.simulation; import java.io.IOException; diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimDigitalInput.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimDigitalInput.java index abefc4335e..5d2b286a1a 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimDigitalInput.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimDigitalInput.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.simulation; import gazebo.msgs.GzBool.Bool; diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimEncoder.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimEncoder.java index 9f09f5cb6a..4c7ff873ab 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimEncoder.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimEncoder.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.simulation; import org.gazebosim.transport.Msgs; diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimFloatInput.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimFloatInput.java index ce63c428d8..5c51f3c441 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimFloatInput.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimFloatInput.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.simulation; diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimGyro.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimGyro.java index e9fb7a94d9..c6d4b1f2a7 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimGyro.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimGyro.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.simulation; import gazebo.msgs.GzFloat64.Float64; diff --git a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimSpeedController.java b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimSpeedController.java index bba18d9fd5..3039022a09 100644 --- a/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimSpeedController.java +++ b/wpilibj/src/sim/java/edu/wpi/first/wpilibj/simulation/SimSpeedController.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.simulation; import gazebo.msgs.GzFloat64.Float64; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/AbstractInterruptTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/AbstractInterruptTest.java index 4115d705ed..98222b8c3a 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/AbstractInterruptTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/AbstractInterruptTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.hamcrest.Matchers.both; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/AbstractTestSuiteTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/AbstractTestSuiteTest.java index 64ff7a0813..e3be60ccb1 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/AbstractTestSuiteTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/AbstractTestSuiteTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.test; import static org.hamcrest.MatcherAssert.assertThat; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/AnalogCrossConnectTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/AnalogCrossConnectTest.java index eccbc305b9..c1707911a6 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/AnalogCrossConnectTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/AnalogCrossConnectTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.junit.Assert.assertEquals; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/AnalogPotentiometerTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/AnalogPotentiometerTest.java index 5c57512d1a..e67d34a652 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/AnalogPotentiometerTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/AnalogPotentiometerTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.junit.Assert.assertEquals; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/BuiltInAccelerometerTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/BuiltInAccelerometerTest.java index a222a78cb8..c8b2e5d4a2 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/BuiltInAccelerometerTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/BuiltInAccelerometerTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.junit.Assert.assertEquals; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/CANTalonTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/CANTalonTest.java index 4b333713e3..f6108b73f4 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/CANTalonTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/CANTalonTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.junit.Assert.assertTrue; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/CircularBufferTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/CircularBufferTest.java index 56d05c0f29..3d5a3aa4c3 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/CircularBufferTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/CircularBufferTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.junit.Assert.assertEquals; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/CounterTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/CounterTest.java index 3049686571..d967d09520 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/CounterTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/CounterTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.junit.Assert.assertTrue; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/DIOCrossConnectTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/DIOCrossConnectTest.java index 099911631f..a4d3771fbb 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/DIOCrossConnectTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/DIOCrossConnectTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.junit.Assert.assertFalse; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/DigitalGlitchFilterTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/DigitalGlitchFilterTest.java index 85b0c601cb..43a0b428e8 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/DigitalGlitchFilterTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/DigitalGlitchFilterTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2015. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.junit.Assert.assertEquals; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/EncoderTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/EncoderTest.java index f70dd2ae20..fe0e36a3ac 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/EncoderTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/EncoderTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.junit.Assert.assertTrue; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/FilterNoiseTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/FilterNoiseTest.java index c7ddecc441..12312cb583 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/FilterNoiseTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/FilterNoiseTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.junit.Assert.assertTrue; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/FilterOutputTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/FilterOutputTest.java index cae46b0acb..6aed5a723f 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/FilterOutputTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/FilterOutputTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ /* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.junit.Assert.assertEquals; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/GyroTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/GyroTest.java index ee84545013..a3873375bc 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/GyroTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/GyroTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.junit.Assert.assertEquals; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/MotorEncoderTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/MotorEncoderTest.java index 9559ef40e2..398b4a5b98 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/MotorEncoderTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/MotorEncoderTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.junit.Assert.assertEquals; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/MotorInvertingTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/MotorInvertingTest.java index a7270545ff..5785d83e3d 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/MotorInvertingTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/MotorInvertingTest.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import edu.wpi.first.wpilibj.fixtures.MotorEncoderFixture; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/PCMTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/PCMTest.java index ea631bf161..733377254d 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/PCMTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/PCMTest.java @@ -1,8 +1,8 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ package edu.wpi.first.wpilibj; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/PDPTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/PDPTest.java index 98e9aba618..c7683af28b 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/PDPTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/PDPTest.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.hamcrest.Matchers.greaterThan; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/PIDTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/PIDTest.java index c4e026d3b9..c75426c0b4 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/PIDTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/PIDTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.hamcrest.CoreMatchers.is; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/PreferencesTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/PreferencesTest.java index 0ca8aaf926..e8fb17c74c 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/PreferencesTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/PreferencesTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.junit.Assert.assertEquals; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/RelayCrossConnectTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/RelayCrossConnectTest.java index 5ed2c004b4..524357f7e8 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/RelayCrossConnectTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/RelayCrossConnectTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.junit.Assert.assertEquals; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/SampleTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/SampleTest.java index 78ca301b4f..aa382e0db6 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/SampleTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/SampleTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.junit.Assert.assertTrue; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/TimerTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/TimerTest.java index e821b3b085..fbd22645aa 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/TimerTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/TimerTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import static org.junit.Assert.assertEquals; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/WpiLibJTestSuite.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/WpiLibJTestSuite.java index d042d49cf9..32235a3456 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/WpiLibJTestSuite.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/WpiLibJTestSuite.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj; import org.junit.runner.RunWith; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/AbstractCANTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/AbstractCANTest.java index 15c5417416..148660facb 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/AbstractCANTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/AbstractCANTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.can; import org.junit.After; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANCurrentQuadEncoderModeTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANCurrentQuadEncoderModeTest.java index cfda635b0a..0d011a6ba6 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANCurrentQuadEncoderModeTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANCurrentQuadEncoderModeTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.can; import static org.junit.Assert.assertEquals; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANDefaultTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANDefaultTest.java index 54524c3ee0..c5f289cb9c 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANDefaultTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANDefaultTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.can; import static org.hamcrest.Matchers.greaterThan; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANJaguarInversionTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANJaguarInversionTest.java index 4f05885d57..b7dbcba64f 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANJaguarInversionTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANJaguarInversionTest.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.can; import edu.wpi.first.wpilibj.CANJaguar; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANPercentQuadEncoderModeTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANPercentQuadEncoderModeTest.java index 146f255c5f..0d4ceae17d 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANPercentQuadEncoderModeTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANPercentQuadEncoderModeTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.can; import static org.hamcrest.Matchers.greaterThan; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANPositionPotentiometerModeTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANPositionPotentiometerModeTest.java index cbc2c4810e..0186fe9b9e 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANPositionPotentiometerModeTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANPositionPotentiometerModeTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.can; import static org.hamcrest.Matchers.greaterThan; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANPositionQuadEncoderModeTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANPositionQuadEncoderModeTest.java index 347e9d0938..c1cfa10b1c 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANPositionQuadEncoderModeTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANPositionQuadEncoderModeTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.can; import static org.junit.Assert.assertEquals; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANSpeedQuadEncoderModeTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANSpeedQuadEncoderModeTest.java index 1759479608..e38a474906 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANSpeedQuadEncoderModeTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANSpeedQuadEncoderModeTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.can; import static org.hamcrest.Matchers.greaterThan; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANTestSuite.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANTestSuite.java index 2b8bccc442..5ebd59474e 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANTestSuite.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANTestSuite.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.can; import org.junit.runner.RunWith; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANVoltageQuadEncoderModeTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANVoltageQuadEncoderModeTest.java index e2907e88df..cd2e8563fa 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANVoltageQuadEncoderModeTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/can/CANVoltageQuadEncoderModeTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.can; import static org.hamcrest.Matchers.greaterThan; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/AbstractCommandTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/AbstractCommandTest.java index 162f43ba10..7f1c23c547 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/AbstractCommandTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/AbstractCommandTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.command; import static org.junit.Assert.assertEquals; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/ButtonTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/ButtonTest.java index 1d1eebda32..9271ace8ab 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/ButtonTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/ButtonTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.command; import java.util.logging.Logger; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandParallelGroupTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandParallelGroupTest.java index cb1a9e760d..34008dce72 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandParallelGroupTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandParallelGroupTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.command; import static org.junit.Assert.*; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandScheduleTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandScheduleTest.java index 72b404a5b0..435bee0500 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandScheduleTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandScheduleTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.command; import static org.junit.Assert.*; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandSequentialGroupTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandSequentialGroupTest.java index 2f0bdfb0b9..13b90be4f8 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandSequentialGroupTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandSequentialGroupTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.command; import java.util.logging.Logger; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandSupersedeTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandSupersedeTest.java index 36af21d799..066bacdc8b 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandSupersedeTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandSupersedeTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.command; import java.util.logging.Logger; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandTestSuite.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandTestSuite.java index 468e890762..08eb794b5b 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandTestSuite.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandTestSuite.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.command; import org.junit.runner.RunWith; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandTimeoutTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandTimeoutTest.java index fa18323137..4b836bc89c 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandTimeoutTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/CommandTimeoutTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.command; import static org.junit.Assert.*; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/DefaultCommandTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/DefaultCommandTest.java index 32531782e1..eb7805059c 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/DefaultCommandTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/command/DefaultCommandTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.command; import static org.junit.Assert.*; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/AnalogCrossConnectFixture.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/AnalogCrossConnectFixture.java index c147d97ae2..96d7962570 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/AnalogCrossConnectFixture.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/AnalogCrossConnectFixture.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.fixtures; import edu.wpi.first.wpilibj.AnalogInput; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/CANMotorEncoderFixture.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/CANMotorEncoderFixture.java index 99978c58fc..a230c4c365 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/CANMotorEncoderFixture.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/CANMotorEncoderFixture.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.fixtures; import java.util.logging.Logger; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/DIOCrossConnectFixture.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/DIOCrossConnectFixture.java index 78fd3b2198..39904d3ded 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/DIOCrossConnectFixture.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/DIOCrossConnectFixture.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.fixtures; import java.util.logging.Level; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/FakeCounterFixture.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/FakeCounterFixture.java index 9354e7740c..b07d6cd6d5 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/FakeCounterFixture.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/FakeCounterFixture.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.fixtures; import java.util.logging.Level; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/FakeEncoderFixture.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/FakeEncoderFixture.java index c27b7dc54f..c2db9ea744 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/FakeEncoderFixture.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/FakeEncoderFixture.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.fixtures; import java.util.logging.Level; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/FilterNoiseFixture.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/FilterNoiseFixture.java index e4c4e41427..d4ca9e4a5c 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/FilterNoiseFixture.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/FilterNoiseFixture.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.fixtures; import java.lang.reflect.ParameterizedType; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/FilterOutputFixture.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/FilterOutputFixture.java index 1b1ee4fc8a..b353e4dea5 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/FilterOutputFixture.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/FilterOutputFixture.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.fixtures; import java.lang.reflect.ParameterizedType; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/ITestFixture.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/ITestFixture.java index d93f73ad41..9ba87794bd 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/ITestFixture.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/ITestFixture.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.fixtures; import edu.wpi.first.wpilibj.test.TestBench; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/MotorEncoderFixture.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/MotorEncoderFixture.java index 14b20135bc..309e872fba 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/MotorEncoderFixture.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/MotorEncoderFixture.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.fixtures; import java.lang.reflect.ParameterizedType; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/RelayCrossConnectFixture.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/RelayCrossConnectFixture.java index 2d8b2d9d8f..073efa50b6 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/RelayCrossConnectFixture.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/RelayCrossConnectFixture.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.fixtures; import edu.wpi.first.wpilibj.DigitalInput; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/SampleFixture.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/SampleFixture.java index d521e6e2e1..f92d9debed 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/SampleFixture.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/SampleFixture.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.fixtures; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/TiltPanCameraFixture.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/TiltPanCameraFixture.java index 06bda65acc..29e06833c2 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/TiltPanCameraFixture.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/fixtures/TiltPanCameraFixture.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.fixtures; import java.util.logging.Logger; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/mockhardware/FakeCounterSource.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/mockhardware/FakeCounterSource.java index cd76897dd3..ba644b83d9 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/mockhardware/FakeCounterSource.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/mockhardware/FakeCounterSource.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.mockhardware; import edu.wpi.first.wpilibj.DigitalOutput; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/mockhardware/FakeEncoderSource.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/mockhardware/FakeEncoderSource.java index a79e7cd09c..b298d7779b 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/mockhardware/FakeEncoderSource.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/mockhardware/FakeEncoderSource.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.mockhardware; import edu.wpi.first.wpilibj.DigitalOutput; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/mockhardware/FakePotentiometerSource.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/mockhardware/FakePotentiometerSource.java index 6d4d5ef8ca..06406841cd 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/mockhardware/FakePotentiometerSource.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/mockhardware/FakePotentiometerSource.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.mockhardware; import edu.wpi.first.wpilibj.AnalogOutput; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/mocks/MockCommand.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/mocks/MockCommand.java index 210e9df761..54f79d5e23 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/mocks/MockCommand.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/mocks/MockCommand.java @@ -1,3 +1,10 @@ +/*----------------------------------------------------------------------------*/ +/* Copyright (c) FIRST 2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* must be accompanied by the FIRST BSD license file in the root directory of */ +/* the project. */ +/*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.mocks; import edu.wpi.first.wpilibj.command.Command; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/smartdashboard/SmartDashboardTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/smartdashboard/SmartDashboardTest.java index f64c9fa3ee..193df5ae60 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/smartdashboard/SmartDashboardTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/smartdashboard/SmartDashboardTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.smartdashboard; import static org.junit.Assert.assertEquals; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/smartdashboard/SmartDashboardTestSuite.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/smartdashboard/SmartDashboardTestSuite.java index 522f0d3065..66e99ec504 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/smartdashboard/SmartDashboardTestSuite.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/smartdashboard/SmartDashboardTestSuite.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.smartdashboard; import org.junit.runner.RunWith; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/AbstractComsSetup.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/AbstractComsSetup.java index 1694078c21..1305a7a22b 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/AbstractComsSetup.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/AbstractComsSetup.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.test; import java.util.logging.Level; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/AbstractTestSuite.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/AbstractTestSuite.java index 171159d514..93a23c0de1 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/AbstractTestSuite.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/AbstractTestSuite.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.test; import java.lang.reflect.Method; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/AntJunitLanucher.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/AntJunitLanucher.java index ec06198ef1..9654a993d3 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/AntJunitLanucher.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/AntJunitLanucher.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.test; import java.io.File; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/QuickTest.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/QuickTest.java index db90340f4f..823824bfee 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/QuickTest.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/QuickTest.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.test; import java.util.logging.Logger; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/RepeatRule.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/RepeatRule.java index 45bce27cb0..276d16060a 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/RepeatRule.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/RepeatRule.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.test; import java.lang.annotation.Retention; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/TestBench.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/TestBench.java index 5dc93ae89d..7ab009dad2 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/TestBench.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/TestBench.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.test; import java.io.PrintStream; diff --git a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/TestSuite.java b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/TestSuite.java index 27027a20cb..5b8d200073 100644 --- a/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/TestSuite.java +++ b/wpilibjIntegrationTests/src/main/java/edu/wpi/first/wpilibj/test/TestSuite.java @@ -1,9 +1,10 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2008-2014. All Rights Reserved. */ -/* Open Source Software - may be modified and shared by FRC teams. The code */ +/* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ +/* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of */ -/* the project. */ +/* the project. */ /*----------------------------------------------------------------------------*/ + package edu.wpi.first.wpilibj.test; import java.io.IOException;