summaryrefslogtreecommitdiffstats
path: root/xmlserializer
diff options
context:
space:
mode:
Diffstat (limited to 'xmlserializer')
-rw-r--r--xmlserializer/XmlComposer.cpp8
-rw-r--r--xmlserializer/XmlComposer.h8
-rw-r--r--xmlserializer/XmlElement.cpp8
-rw-r--r--xmlserializer/XmlElement.h8
-rw-r--r--xmlserializer/XmlParser.cpp8
-rw-r--r--xmlserializer/XmlParser.h8
-rw-r--r--xmlserializer/XmlSerializer.cpp8
-rw-r--r--xmlserializer/XmlSerializer.h8
-rw-r--r--xmlserializer/XmlSerializingContext.cpp8
-rw-r--r--xmlserializer/XmlSerializingContext.h8
-rw-r--r--xmlserializer/XmlSink.h8
-rw-r--r--xmlserializer/XmlSource.h8
12 files changed, 12 insertions, 84 deletions
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 @@
-/* <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 "XmlComposer.h"
#include <libxml/parser.h>
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 @@
-/* <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/xmlserializer/XmlElement.cpp b/xmlserializer/XmlElement.cpp
index a16a31e..ffd5787 100644
--- a/xmlserializer/XmlElement.cpp
+++ b/xmlserializer/XmlElement.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 "XmlElement.h"
#include <libxml/tree.h>
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 @@
-/* <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/xmlserializer/XmlParser.cpp b/xmlserializer/XmlParser.cpp
index 9477c0f..af26346 100644
--- a/xmlserializer/XmlParser.cpp
+++ b/xmlserializer/XmlParser.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 "XmlParser.h"
#include <stdio.h>
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 @@
-/* <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/xmlserializer/XmlSerializer.cpp b/xmlserializer/XmlSerializer.cpp
index 0c4f5ff..d3e18f9 100644
--- a/xmlserializer/XmlSerializer.cpp
+++ b/xmlserializer/XmlSerializer.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 "XmlSerializer.h"
#include <libxml/tree.h>
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 @@
-/* <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/xmlserializer/XmlSerializingContext.cpp b/xmlserializer/XmlSerializingContext.cpp
index 9ad71d8..305b49e 100644
--- a/xmlserializer/XmlSerializingContext.cpp
+++ b/xmlserializer/XmlSerializingContext.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 "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 @@
-/* <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/xmlserializer/XmlSink.h b/xmlserializer/XmlSink.h
index 104dd5b..0d09a1d 100644
--- a/xmlserializer/XmlSink.h
+++ b/xmlserializer/XmlSink.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/xmlserializer/XmlSource.h b/xmlserializer/XmlSource.h
index b73322e..818298d 100644
--- a/xmlserializer/XmlSource.h
+++ b/xmlserializer/XmlSource.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