From f7d39193a4c7aac4d826ade8a8d99d9f004f6dfa Mon Sep 17 00:00:00 2001 From: Prateek Machiraju Date: Mon, 25 Jan 2021 10:39:01 -0500 Subject: [PATCH] [wpigui] Fix copyright in pfd and wpigui_metal.mm --- wpigui/src/main/native/cpp/portable-file-dialogs.cpp | 9 +++------ wpigui/src/main/native/metal/wpigui_metal.mm | 9 +++------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/wpigui/src/main/native/cpp/portable-file-dialogs.cpp b/wpigui/src/main/native/cpp/portable-file-dialogs.cpp index 09f5d37d02..1330fa7a28 100644 --- a/wpigui/src/main/native/cpp/portable-file-dialogs.cpp +++ b/wpigui/src/main/native/cpp/portable-file-dialogs.cpp @@ -1,9 +1,6 @@ -/*----------------------------------------------------------------------------*/ -/* Copyright (c) 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. // // Portable File Dialogs diff --git a/wpigui/src/main/native/metal/wpigui_metal.mm b/wpigui/src/main/native/metal/wpigui_metal.mm index cf46247b63..95c78c4fe9 100644 --- a/wpigui/src/main/native/metal/wpigui_metal.mm +++ b/wpigui/src/main/native/metal/wpigui_metal.mm @@ -1,9 +1,6 @@ -/*----------------------------------------------------------------------------*/ -/* Copyright (c) 2019-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. #define GLFW_INCLUDE_NONE #define GLFW_EXPOSE_NATIVE_COCOA