summaryrefslogtreecommitdiff
path: root/AppPkg/Applications/Sockets/OobTx
diff options
context:
space:
mode:
Diffstat (limited to 'AppPkg/Applications/Sockets/OobTx')
-rw-r--r--AppPkg/Applications/Sockets/OobTx/Main.c2
-rw-r--r--AppPkg/Applications/Sockets/OobTx/OobTx.c2
-rw-r--r--AppPkg/Applications/Sockets/OobTx/OobTx.h2
-rw-r--r--AppPkg/Applications/Sockets/OobTx/OobTx.inf23
-rw-r--r--AppPkg/Applications/Sockets/OobTx/Windows/main.c2
5 files changed, 12 insertions, 19 deletions
diff --git a/AppPkg/Applications/Sockets/OobTx/Main.c b/AppPkg/Applications/Sockets/OobTx/Main.c
index ac7c8b0146..5b6ab02b97 100644
--- a/AppPkg/Applications/Sockets/OobTx/Main.c
+++ b/AppPkg/Applications/Sockets/OobTx/Main.c
@@ -1,7 +1,7 @@
/** @file
Out-of-band transmit test application
- Copyright (c) 2011, Intel Corporation
+ Copyright (c) 2011-2012, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
diff --git a/AppPkg/Applications/Sockets/OobTx/OobTx.c b/AppPkg/Applications/Sockets/OobTx/OobTx.c
index d52cbb70c0..545e5f46a0 100644
--- a/AppPkg/Applications/Sockets/OobTx/OobTx.c
+++ b/AppPkg/Applications/Sockets/OobTx/OobTx.c
@@ -1,7 +1,7 @@
/** @file
Windows version of the OOB Transmit application
- Copyright (c) 2011, Intel Corporation
+ Copyright (c) 2011-2012, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
diff --git a/AppPkg/Applications/Sockets/OobTx/OobTx.h b/AppPkg/Applications/Sockets/OobTx/OobTx.h
index ab8f39aa26..e042a133fe 100644
--- a/AppPkg/Applications/Sockets/OobTx/OobTx.h
+++ b/AppPkg/Applications/Sockets/OobTx/OobTx.h
@@ -1,7 +1,7 @@
/** @file
Definitions for the OOB Transmit application
- Copyright (c) 2011, Intel Corporation
+ Copyright (c) 2011-2012, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
diff --git a/AppPkg/Applications/Sockets/OobTx/OobTx.inf b/AppPkg/Applications/Sockets/OobTx/OobTx.inf
index 7f7c091b09..f12e389eb9 100644
--- a/AppPkg/Applications/Sockets/OobTx/OobTx.inf
+++ b/AppPkg/Applications/Sockets/OobTx/OobTx.inf
@@ -1,21 +1,14 @@
-#/** @file
+## @file
# OobTx Application
#
-# This file contains an 'Intel Peripheral Driver' and is
-# licensed for Intel CPUs and chipsets under the terms of your
-# license agreement with Intel or your vendor. This file may
-# be modified by the user, subject to additional terms of the
-# license agreement
+# Copyright (c) 2011-2012, Intel Corporation
+# All rights reserved. This program and the accompanying materials
+# are licensed and made available under the terms and conditions of the BSD License
+# which accompanies this distribution. The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php
#
-#
-# Copyright (c) 2011 Intel Corporation. All rights reserved
-# This software and associated documentation (if any) is furnished
-# under a license and may only be used or copied in accordance
-# with the terms of the license. Except as permitted by such
-# license, no part of this software or documentation may be
-# reproduced, stored in a retrieval system, or transmitted in any
-# form or by any means without the express written consent of
-# Intel Corporation.
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
##
diff --git a/AppPkg/Applications/Sockets/OobTx/Windows/main.c b/AppPkg/Applications/Sockets/OobTx/Windows/main.c
index cf149c4027..dd0f3a21d7 100644
--- a/AppPkg/Applications/Sockets/OobTx/Windows/main.c
+++ b/AppPkg/Applications/Sockets/OobTx/Windows/main.c
@@ -1,7 +1,7 @@
/** @file
Windows version of the OOB Transmit application
- Copyright (c) 2011, Intel Corporation
+ Copyright (c) 2011-2012, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at