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 --- xmlserializer/XmlComposer.cpp | 8 +------- xmlserializer/XmlComposer.h | 8 +------- xmlserializer/XmlElement.cpp | 8 +------- xmlserializer/XmlElement.h | 8 +------- xmlserializer/XmlParser.cpp | 8 +------- xmlserializer/XmlParser.h | 8 +------- xmlserializer/XmlSerializer.cpp | 8 +------- xmlserializer/XmlSerializer.h | 8 +------- xmlserializer/XmlSerializingContext.cpp | 8 +------- xmlserializer/XmlSerializingContext.h | 8 +------- xmlserializer/XmlSink.h | 8 +------- xmlserializer/XmlSource.h | 8 +------- 12 files changed, 12 insertions(+), 84 deletions(-) (limited to 'xmlserializer') diff --git a/xmlserializer/XmlComposer.cpp b/xmlserializer/XmlComposer.cpp index ebbcf1b..d00a21e 100644 --- a/xmlserializer/XmlComposer.cpp +++ b/xmlserializer/XmlComposer.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 "XmlComposer.h" #include diff --git a/xmlserializer/XmlComposer.h b/xmlserializer/XmlComposer.h index 4b5b822..9e50de8 100644 --- a/xmlserializer/XmlComposer.h +++ b/xmlserializer/XmlComposer.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/xmlserializer/XmlElement.cpp b/xmlserializer/XmlElement.cpp index a16a31e..ffd5787 100644 --- a/xmlserializer/XmlElement.cpp +++ b/xmlserializer/XmlElement.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 "XmlElement.h" #include diff --git a/xmlserializer/XmlElement.h b/xmlserializer/XmlElement.h index ed040ad..62de769 100644 --- a/xmlserializer/XmlElement.h +++ b/xmlserializer/XmlElement.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/xmlserializer/XmlParser.cpp b/xmlserializer/XmlParser.cpp index 9477c0f..af26346 100644 --- a/xmlserializer/XmlParser.cpp +++ b/xmlserializer/XmlParser.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 "XmlParser.h" #include diff --git a/xmlserializer/XmlParser.h b/xmlserializer/XmlParser.h index 4e38f56..03defd9 100644 --- a/xmlserializer/XmlParser.h +++ b/xmlserializer/XmlParser.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/xmlserializer/XmlSerializer.cpp b/xmlserializer/XmlSerializer.cpp index 0c4f5ff..d3e18f9 100644 --- a/xmlserializer/XmlSerializer.cpp +++ b/xmlserializer/XmlSerializer.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 "XmlSerializer.h" #include diff --git a/xmlserializer/XmlSerializer.h b/xmlserializer/XmlSerializer.h index 9490bdf..91a95b0 100644 --- a/xmlserializer/XmlSerializer.h +++ b/xmlserializer/XmlSerializer.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/xmlserializer/XmlSerializingContext.cpp b/xmlserializer/XmlSerializingContext.cpp index 9ad71d8..305b49e 100644 --- a/xmlserializer/XmlSerializingContext.cpp +++ b/xmlserializer/XmlSerializingContext.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 "XmlSerializingContext.h" diff --git a/xmlserializer/XmlSerializingContext.h b/xmlserializer/XmlSerializingContext.h index c287d55..ff8ea1e 100644 --- a/xmlserializer/XmlSerializingContext.h +++ b/xmlserializer/XmlSerializingContext.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/xmlserializer/XmlSink.h b/xmlserializer/XmlSink.h index 104dd5b..0d09a1d 100644 --- a/xmlserializer/XmlSink.h +++ b/xmlserializer/XmlSink.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/xmlserializer/XmlSource.h b/xmlserializer/XmlSource.h index b73322e..818298d 100644 --- a/xmlserializer/XmlSource.h +++ b/xmlserializer/XmlSource.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