From 4376c94dc19920eb5a6dd1ca6f8b3a948bd28681 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Mon, 1 Jan 2018 17:29:13 -0800 Subject: [PATCH] Updated copyright year --- .travis-scripts/wpiformat.sh | 4 ++-- manualTests/java/Client.java | 2 +- manualTests/java/Server.java | 2 +- manualTests/native/client.cpp | 2 +- manualTests/native/rpc_local.cpp | 2 +- manualTests/native/rpc_speed.cpp | 2 +- manualTests/native/server.cpp | 2 +- src/dev/java/edu/wpi/first/ntcore/DevMain.java | 2 +- src/dev/native/cpp/main.cpp | 2 +- src/main/java/edu/wpi/first/networktables/ConnectionInfo.java | 2 +- .../edu/wpi/first/networktables/ConnectionNotification.java | 2 +- src/main/java/edu/wpi/first/networktables/EntryInfo.java | 2 +- .../java/edu/wpi/first/networktables/EntryListenerFlags.java | 2 +- .../java/edu/wpi/first/networktables/EntryNotification.java | 2 +- src/main/java/edu/wpi/first/networktables/LogMessage.java | 2 +- src/main/java/edu/wpi/first/networktables/NetworkTable.java | 2 +- .../java/edu/wpi/first/networktables/NetworkTableEntry.java | 2 +- .../edu/wpi/first/networktables/NetworkTableInstance.java | 2 +- .../java/edu/wpi/first/networktables/NetworkTableType.java | 2 +- .../java/edu/wpi/first/networktables/NetworkTableValue.java | 2 +- .../java/edu/wpi/first/networktables/NetworkTablesJNI.java | 2 +- .../java/edu/wpi/first/networktables/PersistentException.java | 2 +- src/main/java/edu/wpi/first/networktables/RpcAnswer.java | 2 +- src/main/java/edu/wpi/first/networktables/RpcCall.java | 2 +- .../java/edu/wpi/first/networktables/TableEntryListener.java | 2 +- src/main/java/edu/wpi/first/networktables/TableListener.java | 2 +- .../edu/wpi/first/wpilibj/networktables/NetworkTable.java | 2 +- src/main/java/edu/wpi/first/wpilibj/tables/IRemote.java | 2 +- .../wpi/first/wpilibj/tables/IRemoteConnectionListener.java | 2 +- src/main/java/edu/wpi/first/wpilibj/tables/ITable.java | 2 +- .../java/edu/wpi/first/wpilibj/tables/ITableListener.java | 2 +- src/main/native/cpp/CallbackManager.h | 2 +- src/main/native/cpp/ConnectionNotifier.cpp | 2 +- src/main/native/cpp/ConnectionNotifier.h | 2 +- src/main/native/cpp/Dispatcher.cpp | 2 +- src/main/native/cpp/Dispatcher.h | 2 +- src/main/native/cpp/DsClient.cpp | 2 +- src/main/native/cpp/DsClient.h | 2 +- src/main/native/cpp/EntryNotifier.cpp | 2 +- src/main/native/cpp/EntryNotifier.h | 2 +- src/main/native/cpp/Handle.h | 2 +- src/main/native/cpp/IConnectionNotifier.h | 2 +- src/main/native/cpp/IDispatcher.h | 2 +- src/main/native/cpp/IEntryNotifier.h | 2 +- src/main/native/cpp/INetworkConnection.h | 2 +- src/main/native/cpp/IRpcServer.h | 2 +- src/main/native/cpp/IStorage.h | 2 +- src/main/native/cpp/InstanceImpl.cpp | 2 +- src/main/native/cpp/InstanceImpl.h | 2 +- src/main/native/cpp/Log.h | 2 +- src/main/native/cpp/LoggerImpl.cpp | 2 +- src/main/native/cpp/LoggerImpl.h | 2 +- src/main/native/cpp/Message.cpp | 2 +- src/main/native/cpp/Message.h | 2 +- src/main/native/cpp/NetworkConnection.cpp | 2 +- src/main/native/cpp/NetworkConnection.h | 2 +- src/main/native/cpp/RpcServer.cpp | 2 +- src/main/native/cpp/RpcServer.h | 2 +- src/main/native/cpp/SequenceNumber.cpp | 2 +- src/main/native/cpp/SequenceNumber.h | 2 +- src/main/native/cpp/Storage.cpp | 2 +- src/main/native/cpp/Storage.h | 2 +- src/main/native/cpp/Storage_load.cpp | 2 +- src/main/native/cpp/Storage_save.cpp | 2 +- src/main/native/cpp/Value.cpp | 2 +- src/main/native/cpp/Value_internal.h | 2 +- src/main/native/cpp/WireDecoder.cpp | 2 +- src/main/native/cpp/WireDecoder.h | 2 +- src/main/native/cpp/WireEncoder.cpp | 2 +- src/main/native/cpp/WireEncoder.h | 2 +- src/main/native/cpp/networktables/NetworkTable.cpp | 2 +- src/main/native/cpp/networktables/NetworkTableEntry.cpp | 2 +- src/main/native/cpp/networktables/NetworkTableInstance.cpp | 2 +- src/main/native/cpp/networktables/RpcCall.cpp | 2 +- src/main/native/cpp/ntcore_c.cpp | 2 +- src/main/native/cpp/ntcore_cpp.cpp | 2 +- src/main/native/cpp/ntcore_test.cpp | 2 +- src/main/native/cpp/tables/ITableListener.cpp | 2 +- src/main/native/include/networktables/EntryListenerFlags.h | 2 +- src/main/native/include/networktables/NetworkTable.h | 2 +- src/main/native/include/networktables/NetworkTableEntry.h | 2 +- src/main/native/include/networktables/NetworkTableInstance.h | 2 +- src/main/native/include/networktables/NetworkTableType.h | 2 +- src/main/native/include/networktables/NetworkTableValue.h | 2 +- src/main/native/include/networktables/RpcCall.h | 2 +- src/main/native/include/networktables/TableEntryListener.h | 2 +- src/main/native/include/networktables/TableListener.h | 2 +- src/main/native/include/ntcore.h | 2 +- src/main/native/include/ntcore_c.h | 2 +- src/main/native/include/ntcore_cpp.h | 2 +- src/main/native/include/ntcore_test.h | 2 +- src/main/native/include/tables/ITable.h | 2 +- src/main/native/include/tables/ITableListener.h | 2 +- .../edu/wpi/first/networktables/ConnectionListenerTest.java | 2 +- .../java/edu/wpi/first/networktables/EntryListenerTest.java | 2 +- src/test/java/edu/wpi/first/networktables/JNITest.java | 2 +- src/test/java/edu/wpi/first/networktables/LoggerTest.java | 2 +- .../java/edu/wpi/first/networktables/NetworkTableTest.java | 2 +- src/test/native/cpp/ConnectionListenerTest.cpp | 2 +- src/test/native/cpp/EntryListenerTest.cpp | 2 +- src/test/native/cpp/EntryNotifierTest.cpp | 2 +- src/test/native/cpp/MessageMatcher.cpp | 2 +- src/test/native/cpp/MessageMatcher.h | 2 +- src/test/native/cpp/MockConnectionNotifier.h | 2 +- src/test/native/cpp/MockDispatcher.h | 2 +- src/test/native/cpp/MockEntryNotifier.h | 2 +- src/test/native/cpp/MockNetworkConnection.h | 2 +- src/test/native/cpp/MockRpcServer.h | 2 +- src/test/native/cpp/NetworkTableTest.cpp | 2 +- src/test/native/cpp/StorageTest.cpp | 2 +- src/test/native/cpp/StorageTest.h | 2 +- src/test/native/cpp/TestPrinters.cpp | 2 +- src/test/native/cpp/TestPrinters.h | 2 +- src/test/native/cpp/ValueMatcher.cpp | 2 +- src/test/native/cpp/ValueMatcher.h | 2 +- src/test/native/cpp/ValueTest.cpp | 2 +- src/test/native/cpp/WireDecoderTest.cpp | 2 +- src/test/native/cpp/WireEncoderTest.cpp | 2 +- src/test/native/cpp/main.cpp | 2 +- 119 files changed, 120 insertions(+), 120 deletions(-) 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/manualTests/java/Client.java b/manualTests/java/Client.java index 34f0d543f0..6de3b85c51 100644 --- a/manualTests/java/Client.java +++ b/manualTests/java/Client.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/manualTests/java/Server.java b/manualTests/java/Server.java index 7d4cefc93a..ecd221bf19 100644 --- a/manualTests/java/Server.java +++ b/manualTests/java/Server.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/manualTests/native/client.cpp b/manualTests/native/client.cpp index 24e7dd7ce1..a4cef66bde 100644 --- a/manualTests/native/client.cpp +++ b/manualTests/native/client.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/manualTests/native/rpc_local.cpp b/manualTests/native/rpc_local.cpp index 5e91742f4c..8bfdaf7431 100644 --- a/manualTests/native/rpc_local.cpp +++ b/manualTests/native/rpc_local.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/manualTests/native/rpc_speed.cpp b/manualTests/native/rpc_speed.cpp index 0d27987b6b..70020b340f 100644 --- a/manualTests/native/rpc_speed.cpp +++ b/manualTests/native/rpc_speed.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/manualTests/native/server.cpp b/manualTests/native/server.cpp index 8d8954d6d7..a19c50c666 100644 --- a/manualTests/native/server.cpp +++ b/manualTests/native/server.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/first/ntcore/DevMain.java b/src/dev/java/edu/wpi/first/ntcore/DevMain.java index 340e56302e..f1a69e6d63 100644 --- a/src/dev/java/edu/wpi/first/ntcore/DevMain.java +++ b/src/dev/java/edu/wpi/first/ntcore/DevMain.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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 227b436ed1..1bf33f9301 100644 --- a/src/dev/native/cpp/main.cpp +++ b/src/dev/native/cpp/main.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/ConnectionInfo.java b/src/main/java/edu/wpi/first/networktables/ConnectionInfo.java index 5cd72e2c6e..045a4122d0 100644 --- a/src/main/java/edu/wpi/first/networktables/ConnectionInfo.java +++ b/src/main/java/edu/wpi/first/networktables/ConnectionInfo.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/ConnectionNotification.java b/src/main/java/edu/wpi/first/networktables/ConnectionNotification.java index 391f6eaf19..06dea88945 100644 --- a/src/main/java/edu/wpi/first/networktables/ConnectionNotification.java +++ b/src/main/java/edu/wpi/first/networktables/ConnectionNotification.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/EntryInfo.java b/src/main/java/edu/wpi/first/networktables/EntryInfo.java index 8d028bb52d..8b7d8f27ae 100644 --- a/src/main/java/edu/wpi/first/networktables/EntryInfo.java +++ b/src/main/java/edu/wpi/first/networktables/EntryInfo.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/EntryListenerFlags.java b/src/main/java/edu/wpi/first/networktables/EntryListenerFlags.java index 8fa3a8af9d..4adc97644d 100644 --- a/src/main/java/edu/wpi/first/networktables/EntryListenerFlags.java +++ b/src/main/java/edu/wpi/first/networktables/EntryListenerFlags.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/EntryNotification.java b/src/main/java/edu/wpi/first/networktables/EntryNotification.java index c18f5ac89f..10aa7837d9 100644 --- a/src/main/java/edu/wpi/first/networktables/EntryNotification.java +++ b/src/main/java/edu/wpi/first/networktables/EntryNotification.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/LogMessage.java b/src/main/java/edu/wpi/first/networktables/LogMessage.java index a7cc7f31b5..e88a92d28f 100644 --- a/src/main/java/edu/wpi/first/networktables/LogMessage.java +++ b/src/main/java/edu/wpi/first/networktables/LogMessage.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/NetworkTable.java b/src/main/java/edu/wpi/first/networktables/NetworkTable.java index 226b7c3a23..cbae27b058 100644 --- a/src/main/java/edu/wpi/first/networktables/NetworkTable.java +++ b/src/main/java/edu/wpi/first/networktables/NetworkTable.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/NetworkTableEntry.java b/src/main/java/edu/wpi/first/networktables/NetworkTableEntry.java index 579fb19d8d..3e314be5d9 100644 --- a/src/main/java/edu/wpi/first/networktables/NetworkTableEntry.java +++ b/src/main/java/edu/wpi/first/networktables/NetworkTableEntry.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/NetworkTableInstance.java b/src/main/java/edu/wpi/first/networktables/NetworkTableInstance.java index 5c8f296196..9e3b68cade 100644 --- a/src/main/java/edu/wpi/first/networktables/NetworkTableInstance.java +++ b/src/main/java/edu/wpi/first/networktables/NetworkTableInstance.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/NetworkTableType.java b/src/main/java/edu/wpi/first/networktables/NetworkTableType.java index 7c826905fb..e2418e1413 100644 --- a/src/main/java/edu/wpi/first/networktables/NetworkTableType.java +++ b/src/main/java/edu/wpi/first/networktables/NetworkTableType.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/NetworkTableValue.java b/src/main/java/edu/wpi/first/networktables/NetworkTableValue.java index 581856d65b..e9e7a882fd 100644 --- a/src/main/java/edu/wpi/first/networktables/NetworkTableValue.java +++ b/src/main/java/edu/wpi/first/networktables/NetworkTableValue.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/NetworkTablesJNI.java b/src/main/java/edu/wpi/first/networktables/NetworkTablesJNI.java index 818b322ff2..05d1b3d796 100644 --- a/src/main/java/edu/wpi/first/networktables/NetworkTablesJNI.java +++ b/src/main/java/edu/wpi/first/networktables/NetworkTablesJNI.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/PersistentException.java b/src/main/java/edu/wpi/first/networktables/PersistentException.java index 41d7748967..194e3fb2be 100644 --- a/src/main/java/edu/wpi/first/networktables/PersistentException.java +++ b/src/main/java/edu/wpi/first/networktables/PersistentException.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/RpcAnswer.java b/src/main/java/edu/wpi/first/networktables/RpcAnswer.java index ad908ba42f..428fb8ad3c 100644 --- a/src/main/java/edu/wpi/first/networktables/RpcAnswer.java +++ b/src/main/java/edu/wpi/first/networktables/RpcAnswer.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/RpcCall.java b/src/main/java/edu/wpi/first/networktables/RpcCall.java index 4ddff3f014..a07b3c727c 100644 --- a/src/main/java/edu/wpi/first/networktables/RpcCall.java +++ b/src/main/java/edu/wpi/first/networktables/RpcCall.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/TableEntryListener.java b/src/main/java/edu/wpi/first/networktables/TableEntryListener.java index c376072646..aaeb248942 100644 --- a/src/main/java/edu/wpi/first/networktables/TableEntryListener.java +++ b/src/main/java/edu/wpi/first/networktables/TableEntryListener.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/TableListener.java b/src/main/java/edu/wpi/first/networktables/TableListener.java index 6725b766d6..276f6f9f85 100644 --- a/src/main/java/edu/wpi/first/networktables/TableListener.java +++ b/src/main/java/edu/wpi/first/networktables/TableListener.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/wpilibj/networktables/NetworkTable.java b/src/main/java/edu/wpi/first/wpilibj/networktables/NetworkTable.java index 2e8e10dd91..66cf86a9a3 100644 --- a/src/main/java/edu/wpi/first/wpilibj/networktables/NetworkTable.java +++ b/src/main/java/edu/wpi/first/wpilibj/networktables/NetworkTable.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/wpilibj/tables/IRemote.java b/src/main/java/edu/wpi/first/wpilibj/tables/IRemote.java index eee5e52891..89bcc8cdee 100644 --- a/src/main/java/edu/wpi/first/wpilibj/tables/IRemote.java +++ b/src/main/java/edu/wpi/first/wpilibj/tables/IRemote.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/wpilibj/tables/IRemoteConnectionListener.java b/src/main/java/edu/wpi/first/wpilibj/tables/IRemoteConnectionListener.java index 5fe22c02db..7ab7abf1df 100644 --- a/src/main/java/edu/wpi/first/wpilibj/tables/IRemoteConnectionListener.java +++ b/src/main/java/edu/wpi/first/wpilibj/tables/IRemoteConnectionListener.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/wpilibj/tables/ITable.java b/src/main/java/edu/wpi/first/wpilibj/tables/ITable.java index 5aa2de4c9e..1cb74fd15e 100644 --- a/src/main/java/edu/wpi/first/wpilibj/tables/ITable.java +++ b/src/main/java/edu/wpi/first/wpilibj/tables/ITable.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/wpilibj/tables/ITableListener.java b/src/main/java/edu/wpi/first/wpilibj/tables/ITableListener.java index 7f7e03dde0..dfc5bc30e8 100644 --- a/src/main/java/edu/wpi/first/wpilibj/tables/ITableListener.java +++ b/src/main/java/edu/wpi/first/wpilibj/tables/ITableListener.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/CallbackManager.h b/src/main/native/cpp/CallbackManager.h index 72adbd6fd8..cf43dbcc2b 100644 --- a/src/main/native/cpp/CallbackManager.h +++ b/src/main/native/cpp/CallbackManager.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/ConnectionNotifier.cpp b/src/main/native/cpp/ConnectionNotifier.cpp index 7ad882e01d..4310aff1d6 100644 --- a/src/main/native/cpp/ConnectionNotifier.cpp +++ b/src/main/native/cpp/ConnectionNotifier.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/ConnectionNotifier.h b/src/main/native/cpp/ConnectionNotifier.h index cfdcbe94ca..4d3cc920f0 100644 --- a/src/main/native/cpp/ConnectionNotifier.h +++ b/src/main/native/cpp/ConnectionNotifier.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/Dispatcher.cpp b/src/main/native/cpp/Dispatcher.cpp index 34b74d8d46..cb734312fb 100644 --- a/src/main/native/cpp/Dispatcher.cpp +++ b/src/main/native/cpp/Dispatcher.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/Dispatcher.h b/src/main/native/cpp/Dispatcher.h index 2dff7fa159..8a5d6e9f61 100644 --- a/src/main/native/cpp/Dispatcher.h +++ b/src/main/native/cpp/Dispatcher.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/DsClient.cpp b/src/main/native/cpp/DsClient.cpp index 9d70e4bada..563ce4e589 100644 --- a/src/main/native/cpp/DsClient.cpp +++ b/src/main/native/cpp/DsClient.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/DsClient.h b/src/main/native/cpp/DsClient.h index db71436e7f..623a33cd4d 100644 --- a/src/main/native/cpp/DsClient.h +++ b/src/main/native/cpp/DsClient.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2016-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2016-2018. 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/EntryNotifier.cpp b/src/main/native/cpp/EntryNotifier.cpp index 0eb37c1441..dfb7ab1c01 100644 --- a/src/main/native/cpp/EntryNotifier.cpp +++ b/src/main/native/cpp/EntryNotifier.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/EntryNotifier.h b/src/main/native/cpp/EntryNotifier.h index df4814f321..cb5a61c516 100644 --- a/src/main/native/cpp/EntryNotifier.h +++ b/src/main/native/cpp/EntryNotifier.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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 b2186b6099..adb6250f9b 100644 --- a/src/main/native/cpp/Handle.h +++ b/src/main/native/cpp/Handle.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2016-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2016-2018. 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/IConnectionNotifier.h b/src/main/native/cpp/IConnectionNotifier.h index a6186530c5..a410407ccb 100644 --- a/src/main/native/cpp/IConnectionNotifier.h +++ b/src/main/native/cpp/IConnectionNotifier.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/IDispatcher.h b/src/main/native/cpp/IDispatcher.h index c13827ce53..b02e5857af 100644 --- a/src/main/native/cpp/IDispatcher.h +++ b/src/main/native/cpp/IDispatcher.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/IEntryNotifier.h b/src/main/native/cpp/IEntryNotifier.h index 2943431d97..34db97cc25 100644 --- a/src/main/native/cpp/IEntryNotifier.h +++ b/src/main/native/cpp/IEntryNotifier.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/INetworkConnection.h b/src/main/native/cpp/INetworkConnection.h index c80121c765..a3a68bacf8 100644 --- a/src/main/native/cpp/INetworkConnection.h +++ b/src/main/native/cpp/INetworkConnection.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/IRpcServer.h b/src/main/native/cpp/IRpcServer.h index 1f25eb5647..f846ab25db 100644 --- a/src/main/native/cpp/IRpcServer.h +++ b/src/main/native/cpp/IRpcServer.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/IStorage.h b/src/main/native/cpp/IStorage.h index 54048d51bf..9eb096add1 100644 --- a/src/main/native/cpp/IStorage.h +++ b/src/main/native/cpp/IStorage.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/InstanceImpl.cpp b/src/main/native/cpp/InstanceImpl.cpp index 6c282a93ef..780362c105 100644 --- a/src/main/native/cpp/InstanceImpl.cpp +++ b/src/main/native/cpp/InstanceImpl.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/InstanceImpl.h b/src/main/native/cpp/InstanceImpl.h index 39d74c09dd..a1dc2f3b45 100644 --- a/src/main/native/cpp/InstanceImpl.h +++ b/src/main/native/cpp/InstanceImpl.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2016-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2016-2018. 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 5f1729e17c..bcc9078999 100644 --- a/src/main/native/cpp/Log.h +++ b/src/main/native/cpp/Log.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/LoggerImpl.cpp b/src/main/native/cpp/LoggerImpl.cpp index 78fece6bd2..c6c58b7127 100644 --- a/src/main/native/cpp/LoggerImpl.cpp +++ b/src/main/native/cpp/LoggerImpl.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/LoggerImpl.h b/src/main/native/cpp/LoggerImpl.h index 519817b5f5..85c6b1e53e 100644 --- a/src/main/native/cpp/LoggerImpl.h +++ b/src/main/native/cpp/LoggerImpl.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/Message.cpp b/src/main/native/cpp/Message.cpp index 9b2fa1354a..e20f1492d0 100644 --- a/src/main/native/cpp/Message.cpp +++ b/src/main/native/cpp/Message.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/Message.h b/src/main/native/cpp/Message.h index b232012648..369b48f439 100644 --- a/src/main/native/cpp/Message.h +++ b/src/main/native/cpp/Message.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/NetworkConnection.cpp b/src/main/native/cpp/NetworkConnection.cpp index f3e4c66310..dac87b907e 100644 --- a/src/main/native/cpp/NetworkConnection.cpp +++ b/src/main/native/cpp/NetworkConnection.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/NetworkConnection.h b/src/main/native/cpp/NetworkConnection.h index caced0d99b..2e57a42deb 100644 --- a/src/main/native/cpp/NetworkConnection.h +++ b/src/main/native/cpp/NetworkConnection.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/RpcServer.cpp b/src/main/native/cpp/RpcServer.cpp index 1aa65bc8b1..19b1e368f0 100644 --- a/src/main/native/cpp/RpcServer.cpp +++ b/src/main/native/cpp/RpcServer.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/RpcServer.h b/src/main/native/cpp/RpcServer.h index 601e43106e..2b80db7f04 100644 --- a/src/main/native/cpp/RpcServer.h +++ b/src/main/native/cpp/RpcServer.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/SequenceNumber.cpp b/src/main/native/cpp/SequenceNumber.cpp index a6ad2bfe21..54a7d5fffe 100644 --- a/src/main/native/cpp/SequenceNumber.cpp +++ b/src/main/native/cpp/SequenceNumber.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/SequenceNumber.h b/src/main/native/cpp/SequenceNumber.h index cde70291bc..04b07b4ac3 100644 --- a/src/main/native/cpp/SequenceNumber.h +++ b/src/main/native/cpp/SequenceNumber.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/Storage.cpp b/src/main/native/cpp/Storage.cpp index c486cac212..8bb37f802d 100644 --- a/src/main/native/cpp/Storage.cpp +++ b/src/main/native/cpp/Storage.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/Storage.h b/src/main/native/cpp/Storage.h index c25608f4bb..333f218108 100644 --- a/src/main/native/cpp/Storage.h +++ b/src/main/native/cpp/Storage.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/Storage_load.cpp b/src/main/native/cpp/Storage_load.cpp index 93469c5b28..4c8641cdc1 100644 --- a/src/main/native/cpp/Storage_load.cpp +++ b/src/main/native/cpp/Storage_load.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/Storage_save.cpp b/src/main/native/cpp/Storage_save.cpp index e227367144..efe918f7c6 100644 --- a/src/main/native/cpp/Storage_save.cpp +++ b/src/main/native/cpp/Storage_save.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/Value.cpp b/src/main/native/cpp/Value.cpp index 7bc3ae2684..fc63eeae87 100644 --- a/src/main/native/cpp/Value.cpp +++ b/src/main/native/cpp/Value.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/Value_internal.h b/src/main/native/cpp/Value_internal.h index 104fe12d07..6eb710b5a2 100644 --- a/src/main/native/cpp/Value_internal.h +++ b/src/main/native/cpp/Value_internal.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/WireDecoder.cpp b/src/main/native/cpp/WireDecoder.cpp index 81aeda93ce..4713823152 100644 --- a/src/main/native/cpp/WireDecoder.cpp +++ b/src/main/native/cpp/WireDecoder.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/WireDecoder.h b/src/main/native/cpp/WireDecoder.h index 483d85b673..c8b166cbc0 100644 --- a/src/main/native/cpp/WireDecoder.h +++ b/src/main/native/cpp/WireDecoder.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/WireEncoder.cpp b/src/main/native/cpp/WireEncoder.cpp index e5247ab282..6457b20e4b 100644 --- a/src/main/native/cpp/WireEncoder.cpp +++ b/src/main/native/cpp/WireEncoder.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/WireEncoder.h b/src/main/native/cpp/WireEncoder.h index 90f78cd038..07e987977f 100644 --- a/src/main/native/cpp/WireEncoder.h +++ b/src/main/native/cpp/WireEncoder.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/networktables/NetworkTable.cpp b/src/main/native/cpp/networktables/NetworkTable.cpp index babc61f7b9..3414bff3a5 100644 --- a/src/main/native/cpp/networktables/NetworkTable.cpp +++ b/src/main/native/cpp/networktables/NetworkTable.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/NetworkTableEntry.cpp b/src/main/native/cpp/networktables/NetworkTableEntry.cpp index 703c844545..424d512d42 100644 --- a/src/main/native/cpp/networktables/NetworkTableEntry.cpp +++ b/src/main/native/cpp/networktables/NetworkTableEntry.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/NetworkTableInstance.cpp b/src/main/native/cpp/networktables/NetworkTableInstance.cpp index 4ef796fc84..e01dade0f9 100644 --- a/src/main/native/cpp/networktables/NetworkTableInstance.cpp +++ b/src/main/native/cpp/networktables/NetworkTableInstance.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/RpcCall.cpp b/src/main/native/cpp/networktables/RpcCall.cpp index bb4c77804f..88c74fda92 100644 --- a/src/main/native/cpp/networktables/RpcCall.cpp +++ b/src/main/native/cpp/networktables/RpcCall.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/ntcore_c.cpp b/src/main/native/cpp/ntcore_c.cpp index 49c9babab5..35ebbc5f68 100644 --- a/src/main/native/cpp/ntcore_c.cpp +++ b/src/main/native/cpp/ntcore_c.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/ntcore_cpp.cpp b/src/main/native/cpp/ntcore_cpp.cpp index d27594acc3..5e2b95ce0c 100644 --- a/src/main/native/cpp/ntcore_cpp.cpp +++ b/src/main/native/cpp/ntcore_cpp.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/ntcore_test.cpp b/src/main/native/cpp/ntcore_test.cpp index 22f375889e..ac5cc80995 100644 --- a/src/main/native/cpp/ntcore_test.cpp +++ b/src/main/native/cpp/ntcore_test.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2016-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2016-2018. 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/tables/ITableListener.cpp b/src/main/native/cpp/tables/ITableListener.cpp index f4e5a3b5d5..f576b200a8 100644 --- a/src/main/native/cpp/tables/ITableListener.cpp +++ b/src/main/native/cpp/tables/ITableListener.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/EntryListenerFlags.h b/src/main/native/include/networktables/EntryListenerFlags.h index f3c369169b..e6b68423c8 100644 --- a/src/main/native/include/networktables/EntryListenerFlags.h +++ b/src/main/native/include/networktables/EntryListenerFlags.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/NetworkTable.h b/src/main/native/include/networktables/NetworkTable.h index 8ec29f9e37..0c049a2e79 100644 --- a/src/main/native/include/networktables/NetworkTable.h +++ b/src/main/native/include/networktables/NetworkTable.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/networktables/NetworkTableEntry.h b/src/main/native/include/networktables/NetworkTableEntry.h index c06ad49e95..c4fddcefad 100644 --- a/src/main/native/include/networktables/NetworkTableEntry.h +++ b/src/main/native/include/networktables/NetworkTableEntry.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/NetworkTableInstance.h b/src/main/native/include/networktables/NetworkTableInstance.h index 3fe9bfa992..fc5c53ad78 100644 --- a/src/main/native/include/networktables/NetworkTableInstance.h +++ b/src/main/native/include/networktables/NetworkTableInstance.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/NetworkTableType.h b/src/main/native/include/networktables/NetworkTableType.h index 9c526f93db..8b648ea258 100644 --- a/src/main/native/include/networktables/NetworkTableType.h +++ b/src/main/native/include/networktables/NetworkTableType.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/NetworkTableValue.h b/src/main/native/include/networktables/NetworkTableValue.h index 73e7af22a1..a8a6c8e710 100644 --- a/src/main/native/include/networktables/NetworkTableValue.h +++ b/src/main/native/include/networktables/NetworkTableValue.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/networktables/RpcCall.h b/src/main/native/include/networktables/RpcCall.h index a8f09c1e31..6c2acc7b87 100644 --- a/src/main/native/include/networktables/RpcCall.h +++ b/src/main/native/include/networktables/RpcCall.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/TableEntryListener.h b/src/main/native/include/networktables/TableEntryListener.h index ee4bd69e9c..8142847ba9 100644 --- a/src/main/native/include/networktables/TableEntryListener.h +++ b/src/main/native/include/networktables/TableEntryListener.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/networktables/TableListener.h b/src/main/native/include/networktables/TableListener.h index 4031356a5b..e498690a1c 100644 --- a/src/main/native/include/networktables/TableListener.h +++ b/src/main/native/include/networktables/TableListener.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/ntcore.h b/src/main/native/include/ntcore.h index 4ade99485d..ce1f2adce8 100644 --- a/src/main/native/include/ntcore.h +++ b/src/main/native/include/ntcore.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/ntcore_c.h b/src/main/native/include/ntcore_c.h index 542ae2dfa3..8a93002174 100644 --- a/src/main/native/include/ntcore_c.h +++ b/src/main/native/include/ntcore_c.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/ntcore_cpp.h b/src/main/native/include/ntcore_cpp.h index 8296db42da..786c9659f8 100644 --- a/src/main/native/include/ntcore_cpp.h +++ b/src/main/native/include/ntcore_cpp.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/ntcore_test.h b/src/main/native/include/ntcore_test.h index 2e99697184..bb736a5dff 100644 --- a/src/main/native/include/ntcore_test.h +++ b/src/main/native/include/ntcore_test.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2016-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2016-2018. 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/tables/ITable.h b/src/main/native/include/tables/ITable.h index 7a00b2524e..f14860e3cb 100644 --- a/src/main/native/include/tables/ITable.h +++ b/src/main/native/include/tables/ITable.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/tables/ITableListener.h b/src/main/native/include/tables/ITableListener.h index b19a9ef18e..48127a631a 100644 --- a/src/main/native/include/tables/ITableListener.h +++ b/src/main/native/include/tables/ITableListener.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/first/networktables/ConnectionListenerTest.java b/src/test/java/edu/wpi/first/networktables/ConnectionListenerTest.java index b3760f2c0a..98012e65f2 100644 --- a/src/test/java/edu/wpi/first/networktables/ConnectionListenerTest.java +++ b/src/test/java/edu/wpi/first/networktables/ConnectionListenerTest.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/first/networktables/EntryListenerTest.java b/src/test/java/edu/wpi/first/networktables/EntryListenerTest.java index 0fcf2227ba..72e530a471 100644 --- a/src/test/java/edu/wpi/first/networktables/EntryListenerTest.java +++ b/src/test/java/edu/wpi/first/networktables/EntryListenerTest.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/first/networktables/JNITest.java b/src/test/java/edu/wpi/first/networktables/JNITest.java index 5603d4a016..3b9339affd 100644 --- a/src/test/java/edu/wpi/first/networktables/JNITest.java +++ b/src/test/java/edu/wpi/first/networktables/JNITest.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/first/networktables/LoggerTest.java b/src/test/java/edu/wpi/first/networktables/LoggerTest.java index b6632466ae..3b73858113 100644 --- a/src/test/java/edu/wpi/first/networktables/LoggerTest.java +++ b/src/test/java/edu/wpi/first/networktables/LoggerTest.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/first/networktables/NetworkTableTest.java b/src/test/java/edu/wpi/first/networktables/NetworkTableTest.java index fdbba60983..7c4a651f89 100644 --- a/src/test/java/edu/wpi/first/networktables/NetworkTableTest.java +++ b/src/test/java/edu/wpi/first/networktables/NetworkTableTest.java @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/ConnectionListenerTest.cpp b/src/test/native/cpp/ConnectionListenerTest.cpp index 9dd774aa24..1732c74e8a 100644 --- a/src/test/native/cpp/ConnectionListenerTest.cpp +++ b/src/test/native/cpp/ConnectionListenerTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/EntryListenerTest.cpp b/src/test/native/cpp/EntryListenerTest.cpp index cb21a3c818..38b5aea675 100644 --- a/src/test/native/cpp/EntryListenerTest.cpp +++ b/src/test/native/cpp/EntryListenerTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/EntryNotifierTest.cpp b/src/test/native/cpp/EntryNotifierTest.cpp index 5880522e59..7982c28b57 100644 --- a/src/test/native/cpp/EntryNotifierTest.cpp +++ b/src/test/native/cpp/EntryNotifierTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/MessageMatcher.cpp b/src/test/native/cpp/MessageMatcher.cpp index aabacba828..de8719d3df 100644 --- a/src/test/native/cpp/MessageMatcher.cpp +++ b/src/test/native/cpp/MessageMatcher.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/MessageMatcher.h b/src/test/native/cpp/MessageMatcher.h index b30883ef83..d498cf0b47 100644 --- a/src/test/native/cpp/MessageMatcher.h +++ b/src/test/native/cpp/MessageMatcher.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/MockConnectionNotifier.h b/src/test/native/cpp/MockConnectionNotifier.h index 38fd9dd164..12d98b8a8c 100644 --- a/src/test/native/cpp/MockConnectionNotifier.h +++ b/src/test/native/cpp/MockConnectionNotifier.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/MockDispatcher.h b/src/test/native/cpp/MockDispatcher.h index 565c7b29c4..081ed6d498 100644 --- a/src/test/native/cpp/MockDispatcher.h +++ b/src/test/native/cpp/MockDispatcher.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/MockEntryNotifier.h b/src/test/native/cpp/MockEntryNotifier.h index eff2df87ab..3eff0f529b 100644 --- a/src/test/native/cpp/MockEntryNotifier.h +++ b/src/test/native/cpp/MockEntryNotifier.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/MockNetworkConnection.h b/src/test/native/cpp/MockNetworkConnection.h index e7dd055636..1d697d7ffb 100644 --- a/src/test/native/cpp/MockNetworkConnection.h +++ b/src/test/native/cpp/MockNetworkConnection.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/MockRpcServer.h b/src/test/native/cpp/MockRpcServer.h index 46fbce70da..1a58dfeeb1 100644 --- a/src/test/native/cpp/MockRpcServer.h +++ b/src/test/native/cpp/MockRpcServer.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/NetworkTableTest.cpp b/src/test/native/cpp/NetworkTableTest.cpp index ea698a9ea0..d16a9e1237 100644 --- a/src/test/native/cpp/NetworkTableTest.cpp +++ b/src/test/native/cpp/NetworkTableTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/StorageTest.cpp b/src/test/native/cpp/StorageTest.cpp index 1089877306..c0be44b5c0 100644 --- a/src/test/native/cpp/StorageTest.cpp +++ b/src/test/native/cpp/StorageTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/StorageTest.h b/src/test/native/cpp/StorageTest.h index 21338a5138..559a98ca46 100644 --- a/src/test/native/cpp/StorageTest.h +++ b/src/test/native/cpp/StorageTest.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/TestPrinters.cpp b/src/test/native/cpp/TestPrinters.cpp index e9ffb74d67..d12a3e3593 100644 --- a/src/test/native/cpp/TestPrinters.cpp +++ b/src/test/native/cpp/TestPrinters.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/TestPrinters.h b/src/test/native/cpp/TestPrinters.h index 03663be6dc..462db93d25 100644 --- a/src/test/native/cpp/TestPrinters.h +++ b/src/test/native/cpp/TestPrinters.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/ValueMatcher.cpp b/src/test/native/cpp/ValueMatcher.cpp index a9d40ae90d..b429305433 100644 --- a/src/test/native/cpp/ValueMatcher.cpp +++ b/src/test/native/cpp/ValueMatcher.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/ValueMatcher.h b/src/test/native/cpp/ValueMatcher.h index fae81d8475..99ecc84de3 100644 --- a/src/test/native/cpp/ValueMatcher.h +++ b/src/test/native/cpp/ValueMatcher.h @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2017-2018. 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/ValueTest.cpp b/src/test/native/cpp/ValueTest.cpp index cc6627f281..1d087027f4 100644 --- a/src/test/native/cpp/ValueTest.cpp +++ b/src/test/native/cpp/ValueTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/WireDecoderTest.cpp b/src/test/native/cpp/WireDecoderTest.cpp index ac500140f4..5ac9a72197 100644 --- a/src/test/native/cpp/WireDecoderTest.cpp +++ b/src/test/native/cpp/WireDecoderTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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/WireEncoderTest.cpp b/src/test/native/cpp/WireEncoderTest.cpp index 5c7c90f9d5..dd73b2e9e4 100644 --- a/src/test/native/cpp/WireEncoderTest.cpp +++ b/src/test/native/cpp/WireEncoderTest.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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 6608808259..146e217a53 100644 --- a/src/test/native/cpp/main.cpp +++ b/src/test/native/cpp/main.cpp @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------------*/ -/* Copyright (c) FIRST 2015-2017. All Rights Reserved. */ +/* Copyright (c) FIRST 2015-2018. 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. */