summaryrefslogtreecommitdiff
path: root/AppPkg/Applications/Sockets/RawIp4Tx
diff options
context:
space:
mode:
authorlpleahy <lpleahy@6f19259b-4bc3-4df7-8a09-765794883524>2012-03-20 22:16:42 +0000
committerlpleahy <lpleahy@6f19259b-4bc3-4df7-8a09-765794883524>2012-03-20 22:16:42 +0000
commit9f7f5161cf2f6c1e29f4f11ff2a70454b223431a (patch)
treeee5c7728e1d816334309e1ca4207f64c58e38c97 /AppPkg/Applications/Sockets/RawIp4Tx
parent0dac421231425c8a035b3398d2ccf8c6c2710e03 (diff)
downloadedk2-platforms-9f7f5161cf2f6c1e29f4f11ff2a70454b223431a.tar.xz
Update the license dates
Use the BSD license Fix errors detected by GCC compiler in WebServer/ConfigurationTable.c Add libraries: CpuLib, DxeServicesTableLib and MtrrLib Signed-off-by: lpleahy git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13115 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'AppPkg/Applications/Sockets/RawIp4Tx')
-rw-r--r--AppPkg/Applications/Sockets/RawIp4Tx/Main.c2
-rw-r--r--AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.c2
-rw-r--r--AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.h2
-rw-r--r--AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.inf23
-rw-r--r--AppPkg/Applications/Sockets/RawIp4Tx/Windows/main.c2
5 files changed, 12 insertions, 19 deletions
diff --git a/AppPkg/Applications/Sockets/RawIp4Tx/Main.c b/AppPkg/Applications/Sockets/RawIp4Tx/Main.c
index cec5cd7d61..451193a05e 100644
--- a/AppPkg/Applications/Sockets/RawIp4Tx/Main.c
+++ b/AppPkg/Applications/Sockets/RawIp4Tx/Main.c
@@ -1,7 +1,7 @@
/** @file
Raw IP4 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/RawIp4Tx/RawIp4Tx.c b/AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.c
index aea946c27c..f6efbe136d 100644
--- a/AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.c
+++ b/AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.c
@@ -1,7 +1,7 @@
/** @file
Raw IP4 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/RawIp4Tx/RawIp4Tx.h b/AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.h
index 820ff58f0c..2fe2839ca6 100644
--- a/AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.h
+++ b/AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.h
@@ -1,7 +1,7 @@
/** @file
Definitions for the raw IP4 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/RawIp4Tx/RawIp4Tx.inf b/AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.inf
index 8852f148c8..32d5182691 100644
--- a/AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.inf
+++ b/AppPkg/Applications/Sockets/RawIp4Tx/RawIp4Tx.inf
@@ -1,21 +1,14 @@
-#/** @file
+## @file
# RawIp4Tx 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/RawIp4Tx/Windows/main.c b/AppPkg/Applications/Sockets/RawIp4Tx/Windows/main.c
index 23946ac765..441a951f6f 100644
--- a/AppPkg/Applications/Sockets/RawIp4Tx/Windows/main.c
+++ b/AppPkg/Applications/Sockets/RawIp4Tx/Windows/main.c
@@ -1,7 +1,7 @@
/** @file
Windows version of the raw IP4 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