From ec151a22489274f4c5189b67b0a751e88a162fcc Mon Sep 17 00:00:00 2001 From: Jason Watkins Date: Tue, 1 Mar 2016 16:31:14 -0800 Subject: [PATCH] Update copyright year. --- xpcPlugin/DataManager.cpp | 2 +- xpcPlugin/DataManager.h | 2 +- xpcPlugin/Drawing.cpp | 2 +- xpcPlugin/Drawing.h | 2 +- xpcPlugin/Log.cpp | 2 +- xpcPlugin/Log.h | 2 +- xpcPlugin/Message.cpp | 2 +- xpcPlugin/Message.h | 2 +- xpcPlugin/MessageHandlers.cpp | 2 +- xpcPlugin/MessageHandlers.h | 2 +- xpcPlugin/UDPSocket.cpp | 2 +- xpcPlugin/UDPSocket.h | 2 +- xpcPlugin/XPCPlugin.cpp | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/xpcPlugin/DataManager.cpp b/xpcPlugin/DataManager.cpp index 4571006..72b5f17 100644 --- a/xpcPlugin/DataManager.cpp +++ b/xpcPlugin/DataManager.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 United States Government as represented by the Administrator of the +// Copyright (c) 2013-2016 United States Government as represented by the Administrator of the // National Aeronautics and Space Administration. All Rights Reserved. // // X-Plane API diff --git a/xpcPlugin/DataManager.h b/xpcPlugin/DataManager.h index cc38619..3401f97 100644 --- a/xpcPlugin/DataManager.h +++ b/xpcPlugin/DataManager.h @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 United States Government as represented by the Administrator of the +// Copyright (c) 2013-2016 United States Government as represented by the Administrator of the // National Aeronautics and Space Administration. All Rights Reserved. #ifndef XPCPLUGIN_DATAMANAGER_H_ #define XPCPLUGIN_DATAMANAGER_H_ diff --git a/xpcPlugin/Drawing.cpp b/xpcPlugin/Drawing.cpp index d7539b6..c6f2df4 100644 --- a/xpcPlugin/Drawing.cpp +++ b/xpcPlugin/Drawing.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 United States Government as represented by the Administrator of the +// Copyright (c) 2013-2016 United States Government as represented by the Administrator of the // National Aeronautics and Space Administration. All Rights Reserved. // // X-Plane API diff --git a/xpcPlugin/Drawing.h b/xpcPlugin/Drawing.h index 139c1d2..f6e4ad5 100644 --- a/xpcPlugin/Drawing.h +++ b/xpcPlugin/Drawing.h @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 United States Government as represented by the Administrator of the +// Copyright (c) 2013-2016 United States Government as represented by the Administrator of the // National Aeronautics and Space Administration. All Rights Reserved. #ifndef XPCPLUGIN_DRAWING_H_ #define XPCPLUGIN_DRAWING_H_ diff --git a/xpcPlugin/Log.cpp b/xpcPlugin/Log.cpp index 7b849dd..48739ef 100644 --- a/xpcPlugin/Log.cpp +++ b/xpcPlugin/Log.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 United States Government as represented by the Administrator of the +// Copyright (c) 2013-2016 United States Government as represented by the Administrator of the // National Aeronautics and Space Administration. All Rights Reserved. #include "Log.h" diff --git a/xpcPlugin/Log.h b/xpcPlugin/Log.h index 018bf6c..ccd0591 100644 --- a/xpcPlugin/Log.h +++ b/xpcPlugin/Log.h @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 United States Government as represented by the Administrator of the +// Copyright (c) 2013-2016 United States Government as represented by the Administrator of the // National Aeronautics and Space Administration. All Rights Reserved. #ifndef XPCPLUGIN_LOG_H_ #define XPCPLUGIN_LOG_H_ diff --git a/xpcPlugin/Message.cpp b/xpcPlugin/Message.cpp index 3563a09..01e49b0 100644 --- a/xpcPlugin/Message.cpp +++ b/xpcPlugin/Message.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 United States Government as represented by the Administrator of the +// Copyright (c) 2013-2016 United States Government as represented by the Administrator of the // National Aeronautics and Space Administration. All Rights Reserved. #include "Message.h" #include "Log.h" diff --git a/xpcPlugin/Message.h b/xpcPlugin/Message.h index 095b77d..483ee66 100644 --- a/xpcPlugin/Message.h +++ b/xpcPlugin/Message.h @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 United States Government as represented by the Administrator of the +// Copyright (c) 2013-2016 United States Government as represented by the Administrator of the // National Aeronautics and Space Administration. All Rights Reserved. #ifndef XPCPLUGIN_MESSAGE_H_ #define XPCPLUGIN_MESSAGE_H_ diff --git a/xpcPlugin/MessageHandlers.cpp b/xpcPlugin/MessageHandlers.cpp index d94be09..e76dc31 100644 --- a/xpcPlugin/MessageHandlers.cpp +++ b/xpcPlugin/MessageHandlers.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 United States Government as represented by the Administrator of the +// Copyright (c) 2013-2016 United States Government as represented by the Administrator of the // National Aeronautics and Space Administration. All Rights Reserved. // // X-Plane API diff --git a/xpcPlugin/MessageHandlers.h b/xpcPlugin/MessageHandlers.h index d7f317d..e453dfb 100644 --- a/xpcPlugin/MessageHandlers.h +++ b/xpcPlugin/MessageHandlers.h @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 United States Government as represented by the Administrator of the +// Copyright (c) 2013-2016 United States Government as represented by the Administrator of the // National Aeronautics and Space Administration. All Rights Reserved. #ifndef XPCPLUGIN_MESSAGEHANDLERS_H_ #define XPCPLUGIN_MESSAGEHANDLERS_H_ diff --git a/xpcPlugin/UDPSocket.cpp b/xpcPlugin/UDPSocket.cpp index 210cc56..6013b6c 100644 --- a/xpcPlugin/UDPSocket.cpp +++ b/xpcPlugin/UDPSocket.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 United States Government as represented by the Administrator of the +// Copyright (c) 2013-2016 United States Government as represented by the Administrator of the // National Aeronautics and Space Administration. All Rights Reserved. #include "Log.h" #include "UDPSocket.h" diff --git a/xpcPlugin/UDPSocket.h b/xpcPlugin/UDPSocket.h index 5b87439..6a1fb0d 100644 --- a/xpcPlugin/UDPSocket.h +++ b/xpcPlugin/UDPSocket.h @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 United States Government as represented by the Administrator of the +// Copyright (c) 2013-2016 United States Government as represented by the Administrator of the // National Aeronautics and Space Administration. All Rights Reserved. #ifndef XPCPLUGIN_SOCKET_H_ #define XPCPLUGIN_SOCKET_H_ diff --git a/xpcPlugin/XPCPlugin.cpp b/xpcPlugin/XPCPlugin.cpp index 09ec3d3..63b3c70 100755 --- a/xpcPlugin/XPCPlugin.cpp +++ b/xpcPlugin/XPCPlugin.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2013-2015 United States Government as represented by the Administrator of the +// Copyright (c) 2013-2016 United States Government as represented by the Administrator of the // National Aeronautics and Space Administration. All Rights Reserved. // // DISCLAIMERS