From 93250d172612c405135d56ffd306deae5ebc6df1 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Thu, 19 Jul 2012 17:48:30 +0200 Subject: PFW: Remove names from PFW license header BZ: 47701 As parameter framework code is proprietary, it should not be signed (patrick Benavoli name inside the header). Change-Id: I198f2851ee2a6cffed64a552fa399b072a0cbd3e orig-Change-Id: I335ecce2fa22ad11d6fa24f57c7cbbae3423bf1e Signed-off-by: Kevin Rocard Reviewed-on: http://android.intel.com:8080/59560 Reviewed-by: Mendi, EduardoX Tested-by: Mendi, EduardoX Reviewed-by: buildbot Tested-by: buildbot --- remote-processor/AnswerMessage.cpp | 8 +------- remote-processor/AnswerMessage.h | 8 +------- remote-processor/ConnectionSocket.cpp | 8 +------- remote-processor/ConnectionSocket.h | 8 +------- remote-processor/ListeningSocket.cpp | 8 +------- remote-processor/ListeningSocket.h | 8 +------- remote-processor/Message.cpp | 8 +------- remote-processor/Message.h | 8 +------- remote-processor/RemoteCommand.h | 8 +------- remote-processor/RemoteCommandHandler.h | 8 +------- remote-processor/RemoteProcessorProtocol.h | 8 +------- remote-processor/RemoteProcessorServer.cpp | 8 +------- remote-processor/RemoteProcessorServer.h | 8 +------- remote-processor/RemoteProcessorServerBuilder.cpp | 8 +------- remote-processor/RemoteProcessorServerInterface.h | 8 +------- remote-processor/RequestMessage.cpp | 8 +------- remote-processor/RequestMessage.h | 8 +------- remote-processor/Socket.cpp | 8 +------- remote-processor/Socket.h | 8 +------- 19 files changed, 19 insertions(+), 133 deletions(-) (limited to 'remote-processor') 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 @@ -/* - * - * +/* * 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 - * - * - * */ #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 @@ -/* - * - * +/* * 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 - * - * - * */ #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 @@ -/* - * - * +/* * 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 - * - * - * */ #include "ConnectionSocket.h" #include 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 @@ -/* - * - * +/* * 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 - * - * - * */ #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 @@ -/* - * - * +/* * 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 - * - * - * */ #include "ListeningSocket.h" #include 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 @@ -/* - * - * +/* * 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 - * - * - * */ #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 @@ -/* - * - * +/* * 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 - * - * - * */ #include "Message.h" #include 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 @@ -/* - * - * +/* * 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 - * - * - * */ #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 @@ -/* - * - * +/* * 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 - * - * - * */ #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 @@ -/* - * - * +/* * 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 - * - * - * */ #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 @@ -/* - * - * +/* * 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 - * - * - * */ #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 @@ -/* - * - * +/* * 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 - * - * - * */ #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 @@ -/* - * - * +/* * 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 - * - * - * */ #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 @@ -/* - * - * +/* * 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 - * - * - * */ #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 @@ -/* - * - * +/* * 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 - * - * - * */ #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 @@ -/* - * - * +/* * 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 - * - * - * */ #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 @@ -/* - * - * +/* * 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 - * - * - * */ #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 @@ -/* - * - * +/* * 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 - * - * - * */ #include "Socket.h" #include 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 @@ -/* - * - * +/* * 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 - * - * - * */ #pragma once -- cgit v1.1