summaryrefslogtreecommitdiffstats
path: root/remote-processor
diff options
context:
space:
mode:
Diffstat (limited to 'remote-processor')
-rw-r--r--remote-processor/AnswerMessage.cpp8
-rw-r--r--remote-processor/AnswerMessage.h8
-rw-r--r--remote-processor/ConnectionSocket.cpp8
-rw-r--r--remote-processor/ConnectionSocket.h8
-rw-r--r--remote-processor/ListeningSocket.cpp8
-rw-r--r--remote-processor/ListeningSocket.h8
-rw-r--r--remote-processor/Message.cpp8
-rw-r--r--remote-processor/Message.h8
-rw-r--r--remote-processor/RemoteCommand.h8
-rw-r--r--remote-processor/RemoteCommandHandler.h8
-rw-r--r--remote-processor/RemoteProcessorProtocol.h8
-rw-r--r--remote-processor/RemoteProcessorServer.cpp8
-rw-r--r--remote-processor/RemoteProcessorServer.h8
-rw-r--r--remote-processor/RemoteProcessorServerBuilder.cpp8
-rw-r--r--remote-processor/RemoteProcessorServerInterface.h8
-rw-r--r--remote-processor/RequestMessage.cpp8
-rw-r--r--remote-processor/RequestMessage.h8
-rw-r--r--remote-processor/Socket.cpp8
-rw-r--r--remote-processor/Socket.h8
19 files changed, 19 insertions, 133 deletions
diff --git a/remote-processor/AnswerMessage.cpp b/remote-processor/AnswerMessage.cpp
index 60bf750..16b918c 100644
--- a/remote-processor/AnswerMessage.cpp
+++ b/remote-processor/AnswerMessage.cpp
@@ -1,6 +1,4 @@
-/* <auto_header>
- * <FILENAME>
- *
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -21,12 +19,8 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * AUTHOR: Patrick Benavoli (patrickx.benavoli@intel.com)
* CREATED: 2011-06-01
* UPDATED: 2011-07-27
- *
- *
- * </auto_header>
*/
#include "AnswerMessage.h"
#include "RemoteProcessorProtocol.h"
diff --git a/remote-processor/AnswerMessage.h b/remote-processor/AnswerMessage.h
index 16259a6..40c7b61 100644
--- a/remote-processor/AnswerMessage.h
+++ b/remote-processor/AnswerMessage.h
@@ -1,6 +1,4 @@
-/* <auto_header>
- * <FILENAME>
- *
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -21,12 +19,8 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * AUTHOR: Patrick Benavoli (patrickx.benavoli@intel.com)
* CREATED: 2011-06-01
* UPDATED: 2011-07-27
- *
- *
- * </auto_header>
*/
#pragma once
diff --git a/remote-processor/ConnectionSocket.cpp b/remote-processor/ConnectionSocket.cpp
index 4a0357e..58ca070 100644
--- a/remote-processor/ConnectionSocket.cpp
+++ b/remote-processor/ConnectionSocket.cpp
@@ -1,6 +1,4 @@
-/* <auto_header>
- * <FILENAME>
- *
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -21,12 +19,8 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * AUTHOR: Patrick Benavoli (patrickx.benavoli@intel.com)
* CREATED: 2011-06-01
* UPDATED: 2011-07-27
- *
- *
- * </auto_header>
*/
#include "ConnectionSocket.h"
#include <unistd.h>
diff --git a/remote-processor/ConnectionSocket.h b/remote-processor/ConnectionSocket.h
index e0d6064..4caf627 100644
--- a/remote-processor/ConnectionSocket.h
+++ b/remote-processor/ConnectionSocket.h
@@ -1,6 +1,4 @@
-/* <auto_header>
- * <FILENAME>
- *
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -21,12 +19,8 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * AUTHOR: Patrick Benavoli (patrickx.benavoli@intel.com)
* CREATED: 2011-06-01
* UPDATED: 2011-07-27
- *
- *
- * </auto_header>
*/
#pragma once
diff --git a/remote-processor/ListeningSocket.cpp b/remote-processor/ListeningSocket.cpp
index df5d369..02819e2 100644
--- a/remote-processor/ListeningSocket.cpp
+++ b/remote-processor/ListeningSocket.cpp
@@ -1,6 +1,4 @@
-/* <auto_header>
- * <FILENAME>
- *
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -21,12 +19,8 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * AUTHOR: Patrick Benavoli (patrickx.benavoli@intel.com)
* CREATED: 2011-06-01
* UPDATED: 2011-07-27
- *
- *
- * </auto_header>
*/
#include "ListeningSocket.h"
#include <sys/types.h>
diff --git a/remote-processor/ListeningSocket.h b/remote-processor/ListeningSocket.h
index a242a73..faf7e3e 100644
--- a/remote-processor/ListeningSocket.h
+++ b/remote-processor/ListeningSocket.h
@@ -1,6 +1,4 @@
-/* <auto_header>
- * <FILENAME>
- *
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -21,12 +19,8 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * AUTHOR: Patrick Benavoli (patrickx.benavoli@intel.com)
* CREATED: 2011-06-01
* UPDATED: 2011-07-27
- *
- *
- * </auto_header>
*/
#pragma once
diff --git a/remote-processor/Message.cpp b/remote-processor/Message.cpp
index c876b78..f01d583 100644
--- a/remote-processor/Message.cpp
+++ b/remote-processor/Message.cpp
@@ -1,6 +1,4 @@
-/* <auto_header>
- * <FILENAME>
- *
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -21,12 +19,8 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * AUTHOR: Patrick Benavoli (patrickx.benavoli@intel.com)
* CREATED: 2011-06-01
* UPDATED: 2011-07-27
- *
- *
- * </auto_header>
*/
#include "Message.h"
#include <assert.h>
diff --git a/remote-processor/Message.h b/remote-processor/Message.h
index 4ab6a2b..9bf702d 100644
--- a/remote-processor/Message.h
+++ b/remote-processor/Message.h
@@ -1,6 +1,4 @@
-/* <auto_header>
- * <FILENAME>
- *
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -21,12 +19,8 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * AUTHOR: Patrick Benavoli (patrickx.benavoli@intel.com)
* CREATED: 2011-06-01
* UPDATED: 2011-07-27
- *
- *
- * </auto_header>
*/
#pragma once
diff --git a/remote-processor/RemoteCommand.h b/remote-processor/RemoteCommand.h
index e55d3cb..df3d5a4 100644
--- a/remote-processor/RemoteCommand.h
+++ b/remote-processor/RemoteCommand.h
@@ -1,6 +1,4 @@
-/* <auto_header>
- * <FILENAME>
- *
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -21,12 +19,8 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * AUTHOR: Patrick Benavoli (patrickx.benavoli@intel.com)
* CREATED: 2011-06-01
* UPDATED: 2011-07-27
- *
- *
- * </auto_header>
*/
#pragma once
diff --git a/remote-processor/RemoteCommandHandler.h b/remote-processor/RemoteCommandHandler.h
index 4f1ab3d..97aa04f 100644
--- a/remote-processor/RemoteCommandHandler.h
+++ b/remote-processor/RemoteCommandHandler.h
@@ -1,6 +1,4 @@
-/* <auto_header>
- * <FILENAME>
- *
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -21,12 +19,8 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * AUTHOR: Patrick Benavoli (patrickx.benavoli@intel.com)
* CREATED: 2011-06-01
* UPDATED: 2011-07-27
- *
- *
- * </auto_header>
*/
#pragma once
diff --git a/remote-processor/RemoteProcessorProtocol.h b/remote-processor/RemoteProcessorProtocol.h
index 28f9bfb..9cbe2bc 100644
--- a/remote-processor/RemoteProcessorProtocol.h
+++ b/remote-processor/RemoteProcessorProtocol.h
@@ -1,6 +1,4 @@
-/* <auto_header>
- * <FILENAME>
- *
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -21,12 +19,8 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * AUTHOR: Patrick Benavoli (patrickx.benavoli@intel.com)
* CREATED: 2011-06-01
* UPDATED: 2011-07-27
- *
- *
- * </auto_header>
*/
#pragma once
diff --git a/remote-processor/RemoteProcessorServer.cpp b/remote-processor/RemoteProcessorServer.cpp
index efe4342..3d7f547 100644
--- a/remote-processor/RemoteProcessorServer.cpp
+++ b/remote-processor/RemoteProcessorServer.cpp
@@ -1,6 +1,4 @@
-/* <auto_header>
- * <FILENAME>
- *
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -21,12 +19,8 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * AUTHOR: Patrick Benavoli (patrickx.benavoli@intel.com)
* CREATED: 2011-06-01
* UPDATED: 2011-07-27
- *
- *
- * </auto_header>
*/
#include "RemoteProcessorServer.h"
#include "ListeningSocket.h"
diff --git a/remote-processor/RemoteProcessorServer.h b/remote-processor/RemoteProcessorServer.h
index 0abb5c8..02a49cd 100644
--- a/remote-processor/RemoteProcessorServer.h
+++ b/remote-processor/RemoteProcessorServer.h
@@ -1,6 +1,4 @@
-/* <auto_header>
- * <FILENAME>
- *
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -21,12 +19,8 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * AUTHOR: Patrick Benavoli (patrickx.benavoli@intel.com)
* CREATED: 2011-06-01
* UPDATED: 2011-07-27
- *
- *
- * </auto_header>
*/
#pragma once
diff --git a/remote-processor/RemoteProcessorServerBuilder.cpp b/remote-processor/RemoteProcessorServerBuilder.cpp
index ed6b2c2..80f2443 100644
--- a/remote-processor/RemoteProcessorServerBuilder.cpp
+++ b/remote-processor/RemoteProcessorServerBuilder.cpp
@@ -1,6 +1,4 @@
-/* <auto_header>
- * <FILENAME>
- *
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -21,12 +19,8 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * AUTHOR: Patrick Benavoli (patrickx.benavoli@intel.com)
* CREATED: 2011-06-01
* UPDATED: 2011-07-27
- *
- *
- * </auto_header>
*/
#include "RemoteProcessorServer.h"
diff --git a/remote-processor/RemoteProcessorServerInterface.h b/remote-processor/RemoteProcessorServerInterface.h
index 991d3db..11ceb10 100644
--- a/remote-processor/RemoteProcessorServerInterface.h
+++ b/remote-processor/RemoteProcessorServerInterface.h
@@ -1,6 +1,4 @@
-/* <auto_header>
- * <FILENAME>
- *
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -21,12 +19,8 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * AUTHOR: Patrick Benavoli (patrickx.benavoli@intel.com)
* CREATED: 2011-06-01
* UPDATED: 2011-07-27
- *
- *
- * </auto_header>
*/
#pragma once
diff --git a/remote-processor/RequestMessage.cpp b/remote-processor/RequestMessage.cpp
index 8c6c2a3..5dfecd0 100644
--- a/remote-processor/RequestMessage.cpp
+++ b/remote-processor/RequestMessage.cpp
@@ -1,6 +1,4 @@
-/* <auto_header>
- * <FILENAME>
- *
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -21,12 +19,8 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * AUTHOR: Patrick Benavoli (patrickx.benavoli@intel.com)
* CREATED: 2011-06-01
* UPDATED: 2011-07-27
- *
- *
- * </auto_header>
*/
#include "RequestMessage.h"
#include "RemoteProcessorProtocol.h"
diff --git a/remote-processor/RequestMessage.h b/remote-processor/RequestMessage.h
index 8428aad..2b2edb7 100644
--- a/remote-processor/RequestMessage.h
+++ b/remote-processor/RequestMessage.h
@@ -1,6 +1,4 @@
-/* <auto_header>
- * <FILENAME>
- *
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -21,12 +19,8 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * AUTHOR: Patrick Benavoli (patrickx.benavoli@intel.com)
* CREATED: 2011-06-01
* UPDATED: 2011-07-27
- *
- *
- * </auto_header>
*/
#pragma once
diff --git a/remote-processor/Socket.cpp b/remote-processor/Socket.cpp
index f77cd45..2ae8870 100644
--- a/remote-processor/Socket.cpp
+++ b/remote-processor/Socket.cpp
@@ -1,6 +1,4 @@
-/* <auto_header>
- * <FILENAME>
- *
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -21,12 +19,8 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * AUTHOR: Patrick Benavoli (patrickx.benavoli@intel.com)
* CREATED: 2011-06-01
* UPDATED: 2011-07-27
- *
- *
- * </auto_header>
*/
#include "Socket.h"
#include <sys/types.h>
diff --git a/remote-processor/Socket.h b/remote-processor/Socket.h
index 4552dc5..fcd20b8 100644
--- a/remote-processor/Socket.h
+++ b/remote-processor/Socket.h
@@ -1,6 +1,4 @@
-/* <auto_header>
- * <FILENAME>
- *
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -21,12 +19,8 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * AUTHOR: Patrick Benavoli (patrickx.benavoli@intel.com)
* CREATED: 2011-06-01
* UPDATED: 2011-07-27
- *
- *
- * </auto_header>
*/
#pragma once