Skip to content

Commit df5c1fb

Browse files
committed
Removed FIRST copyright headers
1 parent 5520333 commit df5c1fb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+0
-213
lines changed

src/main/deploy/example.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/main/java/frc/robot/Constants.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) FIRST and other WPILib contributors.
2-
// Open Source Software; you can modify and/or share it under the terms of
3-
// the WPILib BSD license file in the root directory of this project.
4-
51
package frc.robot;
62

73
import edu.wpi.first.math.trajectory.TrapezoidProfile;

src/main/java/frc/robot/Main.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) FIRST and other WPILib contributors.
2-
// Open Source Software; you can modify and/or share it under the terms of
3-
// the WPILib BSD license file in the root directory of this project.
4-
51
package frc.robot;
62

73
import edu.wpi.first.wpilibj.RobotBase;

src/main/java/frc/robot/Robot.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) FIRST and other WPILib contributors.
2-
// Open Source Software; you can modify and/or share it under the terms of
3-
// the WPILib BSD license file in the root directory of this project.
4-
51
package frc.robot;
62

73
import java.awt.image.BufferedImage;

src/main/java/frc/robot/RobotContainer.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) FIRST and other WPILib contributors.
2-
// Open Source Software; you can modify and/or share it under the terms of
3-
// the WPILib BSD license file in the root directory of this project.
4-
51
package frc.robot;
62

73
import static com.team2363.utilities.ControllerMap.*;

src/main/java/frc/robot/auto/groups/FiveBallAuto.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) FIRST and other WPILib contributors.
2-
// Open Source Software; you can modify and/or share it under the terms of
3-
// the WPILib BSD license file in the root directory of this project.
4-
51
package frc.robot.auto.groups;
62

73
import edu.wpi.first.wpilibj2.command.WaitCommand;

src/main/java/frc/robot/climber/Climber.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) FIRST and other WPILib contributors.
2-
// Open Source Software; you can modify and/or share it under the terms of
3-
// the WPILib BSD license file in the root directory of this project.
4-
51
package frc.robot.climber;
62

73
import edu.wpi.first.wpilibj.DoubleSolenoid;

src/main/java/frc/robot/climber/commands/DeployClimber.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) FIRST and other WPILib contributors.
2-
// Open Source Software; you can modify and/or share it under the terms of
3-
// the WPILib BSD license file in the root directory of this project.
4-
51
package frc.robot.climber.commands;
62

73
import edu.wpi.first.wpilibj2.command.CommandBase;

src/main/java/frc/robot/climber/commands/RetractClimber.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) FIRST and other WPILib contributors.
2-
// Open Source Software; you can modify and/or share it under the terms of
3-
// the WPILib BSD license file in the root directory of this project.
4-
51
package frc.robot.climber.commands;
62

73
import edu.wpi.first.wpilibj2.command.CommandBase;

src/main/java/frc/robot/climber/commands/ToggleClimber.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) FIRST and other WPILib contributors.
2-
// Open Source Software; you can modify and/or share it under the terms of
3-
// the WPILib BSD license file in the root directory of this project.
4-
51
package frc.robot.climber.commands;
62

73
import edu.wpi.first.wpilibj2.command.CommandBase;

0 commit comments

Comments
 (0)