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.
This commit is contained in:
Peter Johnson
2020-12-26 14:12:05 -08:00
committed by GitHub
parent 2bc0a7795c
commit 8f1f64ffb6
2812 changed files with 8634 additions and 17067 deletions

View File

@@ -1,9 +1,6 @@
/*----------------------------------------------------------------------------*/
/* Copyright (c) 2017-2020 FIRST. All Rights Reserved. */
/* Open Source Software - may be 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 and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include "hal/Interrupts.h"