diff options
author | Kevin Rocard <kevinx.rocard@intel.com> | 2012-07-19 17:48:30 +0200 |
---|---|---|
committer | David Wagner <david.wagner@intel.com> | 2014-02-12 17:03:11 +0100 |
commit | 93250d172612c405135d56ffd306deae5ebc6df1 (patch) | |
tree | 9d8c6291eeb409e3be5b9a65b0f2e485e6fe1d62 /remote-processor | |
parent | 9620e44c6c7605bf589f60331eb5b05b71336853 (diff) | |
download | external_parameter-framework-93250d172612c405135d56ffd306deae5ebc6df1.zip external_parameter-framework-93250d172612c405135d56ffd306deae5ebc6df1.tar.gz external_parameter-framework-93250d172612c405135d56ffd306deae5ebc6df1.tar.bz2 |
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 <kevinx.rocard@intel.com>
Reviewed-on: http://android.intel.com:8080/59560
Reviewed-by: Mendi, EduardoX <eduardox.mendi@intel.com>
Tested-by: Mendi, EduardoX <eduardox.mendi@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
Diffstat (limited to 'remote-processor')
-rw-r--r-- | remote-processor/AnswerMessage.cpp | 8 | ||||
-rw-r--r-- | remote-processor/AnswerMessage.h | 8 | ||||
-rw-r--r-- | remote-processor/ConnectionSocket.cpp | 8 | ||||
-rw-r--r-- | remote-processor/ConnectionSocket.h | 8 | ||||
-rw-r--r-- | remote-processor/ListeningSocket.cpp | 8 | ||||
-rw-r--r-- | remote-processor/ListeningSocket.h | 8 | ||||
-rw-r--r-- | remote-processor/Message.cpp | 8 | ||||
-rw-r--r-- | remote-processor/Message.h | 8 | ||||
-rw-r--r-- | remote-processor/RemoteCommand.h | 8 | ||||
-rw-r--r-- | remote-processor/RemoteCommandHandler.h | 8 | ||||
-rw-r--r-- | remote-processor/RemoteProcessorProtocol.h | 8 | ||||
-rw-r--r-- | remote-processor/RemoteProcessorServer.cpp | 8 | ||||
-rw-r--r-- | remote-processor/RemoteProcessorServer.h | 8 | ||||
-rw-r--r-- | remote-processor/RemoteProcessorServerBuilder.cpp | 8 | ||||
-rw-r--r-- | remote-processor/RemoteProcessorServerInterface.h | 8 | ||||
-rw-r--r-- | remote-processor/RequestMessage.cpp | 8 | ||||
-rw-r--r-- | remote-processor/RequestMessage.h | 8 | ||||
-rw-r--r-- | remote-processor/Socket.cpp | 8 | ||||
-rw-r--r-- | remote-processor/Socket.h | 8 |
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 |