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 fc6e646..84aee9c 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 34f0d54..6de3b85 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 7d4cefc..ecd221b 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 24e7dd7..a4cef66 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 5e91742..8bfdaf7 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 0d27987..70020b3 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 8d8954d..a19c50c 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 340e563..f1a69e6 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 227b436..1bf33f9 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 5cd72e2..045a412 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 391f6ea..06dea88 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 8d028bb..8b7d8f2 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 8fa3a8a..4adc976 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 c18f5ac..10aa783 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 a7cc7f3..e88a92d 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 226b7c3..cbae27b 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 579fb19..3e314be 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 5c8f296..9e3b68c 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 7c82690..e2418e1 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 581856d..e9e7a88 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 818b322..05d1b3d 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 41d7748..194e3fb 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 ad908ba..428fb8a 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 4ddff3f..a07b3c7 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 c376072..aaeb248 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 6725b76..276f6f9 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 2e8e10d..66cf86a 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 eee5e52..89bcc8c 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 5fe22c0..7ab7abf 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 5aa2de4..1cb74fd 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 7f7e03d..dfc5bc3 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 72adbd6..cf43dbc 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 7ad882e..4310aff 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 cfdcbe9..4d3cc92 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 34b74d8..cb73431 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 2dff7fa..8a5d6e9 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 9d70e4b..563ce4e 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 db71436..623a33c 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 0eb37c1..dfb7ab1 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 df4814f..cb5a61c 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 b2186b6..adb6250 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 a618653..a410407 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 c13827c..b02e585 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 2943431..34db97c 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 c80121c..a3a68ba 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 1f25eb5..f846ab2 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 54048d5..9eb096a 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 6c282a9..780362c 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 39d74c0..a1dc2f3 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 5f1729e..bcc9078 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 78fece6..c6c58b7 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 519817b..85c6b1e 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 9b2fa13..e20f149 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 b232012..369b48f 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 f3e4c66..dac87b9 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 caced0d..2e57a42 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 1aa65bc..19b1e36 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 601e431..2b80db7 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 a6ad2bf..54a7d5f 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 cde7029..04b07b4 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 c486cac..8bb37f8 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 c25608f..333f218 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 93469c5..4c8641c 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 e227367..efe918f 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 7bc3ae2..fc63eea 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 104fe12..6eb710b 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 81aeda9..4713823 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 483d85b..c8b166c 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 e5247ab..6457b20 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 90f78cd..07e9879 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 babc61f..3414bff 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 703c844..424d512 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 4ef796f..e01dade 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 bb4c778..88c74fd 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 49c9bab..35ebbc5 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 d27594a..5e2b95c 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 22f3758..ac5cc80 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 f4e5a3b..f576b20 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 f3c3691..e6b6842 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 8ec29f9..0c049a2 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 c06ad49..c4fddce 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 3fe9bfa..fc5c53a 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 9c526f9..8b648ea 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 73e7af2..a8a6c8e 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 a8f09c1..6c2acc7 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 ee4bd69..8142847 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 4031356..e498690 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 4ade994..ce1f2ad 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 542ae2d..8a93002 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 8296db4..786c965 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 2e99697..bb736a5 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 7a00b25..f14860e 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 b19a9ef..48127a6 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 b3760f2..98012e6 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 0fcf222..72e530a 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 5603d4a..3b9339a 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 b663246..3b73858 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 fdbba60..7c4a651 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 9dd774a..1732c74 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 cb21a3c..38b5aea 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 5880522..7982c28 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 aabacba..de8719d 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 b30883e..d498cf0 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 38fd9dd..12d98b8 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 565c7b2..081ed6d 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 eff2df8..3eff0f5 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 e7dd055..1d697d7 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 46fbce7..1a58dfe 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 ea698a9..d16a9e1 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 1089877..c0be44b 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 21338a5..559a98c 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 e9ffb74..d12a3e3 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 03663be..462db93 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 a9d40ae..b429305 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 fae81d8..99ecc84 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 cc6627f..1d08702 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 ac50014..5ac9a72 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 5c7c90f..dd73b2e 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 6608808..146e217 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. */