diff --git a/.travis-scripts/wpiformat.sh b/.travis-scripts/wpiformat.sh index fc6e646dbf..84aee9cb5d 100755 --- a/.travis-scripts/wpiformat.sh +++ b/.travis-scripts/wpiformat.sh @@ -1,9 +1,9 @@ #!/bin/bash if [[ $TRAVIS_OS_NAME != 'osx' ]]; then - python3.5 -m wpiformat -y 2017 -clang 5.0 + python3.5 -m wpiformat -y 2018 -clang 5.0 else - python3 -m wpiformat -y 2017 + python3 -m wpiformat -y 2018 fi git --no-pager diff --exit-code HEAD # Ensure formatter made no changes diff --git a/src/dev/java/edu/wpi/first/wpiutil/DevMain.java b/src/dev/java/edu/wpi/first/wpiutil/DevMain.java index 74db5398c6..90c3670a8c 100644 --- a/src/dev/java/edu/wpi/first/wpiutil/DevMain.java +++ b/src/dev/java/edu/wpi/first/wpiutil/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 8285cc3ebc..ba2318f936 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/first/wpiutil/RuntimeDetector.java b/src/main/java/edu/wpi/first/wpiutil/RuntimeDetector.java index 5473ca11d8..a024f28412 100644 --- a/src/main/java/edu/wpi/first/wpiutil/RuntimeDetector.java +++ b/src/main/java/edu/wpi/first/wpiutil/RuntimeDetector.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/main/native/cpp/support/HttpUtil.cpp b/src/main/native/cpp/support/HttpUtil.cpp index 83636a3cde..7b42e297fb 100644 --- a/src/main/native/cpp/support/HttpUtil.cpp +++ b/src/main/native/cpp/support/HttpUtil.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/support/hostname.cpp b/src/main/native/cpp/support/hostname.cpp index 662e0700c1..12b533014a 100644 --- a/src/main/native/cpp/support/hostname.cpp +++ b/src/main/native/cpp/support/hostname.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/native/cpp/support/leb128.cpp b/src/main/native/cpp/support/leb128.cpp index 841c8b3f02..fd7e48fdf8 100644 --- a/src/main/native/cpp/support/leb128.cpp +++ b/src/main/native/cpp/support/leb128.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/support/raw_istream.cpp b/src/main/native/cpp/support/raw_istream.cpp index bdb3b9cc7b..3c981ee5c9 100644 --- a/src/main/native/cpp/support/raw_istream.cpp +++ b/src/main/native/cpp/support/raw_istream.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/support/raw_socket_istream.cpp b/src/main/native/cpp/support/raw_socket_istream.cpp index 7d6e0deae1..4902be674f 100644 --- a/src/main/native/cpp/support/raw_socket_istream.cpp +++ b/src/main/native/cpp/support/raw_socket_istream.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/support/raw_socket_ostream.cpp b/src/main/native/cpp/support/raw_socket_ostream.cpp index c0f520ed15..f9a4000705 100644 --- a/src/main/native/cpp/support/raw_socket_ostream.cpp +++ b/src/main/native/cpp/support/raw_socket_ostream.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/support/timestamp.cpp b/src/main/native/cpp/support/timestamp.cpp index 70965b868f..a6dc0e2169 100644 --- a/src/main/native/cpp/support/timestamp.cpp +++ b/src/main/native/cpp/support/timestamp.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/tcpsockets/SocketError.cpp b/src/main/native/cpp/tcpsockets/SocketError.cpp index 36ff84ff24..3f3fd63083 100644 --- a/src/main/native/cpp/tcpsockets/SocketError.cpp +++ b/src/main/native/cpp/tcpsockets/SocketError.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/tcpsockets/TCPConnector_parallel.cpp b/src/main/native/cpp/tcpsockets/TCPConnector_parallel.cpp index 955a154a98..92db3d81b4 100644 --- a/src/main/native/cpp/tcpsockets/TCPConnector_parallel.cpp +++ b/src/main/native/cpp/tcpsockets/TCPConnector_parallel.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/native/cpp/udpsockets/UDPClient.cpp b/src/main/native/cpp/udpsockets/UDPClient.cpp index 98cce4217e..eb615a6a54 100644 --- a/src/main/native/cpp/udpsockets/UDPClient.cpp +++ b/src/main/native/cpp/udpsockets/UDPClient.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/native/include/support/Base64.h b/src/main/native/include/support/Base64.h index a5f7703e6a..dcd6c06ded 100644 --- a/src/main/native/include/support/Base64.h +++ b/src/main/native/include/support/Base64.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/support/HttpUtil.h b/src/main/native/include/support/HttpUtil.h index eb8860570d..555af87a6f 100644 --- a/src/main/native/include/support/HttpUtil.h +++ b/src/main/native/include/support/HttpUtil.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/support/Logger.h b/src/main/native/include/support/Logger.h index e40492805c..6c29f4e328 100644 --- a/src/main/native/include/support/Logger.h +++ b/src/main/native/include/support/Logger.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/support/SafeThread.h b/src/main/native/include/support/SafeThread.h index e957e0cd13..d09faf8344 100644 --- a/src/main/native/include/support/SafeThread.h +++ b/src/main/native/include/support/SafeThread.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/support/UidVector.h b/src/main/native/include/support/UidVector.h index c12465af02..3307086133 100644 --- a/src/main/native/include/support/UidVector.h +++ b/src/main/native/include/support/UidVector.h @@ -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/native/include/support/atomic_static.h b/src/main/native/include/support/atomic_static.h index 31f8efa3b6..5547f75e9c 100644 --- a/src/main/native/include/support/atomic_static.h +++ b/src/main/native/include/support/atomic_static.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/support/condition_variable.h b/src/main/native/include/support/condition_variable.h index 28e5c69965..23ce90dd6e 100644 --- a/src/main/native/include/support/condition_variable.h +++ b/src/main/native/include/support/condition_variable.h @@ -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/native/include/support/deprecated.h b/src/main/native/include/support/deprecated.h index 77f71a2b77..58209f4fcd 100644 --- a/src/main/native/include/support/deprecated.h +++ b/src/main/native/include/support/deprecated.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/support/hostname.h b/src/main/native/include/support/hostname.h index cb2e438bb2..19e372a6e8 100644 --- a/src/main/native/include/support/hostname.h +++ b/src/main/native/include/support/hostname.h @@ -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/native/include/support/jni_util.h b/src/main/native/include/support/jni_util.h index 7b83239d0d..10918e3157 100644 --- a/src/main/native/include/support/jni_util.h +++ b/src/main/native/include/support/jni_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/include/support/leb128.h b/src/main/native/include/support/leb128.h index 5e03592cec..9f2c7f097d 100644 --- a/src/main/native/include/support/leb128.h +++ b/src/main/native/include/support/leb128.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/support/mutex.h b/src/main/native/include/support/mutex.h index 417e424d0a..0ce3a51dc3 100644 --- a/src/main/native/include/support/mutex.h +++ b/src/main/native/include/support/mutex.h @@ -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/native/include/support/priority_condition_variable.h b/src/main/native/include/support/priority_condition_variable.h index 7ad1fc8a5a..01f044ee01 100644 --- a/src/main/native/include/support/priority_condition_variable.h +++ b/src/main/native/include/support/priority_condition_variable.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/support/priority_mutex.h b/src/main/native/include/support/priority_mutex.h index 9b4cb63299..800c550bcd 100644 --- a/src/main/native/include/support/priority_mutex.h +++ b/src/main/native/include/support/priority_mutex.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/support/raw_istream.h b/src/main/native/include/support/raw_istream.h index c0c299f0d0..d25617967a 100644 --- a/src/main/native/include/support/raw_istream.h +++ b/src/main/native/include/support/raw_istream.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/support/raw_socket_istream.h b/src/main/native/include/support/raw_socket_istream.h index 6a8b3738f2..06fe1efea8 100644 --- a/src/main/native/include/support/raw_socket_istream.h +++ b/src/main/native/include/support/raw_socket_istream.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/support/raw_socket_ostream.h b/src/main/native/include/support/raw_socket_ostream.h index afd37f68e4..9349e7518e 100644 --- a/src/main/native/include/support/raw_socket_ostream.h +++ b/src/main/native/include/support/raw_socket_ostream.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/support/timestamp.h b/src/main/native/include/support/timestamp.h index bb276dd639..c1f833a6f5 100644 --- a/src/main/native/include/support/timestamp.h +++ b/src/main/native/include/support/timestamp.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/tcpsockets/NetworkAcceptor.h b/src/main/native/include/tcpsockets/NetworkAcceptor.h index 9933e04c19..cf75e3c7b4 100644 --- a/src/main/native/include/tcpsockets/NetworkAcceptor.h +++ b/src/main/native/include/tcpsockets/NetworkAcceptor.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/tcpsockets/NetworkStream.h b/src/main/native/include/tcpsockets/NetworkStream.h index 134c5847dc..4798bad6b6 100644 --- a/src/main/native/include/tcpsockets/NetworkStream.h +++ b/src/main/native/include/tcpsockets/NetworkStream.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/tcpsockets/SocketError.h b/src/main/native/include/tcpsockets/SocketError.h index 0abd1cd0ff..c811dc95c6 100644 --- a/src/main/native/include/tcpsockets/SocketError.h +++ b/src/main/native/include/tcpsockets/SocketError.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/udpsockets/UDPClient.h b/src/main/native/include/udpsockets/UDPClient.h index 84f996315b..e6cd6e0eef 100644 --- a/src/main/native/include/udpsockets/UDPClient.h +++ b/src/main/native/include/udpsockets/UDPClient.h @@ -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/Base64Test.cpp b/src/test/native/cpp/Base64Test.cpp index db34c8fc2c..33dfdfa91f 100644 --- a/src/test/native/cpp/Base64Test.cpp +++ b/src/test/native/cpp/Base64Test.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/hostname.cpp b/src/test/native/cpp/hostname.cpp index 19b28929e0..805274be4e 100644 --- a/src/test/native/cpp/hostname.cpp +++ b/src/test/native/cpp/hostname.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/test/native/cpp/leb128Test.cpp b/src/test/native/cpp/leb128Test.cpp index 1c9a0e00d9..df659da6d4 100644 --- a/src/test/native/cpp/leb128Test.cpp +++ b/src/test/native/cpp/leb128Test.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. */ diff --git a/src/test/native/cpp/priority_condition_variable_test.cpp b/src/test/native/cpp/priority_condition_variable_test.cpp index ff7b3b94f8..cb4031c79b 100644 --- a/src/test/native/cpp/priority_condition_variable_test.cpp +++ b/src/test/native/cpp/priority_condition_variable_test.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/test/native/cpp/priority_mutex_test.cpp b/src/test/native/cpp/priority_mutex_test.cpp index e0cb1dd241..a5ac183c2f 100644 --- a/src/test/native/cpp/priority_mutex_test.cpp +++ b/src/test/native/cpp/priority_mutex_test.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/test/native/cpp/sha1Test.cpp b/src/test/native/cpp/sha1Test.cpp index c1d943273b..58dac210bb 100644 --- a/src/test/native/cpp/sha1Test.cpp +++ b/src/test/native/cpp/sha1Test.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. */