Skip to content

Commit 22cd768

Browse files
authored
Remove year from file copyright message (NFC) (#2972)
Also update copyright to include "and other WPILib contributors" and clarify license referral language to not be restricted to FIRST teams.
1 parent 0caa5e2 commit 22cd768

Some content is hidden

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

71 files changed

+213
-426
lines changed

cpp/frc2/command/Command.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
/*----------------------------------------------------------------------------*/
2-
/* Copyright (c) 2019-2020 FIRST. All Rights Reserved. */
3-
/* Open Source Software - may be modified and shared by FRC teams. The code */
4-
/* must be accompanied by the FIRST BSD license file in the root directory of */
5-
/* the project. */
6-
/*----------------------------------------------------------------------------*/
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.
74

85
#include "frc2/command/Command.h"
96

cpp/frc2/command/CommandBase.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
/*----------------------------------------------------------------------------*/
2-
/* Copyright (c) 2019-2020 FIRST. All Rights Reserved. */
3-
/* Open Source Software - may be modified and shared by FRC teams. The code */
4-
/* must be accompanied by the FIRST BSD license file in the root directory of */
5-
/* the project. */
6-
/*----------------------------------------------------------------------------*/
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.
74

85
#include "frc2/command/CommandBase.h"
96

cpp/frc2/command/CommandGroupBase.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
/*----------------------------------------------------------------------------*/
2-
/* Copyright (c) 2019 FIRST. All Rights Reserved. */
3-
/* Open Source Software - may be modified and shared by FRC teams. The code */
4-
/* must be accompanied by the FIRST BSD license file in the root directory of */
5-
/* the project. */
6-
/*----------------------------------------------------------------------------*/
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.
74

85
#include "frc2/command/CommandGroupBase.h"
96

cpp/frc2/command/CommandScheduler.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
/*----------------------------------------------------------------------------*/
2-
/* Copyright (c) 2019-2020 FIRST. All Rights Reserved. */
3-
/* Open Source Software - may be modified and shared by FRC teams. The code */
4-
/* must be accompanied by the FIRST BSD license file in the root directory of */
5-
/* the project. */
6-
/*----------------------------------------------------------------------------*/
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.
74

85
#include "frc2/command/CommandScheduler.h"
96

cpp/frc2/command/CommandState.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
/*----------------------------------------------------------------------------*/
2-
/* Copyright (c) 2019 FIRST. All Rights Reserved. */
3-
/* Open Source Software - may be modified and shared by FRC teams. The code */
4-
/* must be accompanied by the FIRST BSD license file in the root directory of */
5-
/* the project. */
6-
/*----------------------------------------------------------------------------*/
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.
74

85
#include "frc2/command/CommandState.h"
96

cpp/frc2/command/ConditionalCommand.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
/*----------------------------------------------------------------------------*/
2-
/* Copyright (c) 2019 FIRST. All Rights Reserved. */
3-
/* Open Source Software - may be modified and shared by FRC teams. The code */
4-
/* must be accompanied by the FIRST BSD license file in the root directory of */
5-
/* the project. */
6-
/*----------------------------------------------------------------------------*/
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.
74

85
#include "frc2/command/ConditionalCommand.h"
96

cpp/frc2/command/FunctionalCommand.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
/*----------------------------------------------------------------------------*/
2-
/* Copyright (c) 2019-2020 FIRST. All Rights Reserved. */
3-
/* Open Source Software - may be modified and shared by FRC teams. The code */
4-
/* must be accompanied by the FIRST BSD license file in the root directory of */
5-
/* the project. */
6-
/*----------------------------------------------------------------------------*/
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.
74

85
#include "frc2/command/FunctionalCommand.h"
96

cpp/frc2/command/InstantCommand.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
/*----------------------------------------------------------------------------*/
2-
/* Copyright (c) 2019-2020 FIRST. All Rights Reserved. */
3-
/* Open Source Software - may be modified and shared by FRC teams. The code */
4-
/* must be accompanied by the FIRST BSD license file in the root directory of */
5-
/* the project. */
6-
/*----------------------------------------------------------------------------*/
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.
74

85
#include "frc2/command/InstantCommand.h"
96

cpp/frc2/command/MecanumControllerCommand.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
/*----------------------------------------------------------------------------*/
2-
/* Copyright (c) 2019-2020 FIRST. All Rights Reserved. */
3-
/* Open Source Software - may be modified and shared by FRC teams. The code */
4-
/* must be accompanied by the FIRST BSD license file in the root directory of */
5-
/* the project. */
6-
/*----------------------------------------------------------------------------*/
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.
74

85
#include "frc2/command/MecanumControllerCommand.h"
96

cpp/frc2/command/NotifierCommand.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
/*----------------------------------------------------------------------------*/
2-
/* Copyright (c) 2019-2020 FIRST. All Rights Reserved. */
3-
/* Open Source Software - may be modified and shared by FRC teams. The code */
4-
/* must be accompanied by the FIRST BSD license file in the root directory of */
5-
/* the project. */
6-
/*----------------------------------------------------------------------------*/
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.
74

85
#include "frc2/command/NotifierCommand.h"
96

0 commit comments

Comments
 (0)