diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test-platform/TestPlatform.cpp | 7 | ||||
-rw-r--r-- | test/test-platform/TestPlatform.h | 7 | ||||
-rw-r--r-- | test/test-platform/main.cpp | 7 |
3 files changed, 3 insertions, 18 deletions
diff --git a/test/test-platform/TestPlatform.cpp b/test/test-platform/TestPlatform.cpp index b353cc1..fea7506 100644 --- a/test/test-platform/TestPlatform.cpp +++ b/test/test-platform/TestPlatform.cpp @@ -1,5 +1,4 @@ -/* <auto_header> - * +/* * INTEL CONFIDENTIAL * Copyright 2011 Intel * Corporation All Rights Reserved. @@ -20,12 +19,8 @@ * otherwise. Any license under such intellectual property rights must be * express and approved by Intel in writing. * - * AUTHOR: Guillaume Denneulin (guillaumex.denneulin@intel.com) * CREATED: 2011-11-25 * UPDATED: 2011-11-25 - * - * - * </auto_header> */ #include <strings.h> #include <iostream> diff --git a/test/test-platform/TestPlatform.h b/test/test-platform/TestPlatform.h index 1d7fcbb..9f3dca3 100644 --- a/test/test-platform/TestPlatform.h +++ b/test/test-platform/TestPlatform.h @@ -1,5 +1,4 @@ -/* <auto_header> - * +/* * INTEL CONFIDENTIAL * Copyright 2011 Intel * Corporation All Rights Reserved. @@ -20,12 +19,8 @@ * otherwise. Any license under such intellectual property rights must be * express and approved by Intel in writing. * - * AUTHOR: Guillaume Denneulin (guillaumex.denneulin@intel.com) * CREATED: 2011-11-25 * UPDATED: 2011-11-25 - * - * - * </auto_header> */ #pragma once diff --git a/test/test-platform/main.cpp b/test/test-platform/main.cpp index 67d4ac6..8e2e17c 100644 --- a/test/test-platform/main.cpp +++ b/test/test-platform/main.cpp @@ -1,5 +1,4 @@ -/* <auto_header> - * +/* * INTEL CONFIDENTIAL * Copyright 2011 Intel * Corporation All Rights Reserved. @@ -20,12 +19,8 @@ * otherwise. Any license under such intellectual property rights must be * express and approved by Intel in writing. * - * AUTHOR: Guillaume Denneulin (guillaumex.denneulin@intel.com) * CREATED: 2011-11-25 * UPDATED: 2011-11-25 - * - * - * </auto_header> */ #include <iostream> #include <semaphore.h> |