diff --git a/.travis.yml b/.travis.yml index 99b6833a33..e923b84971 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ install: - ./gradlew build -PbuildAll script: - - python3.5 -m wpiformat -y 2017 -clang 5.0 + - python3.5 -m wpiformat -y 2018 -clang 5.0 - git --no-pager diff --exit-code HEAD # Ensure formatter made no changes - ./gradlew build -PbuildAll diff --git a/examples/enum_usb/enum_usb.cpp b/examples/enum_usb/enum_usb.cpp index 8a326b9620..b96a064607 100644 --- a/examples/enum_usb/enum_usb.cpp +++ b/examples/enum_usb/enum_usb.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2017-2018 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. */ diff --git a/examples/httpcvstream/httpcvstream.cpp b/examples/httpcvstream/httpcvstream.cpp index a331fd7b38..db8e0d7b9c 100644 --- a/examples/httpcvstream/httpcvstream.cpp +++ b/examples/httpcvstream/httpcvstream.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2017-2018 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. */ diff --git a/examples/settings/settings.cpp b/examples/settings/settings.cpp index 84e91aa2ca..a76cbd060b 100644 --- a/examples/settings/settings.cpp +++ b/examples/settings/settings.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2017-2018 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. */ diff --git a/examples/usbcvstream/usbcvstream.cpp b/examples/usbcvstream/usbcvstream.cpp index 8f42bd30ee..68796b4557 100644 --- a/examples/usbcvstream/usbcvstream.cpp +++ b/examples/usbcvstream/usbcvstream.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2017-2018 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. */ diff --git a/examples/usbstream/usbstream.cpp b/examples/usbstream/usbstream.cpp index 6718370c7d..d5f686eae6 100644 --- a/examples/usbstream/usbstream.cpp +++ b/examples/usbstream/usbstream.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2017-2018 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. */ diff --git a/src/dev/java/edu/wpi/cscore/DevMain.java b/src/dev/java/edu/wpi/cscore/DevMain.java index f3664fd8a9..e65e7378af 100644 --- a/src/dev/java/edu/wpi/cscore/DevMain.java +++ b/src/dev/java/edu/wpi/cscore/DevMain.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2017-2018 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. */ diff --git a/src/dev/native/cpp/main.cpp b/src/dev/native/cpp/main.cpp index 6d91eae1a7..b95de474c7 100644 --- a/src/dev/native/cpp/main.cpp +++ b/src/dev/native/cpp/main.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2017-2018 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. */ diff --git a/src/main/java/edu/wpi/cscore/AxisCamera.java b/src/main/java/edu/wpi/cscore/AxisCamera.java index 363ee84443..08dad5c362 100644 --- a/src/main/java/edu/wpi/cscore/AxisCamera.java +++ b/src/main/java/edu/wpi/cscore/AxisCamera.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/java/edu/wpi/cscore/CameraServerJNI.java b/src/main/java/edu/wpi/cscore/CameraServerJNI.java index 684bbf6452..486718514c 100644 --- a/src/main/java/edu/wpi/cscore/CameraServerJNI.java +++ b/src/main/java/edu/wpi/cscore/CameraServerJNI.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/java/edu/wpi/cscore/CvSink.java b/src/main/java/edu/wpi/cscore/CvSink.java index 8343bc40b2..807313afd6 100644 --- a/src/main/java/edu/wpi/cscore/CvSink.java +++ b/src/main/java/edu/wpi/cscore/CvSink.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/java/edu/wpi/cscore/CvSource.java b/src/main/java/edu/wpi/cscore/CvSource.java index bf3e52e98c..74ab4f2f7e 100644 --- a/src/main/java/edu/wpi/cscore/CvSource.java +++ b/src/main/java/edu/wpi/cscore/CvSource.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/java/edu/wpi/cscore/HttpCamera.java b/src/main/java/edu/wpi/cscore/HttpCamera.java index ae789703e4..3498ee3ab5 100644 --- a/src/main/java/edu/wpi/cscore/HttpCamera.java +++ b/src/main/java/edu/wpi/cscore/HttpCamera.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/java/edu/wpi/cscore/MjpegServer.java b/src/main/java/edu/wpi/cscore/MjpegServer.java index 72a09b848b..d0cfecbf23 100644 --- a/src/main/java/edu/wpi/cscore/MjpegServer.java +++ b/src/main/java/edu/wpi/cscore/MjpegServer.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/java/edu/wpi/cscore/UsbCamera.java b/src/main/java/edu/wpi/cscore/UsbCamera.java index 1649017e20..175256350c 100644 --- a/src/main/java/edu/wpi/cscore/UsbCamera.java +++ b/src/main/java/edu/wpi/cscore/UsbCamera.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/java/edu/wpi/cscore/UsbCameraInfo.java b/src/main/java/edu/wpi/cscore/UsbCameraInfo.java index ccc80bbb05..e0d35dff19 100644 --- a/src/main/java/edu/wpi/cscore/UsbCameraInfo.java +++ b/src/main/java/edu/wpi/cscore/UsbCameraInfo.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/java/edu/wpi/cscore/VideoCamera.java b/src/main/java/edu/wpi/cscore/VideoCamera.java index 96e7849d29..c4b506c3b0 100644 --- a/src/main/java/edu/wpi/cscore/VideoCamera.java +++ b/src/main/java/edu/wpi/cscore/VideoCamera.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/java/edu/wpi/cscore/VideoEvent.java b/src/main/java/edu/wpi/cscore/VideoEvent.java index 10960bf55d..5340f53304 100644 --- a/src/main/java/edu/wpi/cscore/VideoEvent.java +++ b/src/main/java/edu/wpi/cscore/VideoEvent.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/java/edu/wpi/cscore/VideoException.java b/src/main/java/edu/wpi/cscore/VideoException.java index 2eabe8121e..924dacc9a3 100644 --- a/src/main/java/edu/wpi/cscore/VideoException.java +++ b/src/main/java/edu/wpi/cscore/VideoException.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/java/edu/wpi/cscore/VideoListener.java b/src/main/java/edu/wpi/cscore/VideoListener.java index 8bd9ca25eb..6bd433a0e1 100644 --- a/src/main/java/edu/wpi/cscore/VideoListener.java +++ b/src/main/java/edu/wpi/cscore/VideoListener.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/java/edu/wpi/cscore/VideoMode.java b/src/main/java/edu/wpi/cscore/VideoMode.java index 2ffaad2afa..9b6570eef2 100644 --- a/src/main/java/edu/wpi/cscore/VideoMode.java +++ b/src/main/java/edu/wpi/cscore/VideoMode.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/java/edu/wpi/cscore/VideoProperty.java b/src/main/java/edu/wpi/cscore/VideoProperty.java index 3b038dd2e1..84a660db06 100644 --- a/src/main/java/edu/wpi/cscore/VideoProperty.java +++ b/src/main/java/edu/wpi/cscore/VideoProperty.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/java/edu/wpi/cscore/VideoSink.java b/src/main/java/edu/wpi/cscore/VideoSink.java index d438cd8452..ab16ef6bdb 100644 --- a/src/main/java/edu/wpi/cscore/VideoSink.java +++ b/src/main/java/edu/wpi/cscore/VideoSink.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/java/edu/wpi/cscore/VideoSource.java b/src/main/java/edu/wpi/cscore/VideoSource.java index 222787c0d1..e625962d9b 100644 --- a/src/main/java/edu/wpi/cscore/VideoSource.java +++ b/src/main/java/edu/wpi/cscore/VideoSource.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/CvSinkImpl.cpp b/src/main/native/cpp/CvSinkImpl.cpp index f1adf2fc80..e31b097866 100644 --- a/src/main/native/cpp/CvSinkImpl.cpp +++ b/src/main/native/cpp/CvSinkImpl.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/CvSinkImpl.h b/src/main/native/cpp/CvSinkImpl.h index 447d8162af..11f896975d 100644 --- a/src/main/native/cpp/CvSinkImpl.h +++ b/src/main/native/cpp/CvSinkImpl.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/CvSourceImpl.cpp b/src/main/native/cpp/CvSourceImpl.cpp index 87cd5f84d0..0de9046cb7 100644 --- a/src/main/native/cpp/CvSourceImpl.cpp +++ b/src/main/native/cpp/CvSourceImpl.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/CvSourceImpl.h b/src/main/native/cpp/CvSourceImpl.h index 88f3ae1abf..95752e917f 100644 --- a/src/main/native/cpp/CvSourceImpl.h +++ b/src/main/native/cpp/CvSourceImpl.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/Frame.cpp b/src/main/native/cpp/Frame.cpp index 59e19eab15..700e4e1072 100644 --- a/src/main/native/cpp/Frame.cpp +++ b/src/main/native/cpp/Frame.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/Frame.h b/src/main/native/cpp/Frame.h index cdd1d24dd0..6b0bd6225f 100644 --- a/src/main/native/cpp/Frame.h +++ b/src/main/native/cpp/Frame.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/Handle.h b/src/main/native/cpp/Handle.h index 09ecc47add..8d868166f4 100644 --- a/src/main/native/cpp/Handle.h +++ b/src/main/native/cpp/Handle.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/HttpCameraImpl.cpp b/src/main/native/cpp/HttpCameraImpl.cpp index 724c4564ab..8805eb1e57 100644 --- a/src/main/native/cpp/HttpCameraImpl.cpp +++ b/src/main/native/cpp/HttpCameraImpl.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/HttpCameraImpl.h b/src/main/native/cpp/HttpCameraImpl.h index dc96392121..35956b2424 100644 --- a/src/main/native/cpp/HttpCameraImpl.h +++ b/src/main/native/cpp/HttpCameraImpl.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/Image.h b/src/main/native/cpp/Image.h index 19bfbe955d..64a355019a 100644 --- a/src/main/native/cpp/Image.h +++ b/src/main/native/cpp/Image.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/JpegUtil.cpp b/src/main/native/cpp/JpegUtil.cpp index 27bfbb5dd2..e443eedfa4 100644 --- a/src/main/native/cpp/JpegUtil.cpp +++ b/src/main/native/cpp/JpegUtil.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/JpegUtil.h b/src/main/native/cpp/JpegUtil.h index e632317f53..9bb3934efd 100644 --- a/src/main/native/cpp/JpegUtil.h +++ b/src/main/native/cpp/JpegUtil.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/Log.cpp b/src/main/native/cpp/Log.cpp index 56419ed219..9a6dd10b1d 100644 --- a/src/main/native/cpp/Log.cpp +++ b/src/main/native/cpp/Log.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/Log.h b/src/main/native/cpp/Log.h index 74c618f27e..9d2fb7452d 100644 --- a/src/main/native/cpp/Log.h +++ b/src/main/native/cpp/Log.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/MjpegServerImpl.cpp b/src/main/native/cpp/MjpegServerImpl.cpp index 979f36a6da..ddd205fea0 100644 --- a/src/main/native/cpp/MjpegServerImpl.cpp +++ b/src/main/native/cpp/MjpegServerImpl.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/MjpegServerImpl.h b/src/main/native/cpp/MjpegServerImpl.h index cb774e08fc..cc898b41f2 100644 --- a/src/main/native/cpp/MjpegServerImpl.h +++ b/src/main/native/cpp/MjpegServerImpl.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/NetworkListener.cpp b/src/main/native/cpp/NetworkListener.cpp index 3baca97bda..1c1978f6fd 100644 --- a/src/main/native/cpp/NetworkListener.cpp +++ b/src/main/native/cpp/NetworkListener.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2015-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2015-2018 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. */ diff --git a/src/main/native/cpp/NetworkListener.h b/src/main/native/cpp/NetworkListener.h index 343e700da0..5f8567d581 100644 --- a/src/main/native/cpp/NetworkListener.h +++ b/src/main/native/cpp/NetworkListener.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2015-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2015-2018 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. */ diff --git a/src/main/native/cpp/Notifier.cpp b/src/main/native/cpp/Notifier.cpp index 890bbeb791..03424dd69d 100644 --- a/src/main/native/cpp/Notifier.cpp +++ b/src/main/native/cpp/Notifier.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2015-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2015-2018 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. */ diff --git a/src/main/native/cpp/Notifier.h b/src/main/native/cpp/Notifier.h index 89a579e445..ed144b89f5 100644 --- a/src/main/native/cpp/Notifier.h +++ b/src/main/native/cpp/Notifier.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2015-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2015-2018 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. */ diff --git a/src/main/native/cpp/PropertyImpl.h b/src/main/native/cpp/PropertyImpl.h index 489b0edf6d..6e6e7fbed8 100644 --- a/src/main/native/cpp/PropertyImpl.h +++ b/src/main/native/cpp/PropertyImpl.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/SinkImpl.cpp b/src/main/native/cpp/SinkImpl.cpp index f115beb96d..e830efebbd 100644 --- a/src/main/native/cpp/SinkImpl.cpp +++ b/src/main/native/cpp/SinkImpl.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/SinkImpl.h b/src/main/native/cpp/SinkImpl.h index 7aedbc05bf..a855b2c4fe 100644 --- a/src/main/native/cpp/SinkImpl.h +++ b/src/main/native/cpp/SinkImpl.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/SourceImpl.cpp b/src/main/native/cpp/SourceImpl.cpp index 2abd1462dd..651728534a 100644 --- a/src/main/native/cpp/SourceImpl.cpp +++ b/src/main/native/cpp/SourceImpl.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/SourceImpl.h b/src/main/native/cpp/SourceImpl.h index 07b50f55cb..fa8036df6c 100644 --- a/src/main/native/cpp/SourceImpl.h +++ b/src/main/native/cpp/SourceImpl.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/UnlimitedHandleResource.h b/src/main/native/cpp/UnlimitedHandleResource.h index be426abc65..59a9eca6f2 100644 --- a/src/main/native/cpp/UnlimitedHandleResource.h +++ b/src/main/native/cpp/UnlimitedHandleResource.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/UsbCameraBuffer.h b/src/main/native/cpp/UsbCameraBuffer.h index 5d9647c9b4..9adf6e94e2 100644 --- a/src/main/native/cpp/UsbCameraBuffer.h +++ b/src/main/native/cpp/UsbCameraBuffer.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/UsbCameraImpl.cpp b/src/main/native/cpp/UsbCameraImpl.cpp index 3f2641e8a1..8a3c1fe20e 100644 --- a/src/main/native/cpp/UsbCameraImpl.cpp +++ b/src/main/native/cpp/UsbCameraImpl.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/UsbCameraImpl.h b/src/main/native/cpp/UsbCameraImpl.h index 7cbb66f3da..0e55561699 100644 --- a/src/main/native/cpp/UsbCameraImpl.h +++ b/src/main/native/cpp/UsbCameraImpl.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/UsbCameraProperty.cpp b/src/main/native/cpp/UsbCameraProperty.cpp index 97a3763638..cc772de7fa 100644 --- a/src/main/native/cpp/UsbCameraProperty.cpp +++ b/src/main/native/cpp/UsbCameraProperty.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/UsbCameraProperty.h b/src/main/native/cpp/UsbCameraProperty.h index 5d2ac9db1a..8f9d966fca 100644 --- a/src/main/native/cpp/UsbCameraProperty.h +++ b/src/main/native/cpp/UsbCameraProperty.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/UsbUtil.cpp b/src/main/native/cpp/UsbUtil.cpp index 929bfcba44..1c6a045434 100644 --- a/src/main/native/cpp/UsbUtil.cpp +++ b/src/main/native/cpp/UsbUtil.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/UsbUtil.h b/src/main/native/cpp/UsbUtil.h index 5bf4e788fc..695fbd5abc 100644 --- a/src/main/native/cpp/UsbUtil.h +++ b/src/main/native/cpp/UsbUtil.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/c_util.h b/src/main/native/cpp/c_util.h index d03cfbc61f..d8d7e0d4ba 100644 --- a/src/main/native/cpp/c_util.h +++ b/src/main/native/cpp/c_util.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/cscore_c.cpp b/src/main/native/cpp/cscore_c.cpp index 6d782be513..704a2db9b4 100644 --- a/src/main/native/cpp/cscore_c.cpp +++ b/src/main/native/cpp/cscore_c.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/cscore_cpp.cpp b/src/main/native/cpp/cscore_cpp.cpp index 1780b31dfa..dc7bb30641 100644 --- a/src/main/native/cpp/cscore_cpp.cpp +++ b/src/main/native/cpp/cscore_cpp.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/cpp/cscore_oo.cpp b/src/main/native/cpp/cscore_oo.cpp index ff47430fdc..d4a01cd924 100644 --- a/src/main/native/cpp/cscore_oo.cpp +++ b/src/main/native/cpp/cscore_oo.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/include/cscore.h b/src/main/native/include/cscore.h index 4b578f7394..eff3856377 100644 --- a/src/main/native/include/cscore.h +++ b/src/main/native/include/cscore.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/include/cscore_c.h b/src/main/native/include/cscore_c.h index d910906ccd..e63dae8c35 100644 --- a/src/main/native/include/cscore_c.h +++ b/src/main/native/include/cscore_c.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2016-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2016-2018 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. */ diff --git a/src/main/native/include/cscore_cpp.h b/src/main/native/include/cscore_cpp.h index f46537e9a7..d9572bdf6f 100644 --- a/src/main/native/include/cscore_cpp.h +++ b/src/main/native/include/cscore_cpp.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2015-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2015-2018 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. */ diff --git a/src/main/native/include/cscore_oo.h b/src/main/native/include/cscore_oo.h index 573c252f43..69320647a7 100644 --- a/src/main/native/include/cscore_oo.h +++ b/src/main/native/include/cscore_oo.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2015-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2015-2018 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. */ diff --git a/src/test/java/edu/wpi/cscore/JNITest.java b/src/test/java/edu/wpi/cscore/JNITest.java index ba9b3efa33..d869dd39e4 100644 --- a/src/test/java/edu/wpi/cscore/JNITest.java +++ b/src/test/java/edu/wpi/cscore/JNITest.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2017-2018 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. */ diff --git a/src/test/native/cpp/CameraSourceTest.cpp b/src/test/native/cpp/CameraSourceTest.cpp index d5eabfceb6..e09f5e6e64 100644 --- a/src/test/native/cpp/CameraSourceTest.cpp +++ b/src/test/native/cpp/CameraSourceTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2015-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2015-2018 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. */ diff --git a/src/test/native/cpp/main.cpp b/src/test/native/cpp/main.cpp index d5b0c6a737..1e5ecf004c 100644 --- a/src/test/native/cpp/main.cpp +++ b/src/test/native/cpp/main.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) 2015-2017 FIRST. All Rights Reserved. */ +/* Copyright (c) 2015-2018 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. */